2023-11-19T23:35:52.310 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-19T23:35:52.310 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460 --name yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi --owner scheduled_yuriw@teuthology --description upgrade:reef-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} --verbose -- /home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460/orig.config.yaml 2023-11-19T23:35:52.360 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T23:35:52.460 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460 branch: main description: upgrade:reef-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} email: yweinste@redhat.com first_in_suite: false job_id: '7462460' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run run randomized correctness test for rados operations on an erasure-coded pool ' - desc: 'object class functional tests ' - desc: 'generate read/write load with rados objects ranging from 1MB to 25MB ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'librbd python api tests ' name: yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: extra_system_packages: - python3-pytest flavor: default sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mds.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 9627 sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe sleep_before_teardown: 0 subset: 111/120000 suite: upgrade:reef-x suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe targets: smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApu+QdfFaZqnDUo1URXQdFs45XF/42709o9BPbgNPMu3HyrkjoECNfqS9O+nEZv1skJ5gDpag5gDLX/meL6oGM= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN6Kg+Kwj9/vDrH206Vnd3jq9Kc7BRdXKEmTCuyTkQRYzzSiuoR/Nor/aeqeP5ZZvmF3qp2bUKemmzopo+C8k8w= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: reef exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing reef cephadm ...' - cephadm: cephadm_branch: reef cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - print: '**** done end installing reef cephadm ...' - print: '**** done start cephadm.shell ceph config set mgr...' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start telemetry reef...' - workunit: clients: client.0: - test_telemetry_reef.sh - print: '**** done end telemetry reef...' - print: '**** done start parallel' - parallel: - workload - upgrade-sequence - print: '**** done end parallel' - print: '**** done start telemetry x...' - workunit: clients: client.0: - test_telemetry_reef_x.sh - print: '**** done end telemetry x...' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-18_14:01:34 tube: smithi upgrade-sequence: sequential: - print: '**** done start upgrade, wait' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade, wait...' user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload: full_sequential: - print: '**** done start ec-rados-default.yaml' - rados: clients: - client.0 ec_pool: true objects: 50 op_weights: append: 100 copy_from: 50 delete: 50 read: 100 rmattr: 25 rollback: 50 setattr: 25 snap_create: 50 snap_remove: 50 write: 0 ops: 4000 write_append_excl: false - print: '**** done end ec-rados-default.yaml' - print: '**** done start rados_api.yaml' - workunit: branch: reef clients: client.0: - cls - print: '**** done end rados_api.yaml' - print: '**** done start rados_loadgenbig.yaml' - workunit: branch: reef clients: client.0: - rados/load-gen-big.sh - print: '**** done end rados_loadgenbig.yaml' - print: '**** done start rbd_import_export.yaml' - workunit: branch: reef clients: client.1: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done end rbd_import_export.yaml' - print: '**** done start test_rbd_api.yaml' - workunit: branch: reef clients: client.0: - rbd/test_librbd.sh - print: '**** done end test_rbd_api.yaml' - print: '**** done start test_rbd_python.yaml' - workunit: branch: reef clients: client.0: - rbd/test_librbd_python.sh - print: '**** done end test_rbd_python.yaml' 2023-11-19T23:35:52.460 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa; will attempt to use it 2023-11-19T23:35:52.461 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks 2023-11-19T23:35:52.461 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-19T23:35:52.462 INFO:teuthology.task.internal:Checking packages... 2023-11-19T23:35:52.487 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe' 2023-11-19T23:35:52.487 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:35:52.488 INFO:teuthology.packaging:ref: None 2023-11-19T23:35:52.488 INFO:teuthology.packaging:tag: None 2023-11-19T23:35:52.488 INFO:teuthology.packaging:branch: main 2023-11-19T23:35:52.488 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:35:52.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-11-19T23:35:52.846 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7432.g329e2a1e 2023-11-19T23:35:52.846 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-19T23:35:52.853 INFO:teuthology.task.internal:no buildpackages task found 2023-11-19T23:35:52.853 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-19T23:35:52.869 INFO:teuthology.task.internal:Saving configuration 2023-11-19T23:35:52.887 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-19T23:35:52.893 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:35:52.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-19 23:30:34.991618', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApu+QdfFaZqnDUo1URXQdFs45XF/42709o9BPbgNPMu3HyrkjoECNfqS9O+nEZv1skJ5gDpag5gDLX/meL6oGM='} 2023-11-19T23:35:52.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-19 23:30:34.990200', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN6Kg+Kwj9/vDrH206Vnd3jq9Kc7BRdXKEmTCuyTkQRYzzSiuoR/Nor/aeqeP5ZZvmF3qp2bUKemmzopo+C8k8w='} 2023-11-19T23:35:52.934 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-19T23:35:52.940 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-11-19T23:35:52.940 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['mon.b', 'mds.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-11-19T23:35:52.940 INFO:teuthology.run_tasks:Running task console_log... 2023-11-19T23:35:53.009 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8a79fbf040>, signals=[15]) 2023-11-19T23:35:53.010 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-19T23:35:53.018 INFO:teuthology.task.internal:Opening connections... 2023-11-19T23:35:53.018 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2023-11-19T23:35:53.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:35:53.090 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2023-11-19T23:35:53.091 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:35:53.157 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-19T23:35:53.164 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2023-11-19T23:35:53.186 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2023-11-19T23:35:53.186 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2023-11-19T23:35:53.246 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="CentOS Stream" 2023-11-19T23:35:53.246 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:ID="centos" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="rhel fedora" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://centos.org/" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T23:35:53.247 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T23:35:53.248 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2023-11-19T23:35:53.273 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2023-11-19T23:35:53.295 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2023-11-19T23:35:53.295 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="8" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="8" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el8" 2023-11-19T23:35:53.355 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-19T23:35:53.356 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-19T23:35:53.356 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2023-11-19T23:35:53.380 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-19T23:35:53.390 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-19T23:35:53.396 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-19T23:35:53.396 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2023-11-19T23:35:53.398 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2023-11-19T23:35:53.419 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-19T23:35:53.425 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-19T23:35:53.425 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2023-11-19T23:35:53.459 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2023-11-19T23:35:53.497 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-19T23:35:53.551 INFO:teuthology.run_tasks:Running task kernel... 2023-11-19T23:35:53.566 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-19T23:35:53.566 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-19T23:35:53.566 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T23:35:53.567 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-19T23:35:53.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:35:53.587 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2023-11-19T23:35:53.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:35:53.588 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-19T23:35:53.647 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-489.el8.x86_64 2023-11-19T23:35:53.647 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-489.el8.x86_64 2023-11-19T23:35:53.648 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2023-11-19T23:35:53.649 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-489.el8.x86_64 2023-11-19T23:35:53.649 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.18.0-489.el8.x86_64 2023-11-19T23:35:53.649 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2023-11-19T23:36:02.723 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - AppStream 5.2 MB/s | 34 MB 00:06 2023-11-19T23:36:02.935 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 5.1 MB/s | 34 MB 00:06 2023-11-19T23:36:11.298 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 53 MB 00:02 2023-11-19T23:36:11.393 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 53 MB 00:02 2023-11-19T23:36:19.151 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras 87 kB/s | 18 kB 00:00 2023-11-19T23:36:19.255 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-19T23:36:19.656 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2023-11-19T23:36:19.710 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-11-19T23:36:19.966 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-19T23:36:20.013 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-19T23:36:20.846 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-11-19T23:36:20.850 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-19T23:36:24.646 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 401 kB/s | 24 kB 00:00 2023-11-19T23:36:24.683 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 453 kB/s | 24 kB 00:00 2023-11-19T23:36:28.271 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T23:36:28.271 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T23:36:28.345 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-19T23:36:28.345 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-19T23:36:28.568 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-19T23:36:28.568 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:36:28.568 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-11-19T23:36:28.568 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout:Install 3 Packages 2023-11-19T23:36:28.569 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:36:28.570 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 89 M 2023-11-19T23:36:28.570 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 96 M 2023-11-19T23:36:28.570 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-11-19T23:36:28.620 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-19T23:36:28.621 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout:Install 3 Packages 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 89 M 2023-11-19T23:36:28.622 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 96 M 2023-11-19T23:36:28.623 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-19T23:36:29.773 INFO:teuthology.orchestra.run.smithi152.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2023-11-19T23:36:29.826 INFO:teuthology.orchestra.run.smithi133.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2023-11-19T23:36:31.007 INFO:teuthology.orchestra.run.smithi152.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-19T23:36:31.042 INFO:teuthology.orchestra.run.smithi133.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-11-19T23:36:31.568 INFO:teuthology.orchestra.run.smithi133.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-11-19T23:36:31.568 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:36:31.568 INFO:teuthology.orchestra.run.smithi133.stdout:Total 30 MB/s | 89 MB 00:02 2023-11-19T23:36:31.649 INFO:teuthology.orchestra.run.smithi152.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-19T23:36:31.649 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:36:31.649 INFO:teuthology.orchestra.run.smithi152.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-19T23:36:32.248 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-19T23:36:32.327 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-11-19T23:36:32.675 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-19T23:36:32.675 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-19T23:36:32.749 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-11-19T23:36:32.749 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-11-19T23:36:33.908 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-19T23:36:33.933 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-19T23:36:33.974 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-11-19T23:36:33.998 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-11-19T23:36:36.654 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-19T23:36:36.754 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-11-19T23:36:37.242 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:36:37.370 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:36:40.797 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:36:41.014 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:36:41.182 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:36:41.411 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:36:44.610 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:36:44.838 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:36:44.903 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:36:45.208 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:06.754 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:06.777 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:06.984 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:07.008 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:07.150 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:07.150 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:37:07.150 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:37:07.353 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:07.353 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-19T23:37:07.353 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-19T23:37:07.916 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:07.916 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:37:07.916 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-19T23:37:07.916 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T23:37:07.916 INFO:teuthology.orchestra.run.smithi133.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T23:37:07.917 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:37:07.917 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-19T23:37:08.066 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:37:08.141 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-19T23:37:08.279 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:37:08.280 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.280 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.281 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.281 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T23:37:08.281 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T23:37:08.281 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-11-19T23:37:08.281 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T23:37:08.281 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:37:08.491 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.491 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.491 DEBUG:teuthology.orchestra.run.smithi133:> sudo rpm -qi grub2-tools 2023-11-19T23:37:08.497 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.497 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.498 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.498 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-19T23:37:08.498 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-19T23:37:08.498 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-11-19T23:37:08.498 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2023-11-19T23:37:08.498 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Name : grub2-tools 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Epoch : 1 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Version : 2.02 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Release : 129.el8 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: x86_64 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Group : System Environment/Base 2023-11-19T23:37:08.524 INFO:teuthology.orchestra.run.smithi133.stdout:Size : 9265586 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:License : GPLv3+ 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Relocations : (not relocatable) 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Packager : CentOS BuildSystem 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Vendor : CentOS 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Summary : Support tools for GRUB. 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:Description : 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T23:37:08.525 INFO:teuthology.orchestra.run.smithi133.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T23:37:08.526 INFO:teuthology.orchestra.run.smithi133.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T23:37:08.526 INFO:teuthology.orchestra.run.smithi133.stdout:hardware devices. 2023-11-19T23:37:08.526 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:37:08.526 INFO:teuthology.orchestra.run.smithi133.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T23:37:08.526 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T23:37:08.527 INFO:teuthology.task.kernel:Updating grub on smithi133 to boot 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.527 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T23:37:08.707 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-19T23:37:08.707 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.708 DEBUG:teuthology.orchestra.run.smithi152:> sudo rpm -qi grub2-tools 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Name : grub2-tools 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Epoch : 1 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Version : 2.02 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Release : 129.el8 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: x86_64 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Group : System Environment/Base 2023-11-19T23:37:08.741 INFO:teuthology.orchestra.run.smithi152.stdout:Size : 9265586 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:License : GPLv3+ 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Relocations : (not relocatable) 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Packager : CentOS BuildSystem 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Vendor : CentOS 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Summary : Support tools for GRUB. 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:Description : 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:37:08.742 INFO:teuthology.orchestra.run.smithi152.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-19T23:37:08.743 INFO:teuthology.orchestra.run.smithi152.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-19T23:37:08.743 INFO:teuthology.orchestra.run.smithi152.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-19T23:37:08.743 INFO:teuthology.orchestra.run.smithi152.stdout:hardware devices. 2023-11-19T23:37:08.743 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:37:08.743 INFO:teuthology.orchestra.run.smithi152.stdout:This subpackage provides tools for support of all platforms. 2023-11-19T23:37:08.744 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-19T23:37:08.744 INFO:teuthology.task.kernel:Updating grub on smithi152 to boot 4.18.0-521.el8.x86_64 2023-11-19T23:37:08.744 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-19T23:37:10.268 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2023-11-19T23:37:10.406 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2023-11-19T23:37:12.467 INFO:teuthology.orchestra.run.smithi152.stderr:done 2023-11-19T23:37:12.468 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2023-11-19T23:37:12.491 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.FCKSMCNbwY 2023-11-19T23:37:12.491 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FCKSMCNbwY 2023-11-19T23:37:12.500 INFO:teuthology.orchestra.run.smithi133.stderr:done 2023-11-19T23:37:12.501 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2023-11-19T23:37:12.524 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.43Xf2HT0Ng 2023-11-19T23:37:12.524 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.43Xf2HT0Ng 2023-11-19T23:37:12.565 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.FCKSMCNbwY 2023-11-19T23:37:12.598 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.43Xf2HT0Ng 2023-11-19T23:37:12.704 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.FCKSMCNbwY is 6KB 2023-11-19T23:37:12.726 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.FCKSMCNbwY 2023-11-19T23:37:12.739 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.43Xf2HT0Ng is 6KB 2023-11-19T23:37:12.743 DEBUG:teuthology.orchestra.run.smithi152:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T23:37:12.761 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.43Xf2HT0Ng 2023-11-19T23:37:12.778 DEBUG:teuthology.orchestra.run.smithi133:> sudo /bin/ls /boot/loader/entries || true 2023-11-19T23:37:12.809 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T23:37:12.809 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T23:37:12.809 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T23:37:12.809 INFO:teuthology.orchestra.run.smithi152.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T23:37:12.810 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T23:37:12.847 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-19T23:37:12.847 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-19T23:37:12.847 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-19T23:37:12.847 INFO:teuthology.orchestra.run.smithi133.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-19T23:37:12.848 DEBUG:teuthology.orchestra.run.smithi133:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-19T23:37:12.970 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2023-11-19T23:37:13.018 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2023-11-19T23:37:42.978 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-11-19T23:37:42.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:37:42.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:37:43.021 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-11-19T23:37:43.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:37:43.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:01.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-19T23:38:01.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2023-11-19T23:38:10.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:38:10.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:10.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:38:10.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:13.506 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-19T23:38:13.507 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2023-11-19T23:38:25.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:38:25.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:25.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:38:25.521 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:43.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-19T23:38:43.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2023-11-19T23:38:58.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:38:58.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:58.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:38:58.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:38:59.359 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-19T23:38:59.485 DEBUG:teuthology.orchestra.run.smithi133:> true 2023-11-19T23:38:59.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:38:59.615 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-521.el8.x86_64"... 2023-11-19T23:38:59.615 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-19T23:38:59.631 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-521.el8.x86_64 2023-11-19T23:38:59.631 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-19T23:38:59.631 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T23:38:59.631 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T23:39:00.127 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:39:00.127 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-521.el8.x86_64"... 2023-11-19T23:39:00.127 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2023-11-19T23:39:00.143 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-521.el8.x86_64 2023-11-19T23:39:00.143 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-19T23:39:00.143 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-19T23:39:00.143 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-19T23:39:00.632 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-11-19T23:39:00.632 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T23:39:00.815 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2023-11-19T23:39:00.829 DEBUG:teuthology.parallel:result is None 2023-11-19T23:39:01.144 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-11-19T23:39:01.144 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-19T23:39:01.219 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2023-11-19T23:39:01.232 DEBUG:teuthology.parallel:result is None 2023-11-19T23:39:01.232 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-19T23:39:01.238 INFO:teuthology.task.internal:Creating test directory... 2023-11-19T23:39:01.238 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T23:39:01.241 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-19T23:39:01.273 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-19T23:39:01.298 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-19T23:39:01.309 INFO:teuthology.task.internal:Creating archive directory... 2023-11-19T23:39:01.310 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T23:39:01.312 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-19T23:39:01.353 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-19T23:39:01.361 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-19T23:39:01.361 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T23:39:01.382 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-19T23:39:01.415 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:39:01.426 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:39:02.030 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:39:02.151 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-19T23:39:02.158 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-19T23:39:02.167 INFO:teuthology.task.internal:Configuring sudo... 2023-11-19T23:39:02.168 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T23:39:02.170 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-19T23:39:02.670 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-19T23:39:02.679 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-19T23:39:02.679 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T23:39:02.681 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-19T23:39:02.854 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:39:02.902 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:39:02.951 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:39:03.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:39:03.081 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:39:03.081 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T23:39:03.148 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:39:03.194 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-19T23:39:03.342 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:39:03.386 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-19T23:39:03.427 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:39:03.428 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-19T23:39:03.495 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2023-11-19T23:39:03.497 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2023-11-19T23:39:03.553 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:39:03.594 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:39:03.831 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-19T23:39:03.839 INFO:teuthology.task.internal:Starting timer... 2023-11-19T23:39:03.839 INFO:teuthology.run_tasks:Running task pcp... 2023-11-19T23:39:03.852 INFO:teuthology.run_tasks:Running task selinux... 2023-11-19T23:39:03.865 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-19T23:39:03.865 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2023-11-19T23:39:03.973 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2023-11-19T23:39:03.975 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2023-11-19T23:39:04.047 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2023-11-19T23:39:04.049 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-19T23:39:04.049 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2023-11-19T23:39:04.073 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2023-11-19T23:39:04.073 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2023-11-19T23:39:04.104 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2023-11-19T23:39:04.104 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi133.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi152.front.sepia.ceph.com': 'permissive'} 2023-11-19T23:39:04.104 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:39:04.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:39:04.141 DEBUG:teuthology.orchestra.run.smithi152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:39:04.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:39:04.171 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-19T23:39:04.171 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2023-11-19T23:39:04.210 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2023-11-19T23:39:04.254 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-19T23:39:04.263 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-19T23:39:04.268 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-19T23:39:04.369 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-19T23:39:04.384 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-19T23:39:04.385 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi133.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-19T23:46:13.439 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi152.front.sepia.ceph.com')] 2023-11-19T23:46:13.440 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:46:13.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:46:13.511 DEBUG:teuthology.orchestra.run.smithi133:> true 2023-11-19T23:46:13.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-11-19T23:46:13.584 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:46:13.585 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-19T23:46:13.652 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-19T23:46:13.721 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-19T23:46:13.721 INFO:teuthology.run_tasks:Running task clock... 2023-11-19T23:46:13.731 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-19T23:46:13.731 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T23:46:13.731 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:46:13.733 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-19T23:46:13.734 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:46:13.764 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T23:46:13.777 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T23:46:13.793 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-19T23:46:13.807 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-19T23:46:13.847 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2023-11-19T23:46:13.858 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2023-11-19T23:46:13.871 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T23:46:13.882 INFO:teuthology.orchestra.run.smithi152.stderr:sudo: ntpd: command not found 2023-11-19T23:46:13.884 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T23:46:13.893 INFO:teuthology.orchestra.run.smithi152.stdout:506 Cannot talk to daemon 2023-11-19T23:46:13.906 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-19T23:46:13.919 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-19T23:46:13.954 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.959 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.984 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-11-19T23:46:13.988 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:46:13.988 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-11-19T23:46:13.988 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.988 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.988 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.989 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:46:13.989 INFO:teuthology.run_tasks:Running task pexec... 2023-11-19T23:46:13.998 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-19T23:46:13.998 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2023-11-19T23:46:13.998 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T23:46:13.999 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi152.front.sepia.ceph.com 2023-11-19T23:46:13.999 DEBUG:teuthology.orchestra.run.smithi152:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-19T23:46:14.882 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:33 ago on Sun 19 Nov 2023 11:44:41 PM UTC. 2023-11-19T23:46:14.909 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:31 ago on Sun 19 Nov 2023 11:44:43 PM UTC. 2023-11-19T23:46:17.001 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-19T23:46:17.002 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:17.003 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:17.033 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout:Resetting modules: 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:17.034 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:17.254 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-19T23:46:17.295 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-19T23:46:18.207 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:01:37 ago on Sun 19 Nov 2023 11:44:41 PM UTC. 2023-11-19T23:46:18.249 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:01:35 ago on Sun 19 Nov 2023 11:44:43 PM UTC. 2023-11-19T23:46:20.323 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-19T23:46:20.363 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T23:46:20.506 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T23:46:20.507 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools rhel8 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2023-11-19T23:46:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:20.510 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 27 M 2023-11-19T23:46:20.511 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 89 M 2023-11-19T23:46:20.511 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-19T23:46:20.541 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:20.541 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-11-19T23:46:20.541 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:20.541 INFO:teuthology.orchestra.run.smithi152.stdout:Installing group/module packages: 2023-11-19T23:46:20.541 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-19T23:46:20.542 INFO:teuthology.orchestra.run.smithi152.stdout:Installing weak dependencies: 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout:Installing module profiles: 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools/common 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout:Enabling module streams: 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: container-tools rhel8 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout:Install 13 Packages 2023-11-19T23:46:20.543 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:20.544 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 27 M 2023-11-19T23:46:20.544 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 89 M 2023-11-19T23:46:20.544 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-11-19T23:46:21.073 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-11-19T23:46:21.123 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-11-19T23:46:21.165 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 413 kB/s | 38 kB 00:00 2023-11-19T23:46:21.257 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-11-19T23:46:21.269 INFO:teuthology.orchestra.run.smithi152.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-11-19T23:46:21.311 INFO:teuthology.orchestra.run.smithi152.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-11-19T23:46:21.361 INFO:teuthology.orchestra.run.smithi152.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-11-19T23:46:21.365 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-11-19T23:46:21.420 INFO:teuthology.orchestra.run.smithi152.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-11-19T23:46:21.466 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-11-19T23:46:21.525 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-19T23:46:21.528 INFO:teuthology.orchestra.run.smithi152.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-11-19T23:46:21.575 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 864 kB/s | 94 kB 00:00 2023-11-19T23:46:21.637 INFO:teuthology.orchestra.run.smithi152.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-11-19T23:46:21.729 INFO:teuthology.orchestra.run.smithi152.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-19T23:46:21.754 INFO:teuthology.orchestra.run.smithi152.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 803 kB/s | 94 kB 00:00 2023-11-19T23:46:21.775 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.8 MB/s | 9.6 MB 00:01 2023-11-19T23:46:21.876 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.4 MB/s | 2.5 MB 00:00 2023-11-19T23:46:21.901 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 419 kB/s | 53 kB 00:00 2023-11-19T23:46:21.938 INFO:teuthology.orchestra.run.smithi152.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.0 MB/s | 9.6 MB 00:01 2023-11-19T23:46:21.976 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-11-19T23:46:22.064 INFO:teuthology.orchestra.run.smithi152.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.2 MB/s | 2.5 MB 00:00 2023-11-19T23:46:22.088 INFO:teuthology.orchestra.run.smithi152.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 350 kB/s | 53 kB 00:00 2023-11-19T23:46:22.164 INFO:teuthology.orchestra.run.smithi152.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-11-19T23:46:22.185 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2023-11-19T23:46:22.185 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:46:22.185 INFO:teuthology.orchestra.run.smithi133.stdout:Total 16 MB/s | 27 MB 00:01 2023-11-19T23:46:22.364 INFO:teuthology.orchestra.run.smithi152.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2023-11-19T23:46:22.364 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:46:22.365 INFO:teuthology.orchestra.run.smithi152.stdout:Total 15 MB/s | 27 MB 00:01 2023-11-19T23:46:22.453 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-19T23:46:22.474 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-19T23:46:22.474 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-19T23:46:22.632 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-11-19T23:46:22.652 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-11-19T23:46:22.653 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-11-19T23:46:22.734 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-19T23:46:22.738 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-19T23:46:22.930 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-11-19T23:46:22.933 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-11-19T23:46:23.432 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-19T23:46:23.601 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-11-19T23:46:23.683 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T23:46:23.809 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-19T23:46:23.853 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T23:46:23.972 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-19T23:46:24.071 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T23:46:24.157 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-19T23:46:24.322 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:46:24.415 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:46:24.876 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T23:46:24.966 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-19T23:46:25.839 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:46:25.951 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:46:26.078 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T23:46:26.203 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-19T23:46:26.291 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T23:46:26.401 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-19T23:46:26.558 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T23:46:26.659 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-19T23:46:26.943 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T23:46:27.079 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-19T23:46:27.903 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:46:27.980 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:46:28.107 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T23:46:28.217 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-19T23:46:28.327 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:46:28.395 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:46:28.755 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:46:28.756 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-19T23:46:28.818 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-19T23:46:28.819 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-19T23:46:29.526 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:29.527 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:46:29.528 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-19T23:46:29.835 DEBUG:teuthology.parallel:result is None 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.067 INFO:teuthology.orchestra.run.smithi152.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:46:30.068 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-19T23:46:30.412 DEBUG:teuthology.parallel:result is None 2023-11-19T23:46:30.412 INFO:teuthology.run_tasks:Running task install... 2023-11-19T23:46:30.421 DEBUG:teuthology.task.install:project ceph 2023-11-19T23:46:30.421 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'}} 2023-11-19T23:46:30.421 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T23:46:30.421 INFO:teuthology.task.install:Using flavor: default 2023-11-19T23:46:30.427 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-11-19T23:46:30.427 INFO:teuthology.task.install:extra packages: [] 2023-11-19T23:46:30.427 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', 'tag': None, 'wait_for_package': False} 2023-11-19T23:46:30.428 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:46:30.428 INFO:teuthology.packaging:ref: None 2023-11-19T23:46:30.428 INFO:teuthology.packaging:tag: None 2023-11-19T23:46:30.428 INFO:teuthology.packaging:branch: reef 2023-11-19T23:46:30.428 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:46:30.428 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-11-19T23:46:30.430 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'reef', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe', 'tag': None, 'wait_for_package': False} 2023-11-19T23:46:30.430 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:46:30.430 INFO:teuthology.packaging:ref: None 2023-11-19T23:46:30.431 INFO:teuthology.packaging:tag: None 2023-11-19T23:46:30.431 INFO:teuthology.packaging:branch: reef 2023-11-19T23:46:30.431 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:46:30.431 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-11-19T23:46:30.681 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/ 2023-11-19T23:46:30.682 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1246.g93a97056 2023-11-19T23:46:30.753 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/ 2023-11-19T23:46:30.753 INFO:teuthology.task.install.rpm:Package version is 18.2.0-1246.g93a97056 2023-11-19T23:46:30.857 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-19T23:46:30.857 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:46:30.858 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-19T23:46:30.891 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2023-11-19T23:46:30.891 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:46:30.891 INFO:teuthology.packaging:ref: None 2023-11-19T23:46:30.891 INFO:teuthology.packaging:tag: None 2023-11-19T23:46:30.891 INFO:teuthology.packaging:branch: reef 2023-11-19T23:46:30.891 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:46:30.891 DEBUG:teuthology.orchestra.run.smithi133:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-19T23:46:30.924 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/reef/93a97056cd0bc2ef65c698a5be78955abdb198f6/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-19T23:46:30.924 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:46:30.924 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-19T23:46:30.953 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2023-11-19T23:46:30.953 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:46:30.953 INFO:teuthology.packaging:ref: None 2023-11-19T23:46:30.953 INFO:teuthology.packaging:tag: None 2023-11-19T23:46:30.953 INFO:teuthology.packaging:branch: reef 2023-11-19T23:46:30.953 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:46:30.953 DEBUG:teuthology.orchestra.run.smithi152:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;ref/reef/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-19T23:46:30.963 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-19T23:46:31.021 DEBUG:teuthology.orchestra.run.smithi152:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-11-19T23:46:31.044 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-19T23:46:31.097 DEBUG:teuthology.orchestra.run.smithi152:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-11-19T23:46:31.112 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2023-11-19T23:46:31.114 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2023-11-19T23:46:31.163 INFO:teuthology.orchestra.run.smithi152.stdout:check_obsoletes = 1 2023-11-19T23:46:31.165 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum clean all 2023-11-19T23:46:31.386 INFO:teuthology.orchestra.run.smithi133.stdout:76 files removed 2023-11-19T23:46:31.413 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2023-11-19T23:46:31.435 INFO:teuthology.orchestra.run.smithi152.stdout:76 files removed 2023-11-19T23:46:31.463 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2023-11-19T23:46:32.422 INFO:teuthology.orchestra.run.smithi152.stdout:ceph packages for x86_64 146 kB/s | 80 kB 00:00 2023-11-19T23:46:32.478 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 123 kB/s | 80 kB 00:00 2023-11-19T23:46:32.823 INFO:teuthology.orchestra.run.smithi152.stdout:ceph noarch packages 26 kB/s | 9.4 kB 00:00 2023-11-19T23:46:32.864 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 27 kB/s | 9.4 kB 00:00 2023-11-19T23:46:33.181 INFO:teuthology.orchestra.run.smithi152.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-11-19T23:46:33.182 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-11-19T23:46:46.463 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - AppStream 2.6 MB/s | 34 MB 00:13 2023-11-19T23:46:46.514 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - AppStream 2.5 MB/s | 34 MB 00:13 2023-11-19T23:46:54.922 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 53 MB 00:02 2023-11-19T23:46:55.073 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 53 MB 00:02 2023-11-19T23:47:02.739 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2023-11-19T23:47:03.440 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras 27 kB/s | 18 kB 00:00 2023-11-19T23:47:03.556 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2023-11-19T23:47:03.990 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-19T23:47:04.616 INFO:teuthology.orchestra.run.smithi133.stdout:CentOS Stream 8 - PowerTools 7.3 MB/s | 6.6 MB 00:00 2023-11-19T23:47:05.124 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 8 - PowerTools 6.7 MB/s | 6.6 MB 00:00 2023-11-19T23:47:06.051 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-19T23:47:06.559 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-19T23:47:06.970 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-19T23:47:07.776 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-19T23:47:10.867 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 377 kB/s | 24 kB 00:00 2023-11-19T23:47:11.702 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 379 kB/s | 24 kB 00:00 2023-11-19T23:47:15.324 INFO:teuthology.orchestra.run.smithi133.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-11-19T23:47:15.325 INFO:teuthology.orchestra.run.smithi133.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-11-19T23:47:15.565 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-11-19T23:47:15.574 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================ 2023-11-19T23:47:15.574 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================ 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph x86_64 2:18.2.0-1246.g93a97056.el8 ceph 6.4 k 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:18.2.0-1246.g93a97056.el8 ceph 5.4 M 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 852 k 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1246.g93a97056.el8 ceph 165 k 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr x86_64 2:18.2.0-1246.g93a97056.el8 ceph 1.6 M 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 132 k 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 1.8 M 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 7.4 M 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 50 k 2023-11-19T23:47:15.575 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:18.2.0-1246.g93a97056.el8 ceph 13 M 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:18.2.0-1246.g93a97056.el8 ceph 47 M 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 171 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel x86_64 2:18.2.0-1246.g93a97056.el8 ceph 31 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 774 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel x86_64 2:18.2.0-1246.g93a97056.el8 ceph 139 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:18.2.0-1246.g93a97056.el8 ceph 197 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:18.2.0-1246.g93a97056.el8 ceph 370 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 364 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:18.2.0-1246.g93a97056.el8 ceph 106 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 94 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.4 M 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 181 k 2023-11-19T23:47:15.576 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.7 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.6 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:18.2.0-1246.g93a97056.el8 ceph 22 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 23 k 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds x86_64 2:18.2.0-1246.g93a97056.el8 ceph 2.3 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 242 k 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon x86_64 2:18.2.0-1246.g93a97056.el8 ceph 4.6 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 18 M 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 15 k 2023-11-19T23:47:15.577 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:18.2.0-1246.g93a97056.el8 ceph 24 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:18.2.0-1246.g93a97056.el8 ceph 141 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 475 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 6.5 M 2023-11-19T23:47:15.578 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 45 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:18.2.0-1246.g93a97056.el8 ceph 123 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-19T23:47:15.579 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-19T23:47:15.580 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-19T23:47:15.581 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-19T23:47:15.582 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================ 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout:Install 104 Packages 2023-11-19T23:47:15.583 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2023-11-19T23:47:15.584 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:47:15.584 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 189 M 2023-11-19T23:47:15.584 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-11-19T23:47:16.035 INFO:teuthology.orchestra.run.smithi133.stdout:(1/106): ceph-18.2.0-1246.g93a97056.el8.x86_64. 34 kB/s | 6.4 kB 00:00 2023-11-19T23:47:16.092 INFO:teuthology.orchestra.run.smithi152.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-11-19T23:47:16.093 INFO:teuthology.orchestra.run.smithi152.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-11-19T23:47:16.329 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-11-19T23:47:16.338 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout: ceph x86_64 2:18.2.0-1246.g93a97056.el8 ceph 6.4 k 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-base x86_64 2:18.2.0-1246.g93a97056.el8 ceph 5.4 M 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-fuse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 852 k 2023-11-19T23:47:16.339 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-immutable-object-cache x86_64 2:18.2.0-1246.g93a97056.el8 ceph 165 k 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr x86_64 2:18.2.0-1246.g93a97056.el8 ceph 1.6 M 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-cephadm noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 132 k 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-dashboard noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 1.8 M 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 7.4 M 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-rook noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 50 k 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-radosgw x86_64 2:18.2.0-1246.g93a97056.el8 ceph 13 M 2023-11-19T23:47:16.340 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-test x86_64 2:18.2.0-1246.g93a97056.el8 ceph 47 M 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: cephadm noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 171 k 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs-devel x86_64 2:18.2.0-1246.g93a97056.el8 ceph 31 k 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 774 k 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: librados-devel x86_64 2:18.2.0-1246.g93a97056.el8 ceph 139 k 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cephfs x86_64 2:18.2.0-1246.g93a97056.el8 ceph 197 k 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-11-19T23:47:16.341 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rados x86_64 2:18.2.0-1246.g93a97056.el8 ceph 370 k 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rbd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 364 k 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rgw x86_64 2:18.2.0-1246.g93a97056.el8 ceph 106 k 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-fuse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 94 k 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-mirror x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.4 M 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-nbd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 181 k 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout:Upgrading: 2023-11-19T23:47:16.342 INFO:teuthology.orchestra.run.smithi152.stdout: librados2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.7 M 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: librbd1 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 3.6 M 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-common x86_64 2:18.2.0-1246.g93a97056.el8 ceph 22 M 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-grafana-dashboards noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 23 k 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mds x86_64 2:18.2.0-1246.g93a97056.el8 ceph 2.3 M 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-modules-core noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 242 k 2023-11-19T23:47:16.343 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mon x86_64 2:18.2.0-1246.g93a97056.el8 ceph 4.6 M 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-osd x86_64 2:18.2.0-1246.g93a97056.el8 ceph 18 M 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-prometheus-alerts noarch 2:18.2.0-1246.g93a97056.el8 ceph-noarch 15 k 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-selinux x86_64 2:18.2.0-1246.g93a97056.el8 ceph 24 k 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-19T23:47:16.344 INFO:teuthology.orchestra.run.smithi152.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: libcephsqlite x86_64 2:18.2.0-1246.g93a97056.el8 ceph 141 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: libradosstriper1 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 475 k 2023-11-19T23:47:16.345 INFO:teuthology.orchestra.run.smithi152.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: librgw2 x86_64 2:18.2.0-1246.g93a97056.el8 ceph 6.5 M 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-19T23:47:16.346 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-19T23:47:16.347 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-argparse x86_64 2:18.2.0-1246.g93a97056.el8 ceph 45 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-common x86_64 2:18.2.0-1246.g93a97056.el8 ceph 123 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-19T23:47:16.348 INFO:teuthology.orchestra.run.smithi152.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-19T23:47:16.349 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-19T23:47:16.350 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-19T23:47:16.351 INFO:teuthology.orchestra.run.smithi152.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-19T23:47:16.352 INFO:teuthology.orchestra.run.smithi152.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-19T23:47:16.353 INFO:teuthology.orchestra.run.smithi152.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-19T23:47:16.354 INFO:teuthology.orchestra.run.smithi152.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================================ 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout:Install 104 Packages 2023-11-19T23:47:16.355 INFO:teuthology.orchestra.run.smithi152.stdout:Upgrade 2 Packages 2023-11-19T23:47:16.356 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:47:16.356 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 189 M 2023-11-19T23:47:16.356 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2023-11-19T23:47:16.752 INFO:teuthology.orchestra.run.smithi133.stdout:(2/106): ceph-fuse-18.2.0-1246.g93a97056.el8.x8 1.2 MB/s | 852 kB 00:00 2023-11-19T23:47:16.961 INFO:teuthology.orchestra.run.smithi133.stdout:(3/106): ceph-immutable-object-cache-18.2.0-124 793 kB/s | 165 kB 00:00 2023-11-19T23:47:17.069 INFO:teuthology.orchestra.run.smithi133.stdout:(4/106): ceph-base-18.2.0-1246.g93a97056.el8.x8 4.4 MB/s | 5.4 MB 00:01 2023-11-19T23:47:17.078 INFO:teuthology.orchestra.run.smithi152.stdout:(1/106): ceph-18.2.0-1246.g93a97056.el8.x86_64. 20 kB/s | 6.4 kB 00:00 2023-11-19T23:47:17.320 INFO:teuthology.orchestra.run.smithi133.stdout:(5/106): ceph-common-18.2.0-1246.g93a97056.el8. 15 MB/s | 22 MB 00:01 2023-11-19T23:47:17.362 INFO:teuthology.orchestra.run.smithi133.stdout:(6/106): ceph-mgr-18.2.0-1246.g93a97056.el8.x86 5.3 MB/s | 1.6 MB 00:00 2023-11-19T23:47:17.378 INFO:teuthology.orchestra.run.smithi152.stdout:(2/106): ceph-fuse-18.2.0-1246.g93a97056.el8.x8 2.8 MB/s | 852 kB 00:00 2023-11-19T23:47:17.695 INFO:teuthology.orchestra.run.smithi133.stdout:(7/106): ceph-mon-18.2.0-1246.g93a97056.el8.x86 12 MB/s | 4.6 MB 00:00 2023-11-19T23:47:17.912 INFO:teuthology.orchestra.run.smithi133.stdout:(8/106): ceph-mds-18.2.0-1246.g93a97056.el8.x86 2.4 MB/s | 2.3 MB 00:00 2023-11-19T23:47:18.012 INFO:teuthology.orchestra.run.smithi133.stdout:(9/106): ceph-selinux-18.2.0-1246.g93a97056.el8 243 kB/s | 24 kB 00:00 2023-11-19T23:47:18.095 INFO:teuthology.orchestra.run.smithi152.stdout:(3/106): ceph-immutable-object-cache-18.2.0-124 230 kB/s | 165 kB 00:00 2023-11-19T23:47:18.653 INFO:teuthology.orchestra.run.smithi152.stdout:(4/106): ceph-mds-18.2.0-1246.g93a97056.el8.x86 4.1 MB/s | 2.3 MB 00:00 2023-11-19T23:47:19.037 INFO:teuthology.orchestra.run.smithi152.stdout:(5/106): ceph-mgr-18.2.0-1246.g93a97056.el8.x86 4.1 MB/s | 1.6 MB 00:00 2023-11-19T23:47:19.096 INFO:teuthology.orchestra.run.smithi133.stdout:(10/106): ceph-radosgw-18.2.0-1246.g93a97056.el 9.3 MB/s | 13 MB 00:01 2023-11-19T23:47:19.112 INFO:teuthology.orchestra.run.smithi152.stdout:(6/106): ceph-base-18.2.0-1246.g93a97056.el8.x8 2.3 MB/s | 5.4 MB 00:02 2023-11-19T23:47:19.154 INFO:teuthology.orchestra.run.smithi133.stdout:(11/106): libcephfs-devel-18.2.0-1246.g93a97056 532 kB/s | 31 kB 00:00 2023-11-19T23:47:19.313 INFO:teuthology.orchestra.run.smithi133.stdout:(12/106): libcephfs2-18.2.0-1246.g93a97056.el8. 4.8 MB/s | 774 kB 00:00 2023-11-19T23:47:19.388 INFO:teuthology.orchestra.run.smithi133.stdout:(13/106): libcephsqlite-18.2.0-1246.g93a97056.e 1.8 MB/s | 141 kB 00:00 2023-11-19T23:47:19.472 INFO:teuthology.orchestra.run.smithi133.stdout:(14/106): librados-devel-18.2.0-1246.g93a97056. 1.6 MB/s | 139 kB 00:00 2023-11-19T23:47:19.572 INFO:teuthology.orchestra.run.smithi133.stdout:(15/106): libradosstriper1-18.2.0-1246.g93a9705 4.6 MB/s | 475 kB 00:00 2023-11-19T23:47:19.806 INFO:teuthology.orchestra.run.smithi133.stdout:(16/106): ceph-osd-18.2.0-1246.g93a97056.el8.x8 7.2 MB/s | 18 MB 00:02 2023-11-19T23:47:19.821 INFO:teuthology.orchestra.run.smithi152.stdout:(7/106): ceph-mon-18.2.0-1246.g93a97056.el8.x86 5.9 MB/s | 4.6 MB 00:00 2023-11-19T23:47:19.881 INFO:teuthology.orchestra.run.smithi133.stdout:(17/106): python3-ceph-argparse-18.2.0-1246.g93 597 kB/s | 45 kB 00:00 2023-11-19T23:47:19.982 INFO:teuthology.orchestra.run.smithi133.stdout:(18/106): python3-ceph-common-18.2.0-1246.g93a9 1.2 MB/s | 123 kB 00:00 2023-11-19T23:47:20.090 INFO:teuthology.orchestra.run.smithi133.stdout:(19/106): python3-cephfs-18.2.0-1246.g93a97056. 1.8 MB/s | 197 kB 00:00 2023-11-19T23:47:20.332 INFO:teuthology.orchestra.run.smithi133.stdout:(20/106): librgw2-18.2.0-1246.g93a97056.el8.x86 8.6 MB/s | 6.5 MB 00:00 2023-11-19T23:47:20.407 INFO:teuthology.orchestra.run.smithi133.stdout:(21/106): python3-rbd-18.2.0-1246.g93a97056.el8 4.8 MB/s | 364 kB 00:00 2023-11-19T23:47:20.474 INFO:teuthology.orchestra.run.smithi133.stdout:(22/106): python3-rgw-18.2.0-1246.g93a97056.el8 1.6 MB/s | 106 kB 00:00 2023-11-19T23:47:20.541 INFO:teuthology.orchestra.run.smithi133.stdout:(23/106): rbd-fuse-18.2.0-1246.g93a97056.el8.x8 1.4 MB/s | 94 kB 00:00 2023-11-19T23:47:20.625 INFO:teuthology.orchestra.run.smithi133.stdout:(24/106): python3-rados-18.2.0-1246.g93a97056.e 692 kB/s | 370 kB 00:00 2023-11-19T23:47:20.733 INFO:teuthology.orchestra.run.smithi133.stdout:(25/106): rbd-nbd-18.2.0-1246.g93a97056.el8.x86 1.6 MB/s | 181 kB 00:00 2023-11-19T23:47:20.842 INFO:teuthology.orchestra.run.smithi133.stdout:(26/106): ceph-grafana-dashboards-18.2.0-1246.g 213 kB/s | 23 kB 00:00 2023-11-19T23:47:20.942 INFO:teuthology.orchestra.run.smithi133.stdout:(27/106): ceph-mgr-cephadm-18.2.0-1246.g93a9705 1.3 MB/s | 132 kB 00:00 2023-11-19T23:47:21.076 INFO:teuthology.orchestra.run.smithi133.stdout:(28/106): rbd-mirror-18.2.0-1246.g93a97056.el8. 6.5 MB/s | 3.4 MB 00:00 2023-11-19T23:47:21.171 INFO:teuthology.orchestra.run.smithi152.stdout:(8/106): ceph-osd-18.2.0-1246.g93a97056.el8.x86 8.6 MB/s | 18 MB 00:02 2023-11-19T23:47:21.262 INFO:teuthology.orchestra.run.smithi152.stdout:(9/106): ceph-selinux-18.2.0-1246.g93a97056.el8 266 kB/s | 24 kB 00:00 2023-11-19T23:47:21.301 INFO:teuthology.orchestra.run.smithi133.stdout:(29/106): ceph-mgr-dashboard-18.2.0-1246.g93a97 4.9 MB/s | 1.8 MB 00:00 2023-11-19T23:47:21.418 INFO:teuthology.orchestra.run.smithi133.stdout:(30/106): ceph-mgr-modules-core-18.2.0-1246.g93 2.0 MB/s | 242 kB 00:00 2023-11-19T23:47:21.527 INFO:teuthology.orchestra.run.smithi133.stdout:(31/106): ceph-mgr-rook-18.2.0-1246.g93a97056.e 462 kB/s | 50 kB 00:00 2023-11-19T23:47:21.610 INFO:teuthology.orchestra.run.smithi133.stdout:(32/106): ceph-prometheus-alerts-18.2.0-1246.g9 174 kB/s | 15 kB 00:00 2023-11-19T23:47:21.710 INFO:teuthology.orchestra.run.smithi133.stdout:(33/106): cephadm-18.2.0-1246.g93a97056.el8.noa 1.7 MB/s | 171 kB 00:00 2023-11-19T23:47:22.136 INFO:teuthology.orchestra.run.smithi133.stdout:(34/106): ceph-mgr-diskprediction-local-18.2.0- 7.0 MB/s | 7.4 MB 00:01 2023-11-19T23:47:22.253 INFO:teuthology.orchestra.run.smithi133.stdout:(35/106): jq-1.6-8.el8.x86_64.rpm 375 kB/s | 203 kB 00:00 2023-11-19T23:47:22.445 INFO:teuthology.orchestra.run.smithi133.stdout:(36/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-11-19T23:47:22.553 INFO:teuthology.orchestra.run.smithi133.stdout:(37/106): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-11-19T23:47:22.604 INFO:teuthology.orchestra.run.smithi133.stdout:(38/106): librdkafka-0.11.4-3.el8.x86_64.rpm 757 kB/s | 354 kB 00:00 2023-11-19T23:47:22.696 INFO:teuthology.orchestra.run.smithi152.stdout:(10/106): ceph-radosgw-18.2.0-1246.g93a97056.el 4.5 MB/s | 13 MB 00:02 2023-11-19T23:47:22.780 INFO:teuthology.orchestra.run.smithi152.stdout:(11/106): libcephfs-devel-18.2.0-1246.g93a97056 372 kB/s | 31 kB 00:00 2023-11-19T23:47:22.988 INFO:teuthology.orchestra.run.smithi152.stdout:(12/106): libcephfs2-18.2.0-1246.g93a97056.el8. 3.6 MB/s | 774 kB 00:00 2023-11-19T23:47:23.064 INFO:teuthology.orchestra.run.smithi152.stdout:(13/106): libcephsqlite-18.2.0-1246.g93a97056.e 1.8 MB/s | 141 kB 00:00 2023-11-19T23:47:23.104 INFO:teuthology.orchestra.run.smithi133.stdout:(39/106): openblas-0.3.15-4.el8.x86_64.rpm 8.6 MB/s | 4.7 MB 00:00 2023-11-19T23:47:23.140 INFO:teuthology.orchestra.run.smithi152.stdout:(14/106): librados-devel-18.2.0-1246.g93a97056. 1.8 MB/s | 139 kB 00:00 2023-11-19T23:47:23.171 INFO:teuthology.orchestra.run.smithi133.stdout:(40/106): openblas-threads-0.3.15-4.el8.x86_64. 8.6 MB/s | 4.9 MB 00:00 2023-11-19T23:47:23.205 INFO:teuthology.orchestra.run.smithi133.stdout:(41/106): python3-attrs-17.4.0-6.el8.noarch.rpm 526 kB/s | 53 kB 00:00 2023-11-19T23:47:23.281 INFO:teuthology.orchestra.run.smithi152.stdout:(15/106): libradosstriper1-18.2.0-1246.g93a9705 3.3 MB/s | 475 kB 00:00 2023-11-19T23:47:23.322 INFO:teuthology.orchestra.run.smithi133.stdout:(42/106): python3-jinja2-2.10.1-3.el8.noarch.rp 4.5 MB/s | 538 kB 00:00 2023-11-19T23:47:23.422 INFO:teuthology.orchestra.run.smithi133.stdout:(43/106): python3-jsonpatch-1.21-2.el8.noarch.r 266 kB/s | 27 kB 00:00 2023-11-19T23:47:23.522 INFO:teuthology.orchestra.run.smithi133.stdout:(44/106): python3-jsonpointer-1.10-11.el8.noarc 200 kB/s | 20 kB 00:00 2023-11-19T23:47:23.656 INFO:teuthology.orchestra.run.smithi133.stdout:(45/106): python3-babel-2.5.1-7.el8.noarch.rpm 9.9 MB/s | 4.8 MB 00:00 2023-11-19T23:47:23.681 INFO:teuthology.orchestra.run.smithi133.stdout:(46/106): python3-mako-1.0.6-14.el8.noarch.rpm 989 kB/s | 157 kB 00:00 2023-11-19T23:47:23.748 INFO:teuthology.orchestra.run.smithi133.stdout:(47/106): python3-markupsafe-0.23-19.el8.x86_64 422 kB/s | 39 kB 00:00 2023-11-19T23:47:23.857 INFO:teuthology.orchestra.run.smithi133.stdout:(48/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 2.0 MB/s | 225 kB 00:00 2023-11-19T23:47:23.949 INFO:teuthology.orchestra.run.smithi133.stdout:(49/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 351 kB/s | 32 kB 00:00 2023-11-19T23:47:24.057 INFO:teuthology.orchestra.run.smithi133.stdout:(50/106): python3-numpy-1.14.3-10.el8.x86_64.rp 9.9 MB/s | 3.7 MB 00:00 2023-11-19T23:47:24.083 INFO:teuthology.orchestra.run.smithi133.stdout:(51/106): python3-prettytable-0.7.2-14.el8.noar 329 kB/s | 44 kB 00:00 2023-11-19T23:47:24.183 INFO:teuthology.orchestra.run.smithi133.stdout:(52/106): python3-py-1.5.3-4.el8.noarch.rpm 3.7 MB/s | 472 kB 00:00 2023-11-19T23:47:24.208 INFO:teuthology.orchestra.run.smithi133.stdout:(53/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 827 kB/s | 103 kB 00:00 2023-11-19T23:47:24.292 INFO:teuthology.orchestra.run.smithi133.stdout:(54/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.1 MB/s | 126 kB 00:00 2023-11-19T23:47:24.317 INFO:teuthology.orchestra.run.smithi133.stdout:(55/106): python3-pyasn1-modules-0.3.7-6.el8.no 1.0 MB/s | 110 kB 00:00 2023-11-19T23:47:24.389 INFO:teuthology.orchestra.run.smithi152.stdout:(16/106): ceph-test-18.2.0-1246.g93a97056.el8.x 15 MB/s | 47 MB 00:03 2023-11-19T23:47:24.418 INFO:teuthology.orchestra.run.smithi133.stdout:(56/106): python3-pytz-2017.2-11.el8.noarch.rpm 570 kB/s | 57 kB 00:00 2023-11-19T23:47:24.623 INFO:teuthology.orchestra.run.smithi152.stdout:(17/106): ceph-common-18.2.0-1246.g93a97056.el8 2.8 MB/s | 22 MB 00:07 2023-11-19T23:47:24.643 INFO:teuthology.orchestra.run.smithi133.stdout:(57/106): python3-pytest-3.4.2-11.el8.noarch.rp 3.8 MB/s | 1.3 MB 00:00 2023-11-19T23:47:24.664 INFO:teuthology.orchestra.run.smithi152.stdout:(18/106): python3-ceph-argparse-18.2.0-1246.g93 162 kB/s | 45 kB 00:00 2023-11-19T23:47:24.698 INFO:teuthology.orchestra.run.smithi152.stdout:(19/106): python3-ceph-common-18.2.0-1246.g93a9 1.6 MB/s | 123 kB 00:00 2023-11-19T23:47:24.732 INFO:teuthology.orchestra.run.smithi152.stdout:(20/106): python3-cephfs-18.2.0-1246.g93a97056. 2.9 MB/s | 197 kB 00:00 2023-11-19T23:47:24.760 INFO:teuthology.orchestra.run.smithi133.stdout:(58/106): python3-werkzeug-0.12.2-4.el8.noarch. 3.8 MB/s | 457 kB 00:00 2023-11-19T23:47:24.816 INFO:teuthology.orchestra.run.smithi152.stdout:(21/106): librgw2-18.2.0-1246.g93a97056.el8.x86 4.3 MB/s | 6.5 MB 00:01 2023-11-19T23:47:24.841 INFO:teuthology.orchestra.run.smithi152.stdout:(22/106): python3-rados-18.2.0-1246.g93a97056.e 2.5 MB/s | 370 kB 00:00 2023-11-19T23:47:24.866 INFO:teuthology.orchestra.run.smithi152.stdout:(23/106): python3-rbd-18.2.0-1246.g93a97056.el8 2.7 MB/s | 364 kB 00:00 2023-11-19T23:47:24.868 INFO:teuthology.orchestra.run.smithi133.stdout:(59/106): socat-1.7.4.1-1.el8.x86_64.rpm 2.9 MB/s | 323 kB 00:00 2023-11-19T23:47:24.892 INFO:teuthology.orchestra.run.smithi152.stdout:(24/106): rbd-fuse-18.2.0-1246.g93a97056.el8.x8 1.8 MB/s | 94 kB 00:00 2023-11-19T23:47:24.908 INFO:teuthology.orchestra.run.smithi152.stdout:(25/106): python3-rgw-18.2.0-1246.g93a97056.el8 1.1 MB/s | 106 kB 00:00 2023-11-19T23:47:24.969 INFO:teuthology.orchestra.run.smithi133.stdout:(60/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 707 kB/s | 71 kB 00:00 2023-11-19T23:47:25.000 INFO:teuthology.orchestra.run.smithi152.stdout:(26/106): ceph-grafana-dashboards-18.2.0-1246.g 251 kB/s | 23 kB 00:00 2023-11-19T23:47:25.043 INFO:teuthology.orchestra.run.smithi152.stdout:(27/106): rbd-nbd-18.2.0-1246.g93a97056.el8.x86 1.2 MB/s | 181 kB 00:00 2023-11-19T23:47:25.109 INFO:teuthology.orchestra.run.smithi152.stdout:(28/106): ceph-mgr-cephadm-18.2.0-1246.g93a9705 1.2 MB/s | 132 kB 00:00 2023-11-19T23:47:25.210 INFO:teuthology.orchestra.run.smithi152.stdout:(29/106): rbd-mirror-18.2.0-1246.g93a97056.el8. 10 MB/s | 3.4 MB 00:00 2023-11-19T23:47:25.277 INFO:teuthology.orchestra.run.smithi152.stdout:(30/106): ceph-mgr-modules-core-18.2.0-1246.g93 3.6 MB/s | 242 kB 00:00 2023-11-19T23:47:25.277 INFO:teuthology.orchestra.run.smithi133.stdout:(61/106): fuse-2.9.7-17.el8.x86_64.rpm 269 kB/s | 83 kB 00:00 2023-11-19T23:47:25.352 INFO:teuthology.orchestra.run.smithi152.stdout:(31/106): ceph-mgr-rook-18.2.0-1246.g93a97056.e 668 kB/s | 50 kB 00:00 2023-11-19T23:47:25.410 INFO:teuthology.orchestra.run.smithi152.stdout:(32/106): ceph-prometheus-alerts-18.2.0-1246.g9 249 kB/s | 15 kB 00:00 2023-11-19T23:47:25.469 INFO:teuthology.orchestra.run.smithi152.stdout:(33/106): ceph-mgr-dashboard-18.2.0-1246.g93a97 4.1 MB/s | 1.8 MB 00:00 2023-11-19T23:47:25.494 INFO:teuthology.orchestra.run.smithi152.stdout:(34/106): cephadm-18.2.0-1246.g93a97056.el8.noa 2.0 MB/s | 171 kB 00:00 2023-11-19T23:47:25.511 INFO:teuthology.orchestra.run.smithi133.stdout:(62/106): python3-scipy-1.0.0-21.module_el8.5.0 13 MB/s | 14 MB 00:01 2023-11-19T23:47:25.678 INFO:teuthology.orchestra.run.smithi133.stdout:(63/106): libgfortran-8.5.0-21.el8.x86_64.rpm 1.6 MB/s | 645 kB 00:00 2023-11-19T23:47:25.778 INFO:teuthology.orchestra.run.smithi133.stdout:(64/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 469 kB/s | 47 kB 00:00 2023-11-19T23:47:25.845 INFO:teuthology.orchestra.run.smithi152.stdout:(35/106): jq-1.6-8.el8.x86_64.rpm 541 kB/s | 203 kB 00:00 2023-11-19T23:47:25.887 INFO:teuthology.orchestra.run.smithi133.stdout:(65/106): libquadmath-8.5.0-21.el8.x86_64.rpm 459 kB/s | 172 kB 00:00 2023-11-19T23:47:25.912 INFO:teuthology.orchestra.run.smithi133.stdout:(66/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.8 MB/s | 249 kB 00:00 2023-11-19T23:47:25.978 INFO:teuthology.orchestra.run.smithi152.stdout:(36/106): librdkafka-0.11.4-3.el8.x86_64.rpm 732 kB/s | 354 kB 00:00 2023-11-19T23:47:26.004 INFO:teuthology.orchestra.run.smithi133.stdout:(67/106): python3-jwt-1.6.1-2.el8.noarch.rpm 465 kB/s | 43 kB 00:00 2023-11-19T23:47:26.012 INFO:teuthology.orchestra.run.smithi152.stdout:(37/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-11-19T23:47:26.087 INFO:teuthology.orchestra.run.smithi152.stdout:(38/106): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-11-19T23:47:26.096 INFO:teuthology.orchestra.run.smithi133.stdout:(68/106): python3-oauthlib-2.1.0-1.el8.noarch.r 1.6 MB/s | 155 kB 00:00 2023-11-19T23:47:26.121 INFO:teuthology.orchestra.run.smithi133.stdout:(69/106): python3-cryptography-3.2.1-6.el8.x86_ 2.7 MB/s | 641 kB 00:00 2023-11-19T23:47:26.188 INFO:teuthology.orchestra.run.smithi133.stdout:(70/106): python3-pycparser-2.14-14.el8.noarch. 1.2 MB/s | 109 kB 00:00 2023-11-19T23:47:26.213 INFO:teuthology.orchestra.run.smithi133.stdout:(71/106): python3-requests-oauthlib-1.0.0-1.el8 465 kB/s | 43 kB 00:00 2023-11-19T23:47:26.246 INFO:teuthology.orchestra.run.smithi152.stdout:(39/106): ceph-mgr-diskprediction-local-18.2.0- 6.5 MB/s | 7.4 MB 00:01 2023-11-19T23:47:26.272 INFO:teuthology.orchestra.run.smithi133.stdout:(72/106): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-11-19T23:47:26.306 INFO:teuthology.orchestra.run.smithi133.stdout:(73/106): gperftools-libs-2.7-9.el8.x86_64.rpm 2.6 MB/s | 306 kB 00:00 2023-11-19T23:47:26.331 INFO:teuthology.orchestra.run.smithi133.stdout:(74/106): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-11-19T23:47:26.356 INFO:teuthology.orchestra.run.smithi133.stdout:(75/106): python3-asyncssh-2.7.0-2.el8.noarch.r 9.3 MB/s | 476 kB 00:00 2023-11-19T23:47:26.382 INFO:teuthology.orchestra.run.smithi133.stdout:(76/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 870 kB/s | 44 kB 00:00 2023-11-19T23:47:26.407 INFO:teuthology.orchestra.run.smithi133.stdout:(77/106): python3-beautifulsoup4-4.6.3-2.el8.1. 3.6 MB/s | 185 kB 00:00 2023-11-19T23:47:26.449 INFO:teuthology.orchestra.run.smithi133.stdout:(78/106): python3-cachetools-3.1.1-4.el8.noarch 489 kB/s | 33 kB 00:00 2023-11-19T23:47:26.482 INFO:teuthology.orchestra.run.smithi133.stdout:(79/106): python3-certifi-2018.10.15-7.el8.noar 216 kB/s | 16 kB 00:00 2023-11-19T23:47:26.508 INFO:teuthology.orchestra.run.smithi133.stdout:(80/106): python3-cheroot-8.5.2-1.el8.noarch.rp 2.9 MB/s | 173 kB 00:00 2023-11-19T23:47:26.533 INFO:teuthology.orchestra.run.smithi133.stdout:(81/106): python3-cherrypy-18.4.0-1.el8.noarch. 7.5 MB/s | 384 kB 00:00 2023-11-19T23:47:26.558 INFO:teuthology.orchestra.run.smithi133.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 1.6 MB/s | 81 kB 00:00 2023-11-19T23:47:26.575 INFO:teuthology.orchestra.run.smithi133.stdout:(83/106): python3-jaraco-6.2-6.el8.noarch.rpm 265 kB/s | 11 kB 00:00 2023-11-19T23:47:26.592 INFO:teuthology.orchestra.run.smithi133.stdout:(84/106): python3-jaraco-functools-2.0-4.el8.no 522 kB/s | 18 kB 00:00 2023-11-19T23:47:26.643 INFO:teuthology.orchestra.run.smithi133.stdout:(85/106): python3-kubernetes-11.0.0-6.el8.noarc 17 MB/s | 1.2 MB 00:00 2023-11-19T23:47:26.668 INFO:teuthology.orchestra.run.smithi133.stdout:(86/106): python3-logutils-0.3.5-11.el8.noarch. 648 kB/s | 49 kB 00:00 2023-11-19T23:47:26.679 INFO:teuthology.orchestra.run.smithi152.stdout:(40/106): openblas-0.3.15-4.el8.x86_64.rpm 7.1 MB/s | 4.7 MB 00:00 2023-11-19T23:47:26.693 INFO:teuthology.orchestra.run.smithi133.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 1.1 MB/s | 59 kB 00:00 2023-11-19T23:47:26.705 INFO:teuthology.orchestra.run.smithi152.stdout:(41/106): python3-attrs-17.4.0-6.el8.noarch.rpm 115 kB/s | 53 kB 00:00 2023-11-19T23:47:26.718 INFO:teuthology.orchestra.run.smithi133.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 1.2 MB/s | 60 kB 00:00 2023-11-19T23:47:26.744 INFO:teuthology.orchestra.run.smithi133.stdout:(89/106): python3-pecan-1.3.2-9.el8.noarch.rpm 5.5 MB/s | 283 kB 00:00 2023-11-19T23:47:26.769 INFO:teuthology.orchestra.run.smithi133.stdout:(90/106): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2023-11-19T23:47:26.771 INFO:teuthology.orchestra.run.smithi152.stdout:(42/106): openblas-threads-0.3.15-4.el8.x86_64. 7.1 MB/s | 4.9 MB 00:00 2023-11-19T23:47:26.794 INFO:teuthology.orchestra.run.smithi133.stdout:(91/106): python3-repoze-lru-0.7-6.el8.noarch.r 673 kB/s | 34 kB 00:00 2023-11-19T23:47:26.820 INFO:teuthology.orchestra.run.smithi133.stdout:(92/106): python3-routes-2.4.1-12.el8.noarch.rp 3.8 MB/s | 196 kB 00:00 2023-11-19T23:47:26.845 INFO:teuthology.orchestra.run.smithi133.stdout:(93/106): python3-rsa-4.9-2.el8.noarch.rpm 1.2 MB/s | 64 kB 00:00 2023-11-19T23:47:26.870 INFO:teuthology.orchestra.run.smithi133.stdout:(94/106): python3-simplegeneric-0.8.1-17.el8.no 373 kB/s | 19 kB 00:00 2023-11-19T23:47:26.872 INFO:teuthology.orchestra.run.smithi152.stdout:(43/106): python3-jsonpatch-1.21-2.el8.noarch.r 266 kB/s | 27 kB 00:00 2023-11-19T23:47:26.896 INFO:teuthology.orchestra.run.smithi133.stdout:(95/106): python3-singledispatch-3.4.0.3-18.el8 476 kB/s | 24 kB 00:00 2023-11-19T23:47:26.921 INFO:teuthology.orchestra.run.smithi133.stdout:(96/106): python3-tempora-1.14.1-5.el8.noarch.r 578 kB/s | 29 kB 00:00 2023-11-19T23:47:26.947 INFO:teuthology.orchestra.run.smithi133.stdout:(97/106): python3-trustme-0.6.0-4.el8.noarch.rp 546 kB/s | 27 kB 00:00 2023-11-19T23:47:26.971 INFO:teuthology.orchestra.run.smithi133.stdout:(98/106): python3-waitress-1.4.3-1.el8.noarch.r 5.0 MB/s | 255 kB 00:00 2023-11-19T23:47:26.972 INFO:teuthology.orchestra.run.smithi152.stdout:(44/106): python3-jsonpointer-1.10-11.el8.noarc 199 kB/s | 20 kB 00:00 2023-11-19T23:47:26.997 INFO:teuthology.orchestra.run.smithi133.stdout:(99/106): python3-webob-1.8.5-1.el8.1.noarch.rp 4.9 MB/s | 251 kB 00:00 2023-11-19T23:47:27.014 INFO:teuthology.orchestra.run.smithi152.stdout:(45/106): python3-jinja2-2.10.1-3.el8.noarch.rp 1.7 MB/s | 538 kB 00:00 2023-11-19T23:47:27.056 INFO:teuthology.orchestra.run.smithi133.stdout:(100/106): python3-websocket-client-0.56.0-5.el 732 kB/s | 61 kB 00:00 2023-11-19T23:47:27.081 INFO:teuthology.orchestra.run.smithi152.stdout:(46/106): python3-mako-1.0.6-14.el8.noarch.rpm 1.4 MB/s | 157 kB 00:00 2023-11-19T23:47:27.081 INFO:teuthology.orchestra.run.smithi133.stdout:(101/106): python3-webtest-2.0.33-1.el8.noarch. 1.0 MB/s | 85 kB 00:00 2023-11-19T23:47:27.106 INFO:teuthology.orchestra.run.smithi133.stdout:(102/106): python3-zc-lockfile-2.0-2.el8.noarch 458 kB/s | 23 kB 00:00 2023-11-19T23:47:27.114 INFO:teuthology.orchestra.run.smithi152.stdout:(47/106): python3-markupsafe-0.23-19.el8.x86_64 387 kB/s | 39 kB 00:00 2023-11-19T23:47:27.156 INFO:teuthology.orchestra.run.smithi133.stdout:(103/106): thrift-0.13.0-2.el8.x86_64.rpm 23 MB/s | 1.7 MB 00:00 2023-11-19T23:47:27.173 INFO:teuthology.orchestra.run.smithi152.stdout:(48/106): python3-babel-2.5.1-7.el8.noarch.rpm 9.7 MB/s | 4.8 MB 00:00 2023-11-19T23:47:27.223 INFO:teuthology.orchestra.run.smithi152.stdout:(49/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 2.0 MB/s | 225 kB 00:00 2023-11-19T23:47:27.299 INFO:teuthology.orchestra.run.smithi152.stdout:(50/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 257 kB/s | 32 kB 00:00 2023-11-19T23:47:27.324 INFO:teuthology.orchestra.run.smithi152.stdout:(51/106): python3-prettytable-0.7.2-14.el8.noar 437 kB/s | 44 kB 00:00 2023-11-19T23:47:27.416 INFO:teuthology.orchestra.run.smithi152.stdout:(52/106): python3-py-1.5.3-4.el8.noarch.rpm 3.9 MB/s | 472 kB 00:00 2023-11-19T23:47:27.441 INFO:teuthology.orchestra.run.smithi152.stdout:(53/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 884 kB/s | 103 kB 00:00 2023-11-19T23:47:27.524 INFO:teuthology.orchestra.run.smithi133.stdout:(104/106): librbd1-18.2.0-1246.g93a97056.el8.x8 9.7 MB/s | 3.6 MB 00:00 2023-11-19T23:47:27.550 INFO:teuthology.orchestra.run.smithi152.stdout:(54/106): python3-numpy-1.14.3-10.el8.x86_64.rp 8.0 MB/s | 3.7 MB 00:00 2023-11-19T23:47:27.575 INFO:teuthology.orchestra.run.smithi152.stdout:(55/106): python3-pyasn1-modules-0.3.7-6.el8.no 823 kB/s | 110 kB 00:00 2023-11-19T23:47:27.601 INFO:teuthology.orchestra.run.smithi152.stdout:(56/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 687 kB/s | 126 kB 00:00 2023-11-19T23:47:27.676 INFO:teuthology.orchestra.run.smithi152.stdout:(57/106): python3-pytz-2017.2-11.el8.noarch.rpm 570 kB/s | 57 kB 00:00 2023-11-19T23:47:27.732 INFO:teuthology.orchestra.run.smithi133.stdout:(105/106): librados2-18.2.0-1246.g93a97056.el8. 5.9 MB/s | 3.7 MB 00:00 2023-11-19T23:47:27.743 INFO:teuthology.orchestra.run.smithi152.stdout:(58/106): python3-pytest-3.4.2-11.el8.noarch.rp 6.9 MB/s | 1.3 MB 00:00 2023-11-19T23:47:27.793 INFO:teuthology.orchestra.run.smithi152.stdout:(59/106): python3-werkzeug-0.12.2-4.el8.noarch. 3.8 MB/s | 457 kB 00:00 2023-11-19T23:47:27.852 INFO:teuthology.orchestra.run.smithi152.stdout:(60/106): socat-1.7.4.1-1.el8.x86_64.rpm 2.9 MB/s | 323 kB 00:00 2023-11-19T23:47:27.894 INFO:teuthology.orchestra.run.smithi152.stdout:(61/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 705 kB/s | 71 kB 00:00 2023-11-19T23:47:28.152 INFO:teuthology.orchestra.run.smithi152.stdout:(62/106): fuse-2.9.7-17.el8.x86_64.rpm 276 kB/s | 83 kB 00:00 2023-11-19T23:47:28.311 INFO:teuthology.orchestra.run.smithi152.stdout:(63/106): libquadmath-8.5.0-21.el8.x86_64.rpm 1.1 MB/s | 172 kB 00:00 2023-11-19T23:47:28.411 INFO:teuthology.orchestra.run.smithi152.stdout:(64/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 469 kB/s | 47 kB 00:00 2023-11-19T23:47:28.436 INFO:teuthology.orchestra.run.smithi152.stdout:(65/106): libgfortran-8.5.0-21.el8.x86_64.rpm 1.2 MB/s | 645 kB 00:00 2023-11-19T23:47:28.595 INFO:teuthology.orchestra.run.smithi152.stdout:(66/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.3 MB/s | 249 kB 00:00 2023-11-19T23:47:28.620 INFO:teuthology.orchestra.run.smithi152.stdout:(67/106): python3-cryptography-3.2.1-6.el8.x86_ 3.4 MB/s | 641 kB 00:00 2023-11-19T23:47:28.687 INFO:teuthology.orchestra.run.smithi152.stdout:(68/106): python3-jwt-1.6.1-2.el8.noarch.rpm 464 kB/s | 43 kB 00:00 2023-11-19T23:47:28.712 INFO:teuthology.orchestra.run.smithi152.stdout:(69/106): python3-oauthlib-2.1.0-1.el8.noarch.r 1.6 MB/s | 155 kB 00:00 2023-11-19T23:47:28.779 INFO:teuthology.orchestra.run.smithi152.stdout:(70/106): python3-pycparser-2.14-14.el8.noarch. 1.2 MB/s | 109 kB 00:00 2023-11-19T23:47:28.913 INFO:teuthology.orchestra.run.smithi152.stdout:(71/106): python3-scipy-1.0.0-21.module_el8.5.0 10 MB/s | 14 MB 00:01 2023-11-19T23:47:28.930 INFO:teuthology.orchestra.run.smithi152.stdout:(72/106): python3-requests-oauthlib-1.0.0-1.el8 196 kB/s | 43 kB 00:00 2023-11-19T23:47:29.230 INFO:teuthology.orchestra.run.smithi152.stdout:(73/106): liboath-2.6.2-3.el8.x86_64.rpm 186 kB/s | 59 kB 00:00 2023-11-19T23:47:29.255 INFO:teuthology.orchestra.run.smithi152.stdout:(74/106): libunwind-1.3.1-3.el8.x86_64.rpm 231 kB/s | 75 kB 00:00 2023-11-19T23:47:29.330 INFO:teuthology.orchestra.run.smithi152.stdout:(75/106): gperftools-libs-2.7-9.el8.x86_64.rpm 556 kB/s | 306 kB 00:00 2023-11-19T23:47:29.356 INFO:teuthology.orchestra.run.smithi152.stdout:(76/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 435 kB/s | 44 kB 00:00 2023-11-19T23:47:29.431 INFO:teuthology.orchestra.run.smithi152.stdout:(77/106): python3-beautifulsoup4-4.6.3-2.el8.1. 1.8 MB/s | 185 kB 00:00 2023-11-19T23:47:29.456 INFO:teuthology.orchestra.run.smithi152.stdout:(78/106): python3-cachetools-3.1.1-4.el8.noarch 329 kB/s | 33 kB 00:00 2023-11-19T23:47:29.481 INFO:teuthology.orchestra.run.smithi152.stdout:(79/106): python3-asyncssh-2.7.0-2.el8.noarch.r 1.9 MB/s | 476 kB 00:00 2023-11-19T23:47:29.515 INFO:teuthology.orchestra.run.smithi152.stdout:(80/106): python3-certifi-2018.10.15-7.el8.noar 195 kB/s | 16 kB 00:00 2023-11-19T23:47:29.590 INFO:teuthology.orchestra.run.smithi152.stdout:(81/106): python3-cherrypy-18.4.0-1.el8.noarch. 3.5 MB/s | 384 kB 00:00 2023-11-19T23:47:29.616 INFO:teuthology.orchestra.run.smithi152.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 810 kB/s | 81 kB 00:00 2023-11-19T23:47:29.641 INFO:teuthology.orchestra.run.smithi152.stdout:(83/106): python3-cheroot-8.5.2-1.el8.noarch.rp 936 kB/s | 173 kB 00:00 2023-11-19T23:47:29.684 INFO:teuthology.orchestra.run.smithi152.stdout:(84/106): python3-jaraco-6.2-6.el8.noarch.rpm 120 kB/s | 11 kB 00:00 2023-11-19T23:47:29.708 INFO:teuthology.orchestra.run.smithi152.stdout:(85/106): python3-jaraco-functools-2.0-4.el8.no 190 kB/s | 18 kB 00:00 2023-11-19T23:47:29.783 INFO:teuthology.orchestra.run.smithi152.stdout:(86/106): python3-logutils-0.3.5-11.el8.noarch. 486 kB/s | 49 kB 00:00 2023-11-19T23:47:29.809 INFO:teuthology.orchestra.run.smithi152.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 585 kB/s | 59 kB 00:00 2023-11-19T23:47:29.884 INFO:teuthology.orchestra.run.smithi152.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 602 kB/s | 60 kB 00:00 2023-11-19T23:47:29.934 INFO:teuthology.orchestra.run.smithi152.stdout:(89/106): python3-kubernetes-11.0.0-6.el8.noarc 4.0 MB/s | 1.2 MB 00:00 2023-11-19T23:47:29.959 INFO:teuthology.orchestra.run.smithi152.stdout:(90/106): python3-pecan-1.3.2-9.el8.noarch.rpm 1.8 MB/s | 283 kB 00:00 2023-11-19T23:47:29.985 INFO:teuthology.orchestra.run.smithi152.stdout:(91/106): python3-portend-2.6-1.el8.noarch.rpm 155 kB/s | 16 kB 00:00 2023-11-19T23:47:30.035 INFO:teuthology.orchestra.run.smithi152.stdout:(92/106): python3-repoze-lru-0.7-6.el8.noarch.r 335 kB/s | 34 kB 00:00 2023-11-19T23:47:30.069 INFO:teuthology.orchestra.run.smithi152.stdout:(93/106): python3-routes-2.4.1-12.el8.noarch.rp 1.8 MB/s | 196 kB 00:00 2023-11-19T23:47:30.094 INFO:teuthology.orchestra.run.smithi152.stdout:(94/106): python3-rsa-4.9-2.el8.noarch.rpm 590 kB/s | 64 kB 00:00 2023-11-19T23:47:30.127 INFO:teuthology.orchestra.run.smithi152.stdout:(95/106): python3-simplegeneric-0.8.1-17.el8.no 203 kB/s | 19 kB 00:00 2023-11-19T23:47:30.169 INFO:teuthology.orchestra.run.smithi152.stdout:(96/106): python3-singledispatch-3.4.0.3-18.el8 238 kB/s | 24 kB 00:00 2023-11-19T23:47:30.195 INFO:teuthology.orchestra.run.smithi152.stdout:(97/106): python3-tempora-1.14.1-5.el8.noarch.r 291 kB/s | 29 kB 00:00 2023-11-19T23:47:30.228 INFO:teuthology.orchestra.run.smithi152.stdout:(98/106): python3-trustme-0.6.0-4.el8.noarch.rp 274 kB/s | 27 kB 00:00 2023-11-19T23:47:30.295 INFO:teuthology.orchestra.run.smithi152.stdout:(99/106): python3-webob-1.8.5-1.el8.1.noarch.rp 2.4 MB/s | 251 kB 00:00 2023-11-19T23:47:30.329 INFO:teuthology.orchestra.run.smithi152.stdout:(100/106): python3-websocket-client-0.56.0-5.el 611 kB/s | 61 kB 00:00 2023-11-19T23:47:30.354 INFO:teuthology.orchestra.run.smithi152.stdout:(101/106): python3-waitress-1.4.3-1.el8.noarch. 1.4 MB/s | 255 kB 00:00 2023-11-19T23:47:30.396 INFO:teuthology.orchestra.run.smithi152.stdout:(102/106): python3-webtest-2.0.33-1.el8.noarch. 850 kB/s | 85 kB 00:00 2023-11-19T23:47:30.430 INFO:teuthology.orchestra.run.smithi152.stdout:(103/106): python3-zc-lockfile-2.0-2.el8.noarch 228 kB/s | 23 kB 00:00 2023-11-19T23:47:30.555 INFO:teuthology.orchestra.run.smithi152.stdout:(104/106): thrift-0.13.0-2.el8.x86_64.rpm 8.6 MB/s | 1.7 MB 00:00 2023-11-19T23:47:30.880 INFO:teuthology.orchestra.run.smithi152.stdout:(105/106): librbd1-18.2.0-1246.g93a97056.el8.x8 7.9 MB/s | 3.6 MB 00:00 2023-11-19T23:47:31.097 INFO:teuthology.orchestra.run.smithi152.stdout:(106/106): librados2-18.2.0-1246.g93a97056.el8. 5.2 MB/s | 3.7 MB 00:00 2023-11-19T23:47:31.099 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:47:31.100 INFO:teuthology.orchestra.run.smithi152.stdout:Total 13 MB/s | 189 MB 00:14 2023-11-19T23:47:31.290 INFO:teuthology.orchestra.run.smithi133.stdout:(106/106): ceph-test-18.2.0-1246.g93a97056.el8. 3.5 MB/s | 47 MB 00:13 2023-11-19T23:47:31.293 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-11-19T23:47:31.293 INFO:teuthology.orchestra.run.smithi133.stdout:Total 12 MB/s | 189 MB 00:15 2023-11-19T23:47:31.624 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2023-11-19T23:47:31.714 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2023-11-19T23:47:31.714 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2023-11-19T23:47:31.824 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-11-19T23:47:31.913 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-11-19T23:47:31.913 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-11-19T23:47:32.863 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2023-11-19T23:47:32.866 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2023-11-19T23:47:33.088 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-11-19T23:47:33.092 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-11-19T23:47:36.930 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2023-11-19T23:47:37.109 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/108 2023-11-19T23:47:37.435 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-11-19T23:47:37.573 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/108 2023-11-19T23:47:37.639 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/108 2023-11-19T23:47:37.765 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-11-19T23:47:37.812 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/108 2023-11-19T23:47:37.935 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-11-19T23:47:38.011 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-11-19T23:47:38.224 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-11-19T23:47:38.336 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-11-19T23:47:38.510 INFO:teuthology.orchestra.run.smithi152.stdout: Upgrading : librados2-2:18.2.0-1246.g93a97056.el8.x86_64 5/108 2023-11-19T23:47:38.627 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-11-19T23:47:38.866 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:18.2.0-1246.g93a97056.el8.x86_64 5/108 2023-11-19T23:47:38.915 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librados2-2:18.2.0-1246.g93a97056.el8.x86_64 5/108 2023-11-19T23:47:39.060 INFO:teuthology.orchestra.run.smithi152.stdout: Upgrading : librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:47:39.179 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:47:39.258 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:18.2.0-1246.g93a97056.el8.x86_64 5/108 2023-11-19T23:47:39.359 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:47:39.457 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:47:39.486 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:47:39.572 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:47:39.691 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 8/108 2023-11-19T23:47:39.765 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:47:39.834 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-11-19T23:47:39.893 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:47:39.910 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-11-19T23:47:40.093 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 8/108 2023-11-19T23:47:40.138 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 10/108 2023-11-19T23:47:40.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-11-19T23:47:40.304 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-11-19T23:47:40.347 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 11/108 2023-11-19T23:47:40.468 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:47:40.553 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 10/108 2023-11-19T23:47:40.576 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:47:40.730 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 13/108 2023-11-19T23:47:40.752 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 11/108 2023-11-19T23:47:40.851 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 13/108 2023-11-19T23:47:41.071 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 14/108 2023-11-19T23:47:41.185 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 15/108 2023-11-19T23:47:41.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:47:41.322 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:47:41.323 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 15/108 2023-11-19T23:47:41.482 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 13/108 2023-11-19T23:47:41.484 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 16/108 2023-11-19T23:47:41.623 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 13/108 2023-11-19T23:47:41.851 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 14/108 2023-11-19T23:47:41.974 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 15/108 2023-11-19T23:47:42.088 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 16/108 2023-11-19T23:47:42.097 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 15/108 2023-11-19T23:47:42.243 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : openblas-0.3.15-4.el8.x86_64 17/108 2023-11-19T23:47:42.265 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 16/108 2023-11-19T23:47:42.860 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 16/108 2023-11-19T23:47:42.863 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 17/108 2023-11-19T23:47:43.015 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-0.3.15-4.el8.x86_64 17/108 2023-11-19T23:47:43.192 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 18/108 2023-11-19T23:47:43.632 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 17/108 2023-11-19T23:47:43.765 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 18/108 2023-11-19T23:47:43.890 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 18/108 2023-11-19T23:47:44.269 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 19/108 2023-11-19T23:47:44.453 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 18/108 2023-11-19T23:47:44.498 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 20/108 2023-11-19T23:47:44.680 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 21/108 2023-11-19T23:47:44.798 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 19/108 2023-11-19T23:47:44.865 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 22/108 2023-11-19T23:47:45.036 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-ceph-argparse-2:18.2.0-1246.g93a97056.el 23/108 2023-11-19T23:47:45.062 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 20/108 2023-11-19T23:47:45.241 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 21/108 2023-11-19T23:47:45.329 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_6 24/108 2023-11-19T23:47:45.437 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 22/108 2023-11-19T23:47:45.625 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:18.2.0-1246.g93a97056.el 23/108 2023-11-19T23:47:45.859 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_6 24/108 2023-11-19T23:47:46.260 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/108 2023-11-19T23:47:46.583 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 26/108 2023-11-19T23:47:46.774 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/108 2023-11-19T23:47:46.895 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 27/108 2023-11-19T23:47:47.092 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 28/108 2023-11-19T23:47:47.111 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 26/108 2023-11-19T23:47:47.434 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 27/108 2023-11-19T23:47:47.639 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 28/108 2023-11-19T23:47:48.893 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 28/108 2023-11-19T23:47:49.229 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 29/108 2023-11-19T23:47:49.411 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 28/108 2023-11-19T23:47:49.417 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 30/108 2023-11-19T23:47:49.639 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rsa-4.9-2.el8.noarch 31/108 2023-11-19T23:47:49.734 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 29/108 2023-11-19T23:47:49.856 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 32/108 2023-11-19T23:47:49.897 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 30/108 2023-11-19T23:47:50.049 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librados-devel-2:18.2.0-1246.g93a97056.el8.x86_6 33/108 2023-11-19T23:47:50.119 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rsa-4.9-2.el8.noarch 31/108 2023-11-19T23:47:50.211 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 34/108 2023-11-19T23:47:50.320 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 32/108 2023-11-19T23:47:50.484 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 35/108 2023-11-19T23:47:50.496 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librados-devel-2:18.2.0-1246.g93a97056.el8.x86_6 33/108 2023-11-19T23:47:50.666 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 34/108 2023-11-19T23:47:50.714 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 36/108 2023-11-19T23:47:50.862 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 37/108 2023-11-19T23:47:50.947 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 35/108 2023-11-19T23:47:51.043 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 38/108 2023-11-19T23:47:51.179 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 36/108 2023-11-19T23:47:51.224 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 39/108 2023-11-19T23:47:51.393 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 37/108 2023-11-19T23:47:51.444 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 40/108 2023-11-19T23:47:51.549 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 38/108 2023-11-19T23:47:51.668 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 41/108 2023-11-19T23:47:51.737 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 39/108 2023-11-19T23:47:51.836 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 42/108 2023-11-19T23:47:51.983 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 40/108 2023-11-19T23:47:51.988 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 43/108 2023-11-19T23:47:52.153 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 44/108 2023-11-19T23:47:52.173 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 41/108 2023-11-19T23:47:52.325 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 42/108 2023-11-19T23:47:52.389 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 45/108 2023-11-19T23:47:52.461 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 43/108 2023-11-19T23:47:52.550 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-portend-2.6-1.el8.noarch 46/108 2023-11-19T23:47:52.668 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 44/108 2023-11-19T23:47:52.733 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 47/108 2023-11-19T23:47:52.861 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 45/108 2023-11-19T23:47:52.975 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 48/108 2023-11-19T23:47:53.030 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-portend-2.6-1.el8.noarch 46/108 2023-11-19T23:47:53.207 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 49/108 2023-11-19T23:47:53.255 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 47/108 2023-11-19T23:47:53.402 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 50/108 2023-11-19T23:47:53.481 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 48/108 2023-11-19T23:47:53.771 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 49/108 2023-11-19T23:47:53.776 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 51/108 2023-11-19T23:47:53.974 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 50/108 2023-11-19T23:47:54.025 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 52/108 2023-11-19T23:47:54.251 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 53/108 2023-11-19T23:47:54.299 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 51/108 2023-11-19T23:47:54.539 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 52/108 2023-11-19T23:47:54.748 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 53/108 2023-11-19T23:47:55.023 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 54/108 2023-11-19T23:47:55.232 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 55/108 2023-11-19T23:47:55.309 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 55/108 2023-11-19T23:47:55.537 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 56/108 2023-11-19T23:47:55.548 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 54/108 2023-11-19T23:47:55.746 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 55/108 2023-11-19T23:47:55.774 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-11-19T23:47:55.818 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 55/108 2023-11-19T23:47:56.059 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 56/108 2023-11-19T23:47:56.131 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-11-19T23:47:56.276 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-11-19T23:47:56.402 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-11-19T23:47:56.619 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-11-19T23:47:56.645 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-11-19T23:47:56.885 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-11-19T23:47:56.907 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-11-19T23:47:57.111 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-11-19T23:47:57.139 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-11-19T23:47:57.408 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-11-19T23:47:57.617 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-11-19T23:47:58.156 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-11-19T23:47:58.523 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-11-19T23:47:58.689 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-11-19T23:47:58.781 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-11-19T23:47:59.058 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-11-19T23:47:59.068 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-11-19T23:47:59.295 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-11-19T23:47:59.413 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-11-19T23:47:59.611 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-11-19T23:47:59.682 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-11-19T23:47:59.944 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-11-19T23:47:59.949 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-11-19T23:48:00.149 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-11-19T23:48:00.230 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-11-19T23:48:00.385 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-11-19T23:48:00.471 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-11-19T23:48:00.671 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-11-19T23:48:00.688 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-11-19T23:48:00.890 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-11-19T23:48:00.956 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-11-19T23:48:01.131 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-11-19T23:48:01.179 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-11-19T23:48:01.354 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-11-19T23:48:01.428 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-11-19T23:48:01.555 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-11-19T23:48:01.577 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-11-19T23:48:01.740 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-11-19T23:48:01.801 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-11-19T23:48:02.014 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-11-19T23:48:02.045 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-11-19T23:48:02.173 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-11-19T23:48:02.255 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-11-19T23:48:02.263 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-11-19T23:48:02.488 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : jq-1.6-8.el8.x86_64 80/108 2023-11-19T23:48:02.516 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-11-19T23:48:02.670 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-11-19T23:48:02.751 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-11-19T23:48:02.965 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-8.el8.x86_64 80/108 2023-11-19T23:48:03.034 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: cephadm-2:18.2.0-1246.g93a97056.el8.noarch 81/108 2023-11-19T23:48:03.213 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : cephadm-2:18.2.0-1246.g93a97056.el8.noarch 81/108 2023-11-19T23:48:03.346 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.e 82/108 2023-11-19T23:48:03.503 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cephadm-2:18.2.0-1246.g93a97056.el8.noarch 81/108 2023-11-19T23:48:03.535 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1246.g93a97056. 83/108 2023-11-19T23:48:03.686 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cephadm-2:18.2.0-1246.g93a97056.el8.noarch 81/108 2023-11-19T23:48:03.767 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-ceph-common-2:18.2.0-1246.g93a97056.el8. 84/108 2023-11-19T23:48:03.810 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.e 82/108 2023-11-19T23:48:04.010 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-grafana-dashboards-2:18.2.0-1246.g93a97056. 83/108 2023-11-19T23:48:04.262 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:18.2.0-1246.g93a97056.el8. 84/108 2023-11-19T23:48:06.297 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:06.548 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:06.781 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:07.153 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:07.418 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 86/108 2023-11-19T23:48:07.445 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:07.509 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 86/108 2023-11-19T23:48:07.705 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 87/108 2023-11-19T23:48:08.047 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 85/108 2023-11-19T23:48:08.333 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 86/108 2023-11-19T23:48:08.441 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 86/108 2023-11-19T23:48:08.669 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 87/108 2023-11-19T23:48:26.418 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 87/108 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /sys 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /proc 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /dev 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /run 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /mnt 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /var/tmp 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /home 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /tmp 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout:skipping the directory /dev 2023-11-19T23:48:26.419 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:48:26.677 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 88/108 2023-11-19T23:48:26.894 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 88/108 2023-11-19T23:48:27.115 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 89/108 2023-11-19T23:48:27.395 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 87/108 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /run 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-11-19T23:48:27.396 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:48:27.691 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 88/108 2023-11-19T23:48:27.907 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 88/108 2023-11-19T23:48:28.086 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 89/108 2023-11-19T23:48:28.120 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 89/108 2023-11-19T23:48:28.285 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 90/108 2023-11-19T23:48:28.376 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 90/108 2023-11-19T23:48:28.754 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el 91/108 2023-11-19T23:48:28.948 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 92/108 2023-11-19T23:48:28.984 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 92/108 2023-11-19T23:48:29.086 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 89/108 2023-11-19T23:48:29.160 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 93/108 2023-11-19T23:48:29.273 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 90/108 2023-11-19T23:48:29.364 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 90/108 2023-11-19T23:48:29.373 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 93/108 2023-11-19T23:48:29.535 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 94/108 2023-11-19T23:48:29.758 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el 91/108 2023-11-19T23:48:29.979 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 92/108 2023-11-19T23:48:30.000 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 94/108 2023-11-19T23:48:30.016 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 92/108 2023-11-19T23:48:30.193 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 95/108 2023-11-19T23:48:30.198 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 93/108 2023-11-19T23:48:30.407 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 93/108 2023-11-19T23:48:30.615 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 94/108 2023-11-19T23:48:31.097 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 94/108 2023-11-19T23:48:31.290 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 95/108 2023-11-19T23:48:31.777 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 95/108 2023-11-19T23:48:32.015 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 96/108 2023-11-19T23:48:32.035 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 96/108 2023-11-19T23:48:32.865 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 95/108 2023-11-19T23:48:33.087 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 96/108 2023-11-19T23:48:33.108 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 96/108 2023-11-19T23:48:33.334 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-2:18.2.0-1246.g93a97056.el8.x86_64 97/108 2023-11-19T23:48:33.539 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 98/108 2023-11-19T23:48:33.573 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 98/108 2023-11-19T23:48:33.735 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1246.g93a97 99/108 2023-11-19T23:48:34.080 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1246.g93a97 99/108 2023-11-19T23:48:34.235 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 100/108 2023-11-19T23:48:34.404 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-2:18.2.0-1246.g93a97056.el8.x86_64 97/108 2023-11-19T23:48:34.645 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 98/108 2023-11-19T23:48:34.678 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 98/108 2023-11-19T23:48:34.881 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-immutable-object-cache-2:18.2.0-1246.g93a97 99/108 2023-11-19T23:48:35.228 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.0-1246.g93a97 99/108 2023-11-19T23:48:35.398 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 100/108 2023-11-19T23:48:38.697 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 100/108 2023-11-19T23:48:39.255 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 101/108 2023-11-19T23:48:39.648 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-11-19T23:48:39.847 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 103/108 2023-11-19T23:48:39.860 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 100/108 2023-11-19T23:48:40.026 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_ 104/108 2023-11-19T23:48:40.258 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 105/108 2023-11-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 101/108 2023-11-19T23:48:40.477 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 106/108 2023-11-19T23:48:40.477 INFO:teuthology.orchestra.run.smithi152.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-11-19T23:48:40.703 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-11-19T23:48:40.703 INFO:teuthology.orchestra.run.smithi152.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:40.786 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-11-19T23:48:40.985 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 103/108 2023-11-19T23:48:41.197 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_ 104/108 2023-11-19T23:48:41.405 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 105/108 2023-11-19T23:48:41.495 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-2:18.2.0-1246.g93a97056.el8.x86_64 1/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 2/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 3/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 4/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1246.g93a97 5/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 8/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 9/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 10/108 2023-11-19T23:48:41.496 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 11/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_ 13/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 14/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 15/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados-devel-2:18.2.0-1246.g93a97056.el8.x86_6 16/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 17/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 18/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1246.g93a97056.el 19/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-ceph-common-2:18.2.0-1246.g93a97056.el8. 20/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_6 21/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 22/108 2023-11-19T23:48:41.497 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 23/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 24/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 25/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 26/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 27/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1246.g93a97056. 28/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 29/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 30/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 31/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el 32/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 33/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.e 34/108 2023-11-19T23:48:41.498 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : cephadm-2:18.2.0-1246.g93a97056.el8.noarch 35/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : jq-1.6-8.el8.x86_64 36/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-11-19T23:48:41.499 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-11-19T23:48:41.500 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 64/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 65/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-11-19T23:48:41.501 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-11-19T23:48:41.502 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-11-19T23:48:41.503 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados2-2:18.2.0-1246.g93a97056.el8.x86_64 105/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-11-19T23:48:41.504 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 107/108 2023-11-19T23:48:41.623 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 106/108 2023-11-19T23:48:41.623 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-11-19T23:48:42.116 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-11-19T23:48:42.116 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:42.929 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:42.929 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-2:18.2.0-1246.g93a97056.el8.x86_64 1/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 2/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 3/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 4/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-immutable-object-cache-2:18.2.0-1246.g93a97 5/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 6/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 7/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 8/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 9/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 10/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 11/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 12/108 2023-11-19T23:48:42.930 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_ 13/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 14/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 15/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados-devel-2:18.2.0-1246.g93a97056.el8.x86_6 16/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86 17/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 18/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:18.2.0-1246.g93a97056.el 19/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:18.2.0-1246.g93a97056.el8. 20/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_6 21/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 22/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 23/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 24/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 25/108 2023-11-19T23:48:42.931 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 26/108 2023-11-19T23:48:42.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 27/108 2023-11-19T23:48:42.932 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-grafana-dashboards-2:18.2.0-1246.g93a97056. 28/108 2023-11-19T23:48:42.939 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noa 29/108 2023-11-19T23:48:42.939 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.n 30/108 2023-11-19T23:48:42.939 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a 31/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el 32/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 33/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.e 34/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cephadm-2:18.2.0-1246.g93a97056.el8.noarch 35/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-8.el8.x86_64 36/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-11-19T23:48:42.940 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-11-19T23:48:42.941 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-11-19T23:48:42.942 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-11-19T23:48:42.943 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 64/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 65/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-11-19T23:48:42.944 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-11-19T23:48:42.945 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-11-19T23:48:42.946 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-11-19T23:48:42.947 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:18.2.0-1246.g93a97056.el8.x86_64 105/108 2023-11-19T23:48:42.948 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-11-19T23:48:42.948 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 107/108 2023-11-19T23:48:43.660 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout:Upgraded: 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: librados2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-grafana-dashboards-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-immutable-object-cache-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.661 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.662 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: cephadm-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: fuse-2.9.7-17.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: jq-1.6-8.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-19T23:48:43.663 INFO:teuthology.orchestra.run.smithi152.stdout: librados-devel-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-19T23:48:43.664 INFO:teuthology.orchestra.run.smithi152.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-argparse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-19T23:48:43.665 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-19T23:48:43.666 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-portend-2.6-1.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-py-1.5.3-4.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.667 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-19T23:48:43.668 INFO:teuthology.orchestra.run.smithi152.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-19T23:48:43.669 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-11-19T23:48:43.839 DEBUG:teuthology.parallel:result is None 2023-11-19T23:48:45.353 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-11-19T23:48:45.353 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:48:45.353 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2023-11-19T23:48:45.353 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.353 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-grafana-dashboards-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-immutable-object-cache-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mds-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-cephadm-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.354 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-diskprediction-local-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-rook-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mon-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-osd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-prometheus-alerts-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: cephadm-2:18.2.0-1246.g93a97056.el8.noarch 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: fuse-2.9.7-17.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-19T23:48:45.355 INFO:teuthology.orchestra.run.smithi133.stdout: jq-1.6-8.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-devel-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: librados-devel-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-19T23:48:45.356 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-19T23:48:45.357 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-19T23:48:45.358 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-19T23:48:45.359 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-portend-2.6-1.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-py-1.5.3-4.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.360 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-19T23:48:45.361 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-fuse-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-mirror-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: rbd-nbd-2:18.2.0-1246.g93a97056.el8.x86_64 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-19T23:48:45.362 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-19T23:48:45.363 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-19T23:48:45.363 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-11-19T23:48:45.363 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-11-19T23:48:45.528 DEBUG:teuthology.parallel:result is None 2023-11-19T23:48:45.528 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:48:45.528 INFO:teuthology.packaging:ref: None 2023-11-19T23:48:45.528 INFO:teuthology.packaging:tag: None 2023-11-19T23:48:45.528 INFO:teuthology.packaging:branch: reef 2023-11-19T23:48:45.528 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:48:45.528 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-11-19T23:48:45.750 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-19T23:48:45.773 INFO:teuthology.orchestra.run.smithi133.stdout:18.2.0-1246.g93a97056.el8 2023-11-19T23:48:45.774 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1246.g93a97056.el8 2023-11-19T23:48:45.775 INFO:teuthology.task.install:The correct ceph version 18.2.0-1246.g93a97056 is installed. 2023-11-19T23:48:45.775 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-19T23:48:45.775 INFO:teuthology.packaging:ref: None 2023-11-19T23:48:45.776 INFO:teuthology.packaging:tag: None 2023-11-19T23:48:45.776 INFO:teuthology.packaging:branch: reef 2023-11-19T23:48:45.776 INFO:teuthology.packaging:sha1: b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe 2023-11-19T23:48:45.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2023-11-19T23:48:46.113 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-19T23:48:46.142 INFO:teuthology.orchestra.run.smithi152.stdout:18.2.0-1246.g93a97056.el8 2023-11-19T23:48:46.142 INFO:teuthology.packaging:The installed version of ceph is 18.2.0-1246.g93a97056.el8 2023-11-19T23:48:46.142 INFO:teuthology.task.install:The correct ceph version 18.2.0-1246.g93a97056 is installed. 2023-11-19T23:48:46.143 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-19T23:48:46.143 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:48:46.143 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-19T23:48:46.173 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:48:46.173 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-11-19T23:48:46.217 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-19T23:48:46.217 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:48:46.217 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2023-11-19T23:48:46.244 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-19T23:48:46.311 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:48:46.311 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/daemon-helper 2023-11-19T23:48:46.341 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-19T23:48:46.409 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-19T23:48:46.410 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:48:46.410 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-19T23:48:46.436 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-19T23:48:46.503 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:48:46.503 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-19T23:48:46.531 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-19T23:48:46.599 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-19T23:48:46.599 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-11-19T23:48:46.599 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2023-11-19T23:48:46.626 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-19T23:48:46.693 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-19T23:48:46.693 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/usr/bin/stdin-killer 2023-11-19T23:48:46.720 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-19T23:48:46.788 INFO:teuthology.run_tasks:Running task print... 2023-11-19T23:48:46.797 INFO:teuthology.task.print:**** done install task... 2023-11-19T23:48:46.797 INFO:teuthology.run_tasks:Running task print... 2023-11-19T23:48:46.809 INFO:teuthology.task.print:**** done start installing reef cephadm ... 2023-11-19T23:48:46.809 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-19T23:48:46.885 INFO:tasks.cephadm:Config: {'cephadm_branch': 'reef', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:reef', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe'} 2023-11-19T23:48:46.885 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:reef 2023-11-19T23:48:46.885 INFO:tasks.cephadm:Cluster fsid is 2e3ded94-8736-11ee-959e-87774f69a715 2023-11-19T23:48:46.886 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-19T23:48:46.886 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.133', 'mon.c': '[v2:172.21.15.133:3301,v1:172.21.15.133:6790]', 'mon.b': '172.21.15.152'} 2023-11-19T23:48:46.886 INFO:tasks.cephadm:First mon is mon.a on smithi133 2023-11-19T23:48:46.886 INFO:tasks.cephadm:First mgr is y 2023-11-19T23:48:46.886 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-19T23:48:46.886 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2023-11-19T23:48:46.913 DEBUG:teuthology.orchestra.run.smithi152:> sudo hostname $(hostname -s) 2023-11-19T23:48:46.940 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref reef)... 2023-11-19T23:48:46.941 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph/reef/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:47.046 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r--. 1 ubuntu ubuntu 14 Nov 19 23:48 /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:47.046 DEBUG:teuthology.orchestra.run.smithi152:> curl --silent https://raw.githubusercontent.com/ceph/ceph/reef/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:47.142 INFO:teuthology.orchestra.run.smithi152.stdout:-rw-rw-r--. 1 ubuntu ubuntu 14 Nov 19 23:48 /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:47.142 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:47.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:47.161 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 133, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 195, in _fetch_cephadm_from_github ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm' 2023-11-19T23:48:47.162 INFO:tasks.cephadm:Teardown complete 2023-11-19T23:48:47.162 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 133, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 195, in _fetch_cephadm_from_github ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm' 2023-11-19T23:48:47.230 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c0100a9ef93d4e16a6035a4b70deb733 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 133, in download_cephadm _fetch_cephadm_from_github(ctx, config, ref) File "/home/teuthworker/src/github.com_ceph_ceph-c_b0f45a51a24e8eca7cf153dba57cbb536ce5b3fe/qa/tasks/cephadm.py", line 195, in _fetch_cephadm_from_github ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm' 2023-11-19T23:48:47.234 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-19T23:48:47.243 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-19T23:48:47.251 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-11-19T23:48:47.251 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-19T23:48:47.263 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-19T23:48:47.332 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-19T23:48:47.342 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-19T23:48:47.342 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:48:47.344 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-19T23:48:47.358 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-11-19T23:48:47.361 INFO:teuthology.orchestra.run.smithi152.stderr:bash: ntpq: command not found 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +1668us[+1668us] +/- 81ms 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -1009us[ -995us] +/- 52ms 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 -107us[ -93us] +/- 91ms 2023-11-19T23:48:47.363 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:48:47.364 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-19T23:48:47.365 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2023-11-19T23:48:47.365 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 18 +1670us[+1650us] +/- 81ms 2023-11-19T23:48:47.365 INFO:teuthology.orchestra.run.smithi152.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -993us[-1013us] +/- 52ms 2023-11-19T23:48:47.365 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 17 -99us[ -99us] +/- 91ms 2023-11-19T23:48:47.365 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-19T23:48:47.366 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-19T23:48:47.375 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-19T23:48:47.375 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-19T23:48:47.384 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T23:48:47.487 DEBUG:teuthology.orchestra.run.smithi152:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-19T23:48:47.573 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:48:47.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:47.604 DEBUG:teuthology.orchestra.run.smithi152:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-19T23:48:47.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:47.635 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-19T23:48:47.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-19T23:48:47.654 INFO:teuthology.task.internal:Duration was 583.815128 seconds 2023-11-19T23:48:47.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-19T23:48:47.663 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-19T23:48:47.664 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T23:48:47.666 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-19T23:48:47.709 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:48:47.722 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-19T23:48:48.078 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-19T23:48:48.079 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2023-11-19T23:48:48.079 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T23:48:48.101 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2023-11-19T23:48:48.101 DEBUG:teuthology.orchestra.run.smithi152:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-19T23:48:48.124 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-19T23:48:48.124 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T23:48:48.144 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-19T23:48:48.202 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-19T23:48:48.203 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T23:48:48.222 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-19T23:48:48.305 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-19T23:48:48.324 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-19T23:48:48.325 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T23:48:48.352 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-19T23:48:48.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-19T23:48:48.395 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:48:48.398 DEBUG:teuthology.orchestra.run.smithi152:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:48:48.422 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2023-11-19T23:48:48.445 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2023-11-19T23:48:48.464 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:48:48.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:48.500 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-19T23:48:48.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:48.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-19T23:48:48.538 INFO:teuthology.task.internal:Transferring archived files... 2023-11-19T23:48:48.540 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460/remote/smithi133 2023-11-19T23:48:48.541 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T23:48:48.592 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460/remote/smithi152 2023-11-19T23:48:48.593 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-19T23:48:48.654 INFO:teuthology.task.internal:Removing archive directory... 2023-11-19T23:48:48.654 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T23:48:48.657 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-19T23:48:48.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-19T23:48:48.693 INFO:teuthology.task.internal:Not uploading archives. 2023-11-19T23:48:48.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-19T23:48:48.708 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-19T23:48:48.709 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T23:48:48.714 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-19T23:48:48.729 INFO:teuthology.orchestra.run.smithi133.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 23:48 /home/ubuntu/cephtest 2023-11-19T23:48:48.730 INFO:teuthology.orchestra.run.smithi133.stdout: 525498 4 -rw-rw-r-- 1 ubuntu ubuntu 14 Nov 19 23:48 /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:48.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-19T23:48:48.731 INFO:teuthology.orchestra.run.smithi133.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-11-19T23:48:48.731 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-11-19T23:48:48.736 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-19T23:48:48.746 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-19T23:48:48.756 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi133 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-11-19T23:48:48.756 INFO:teuthology.nuke:Checking targets against current locks 2023-11-19T23:48:48.759 INFO:teuthology.orchestra.run.smithi152.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 19 23:48 /home/ubuntu/cephtest 2023-11-19T23:48:48.760 INFO:teuthology.orchestra.run.smithi152.stdout: 525497 4 -rw-rw-r-- 1 ubuntu ubuntu 14 Nov 19 23:48 /home/ubuntu/cephtest/cephadm 2023-11-19T23:48:48.760 INFO:teuthology.orchestra.run.smithi152.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-11-19T23:48:48.781 DEBUG:teuthology.nuke:shortname: smithi133 2023-11-19T23:48:48.781 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:48:48.805 DEBUG:teuthology.nuke:shortname: smithi152 2023-11-19T23:48:48.805 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-19T23:48:48.809 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-19 23:30:34.991618', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBApu+QdfFaZqnDUo1URXQdFs45XF/42709o9BPbgNPMu3HyrkjoECNfqS9O+nEZv1skJ5gDpag5gDLX/meL6oGM='} 2023-11-19T23:48:48.828 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-18_14:01:34-upgrade:reef-x-main-distro-default-smithi/7462460', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-19 23:30:34.990200', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN6Kg+Kwj9/vDrH206Vnd3jq9Kc7BRdXKEmTCuyTkQRYzzSiuoR/Nor/aeqeP5ZZvmF3qp2bUKemmzopo+C8k8w='} 2023-11-19T23:48:48.858 INFO:teuthology.orchestra.console.smithi133:Power off 2023-11-19T23:48:48.858 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T23:48:48.872 INFO:teuthology.orchestra.console.smithi152:Power off 2023-11-19T23:48:48.873 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-19T23:48:48.880 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2023-11-19T23:48:48.880 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:48.894 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2023-11-19T23:48:48.894 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:48.906 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-11-19T23:48:48.916 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-19T23:48:52.907 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:52.917 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:53.017 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-11-19T23:48:53.025 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-19T23:48:57.018 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:57.026 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:48:57.128 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2023-11-19T23:48:57.137 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-19T23:48:57.229 INFO:teuthology.orchestra.console.smithi133:Power off completed 2023-11-19T23:49:01.142 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-19T23:49:01.251 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2023-11-19T23:49:01.352 INFO:teuthology.orchestra.console.smithi152:Power off completed 2023-11-19T23:49:01.456 INFO:teuthology.run:Summary data: description: upgrade:reef-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} duration: 583.8151280879974 failure_reason: 'Command failed on smithi133 with status 1: ''test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c0100a9ef93d4e16a6035a4b70deb733 status: fail success: false 2023-11-19T23:49:01.457 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-19T23:49:01.525 INFO:teuthology.run:FAIL