2023-12-07T07:09:10.087 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T07:09:10.087 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559 -- /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559/orig.config.yaml 2023-12-07T07:09:10.118 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T07:09:10.203 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559 branch: wip-yuri8-testing-2023-12-06-1425 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7481559' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2023-12-06-1425 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-12-06-1425 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4465 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-12-06-1425 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 targets: smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_01:25:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T07:09:10.203 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T07:09:10.204 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T07:09:10.204 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T07:09:10.206 INFO:teuthology.task.internal:Checking packages... 2023-12-07T07:09:10.231 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T07:09:10.231 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T07:09:10.231 INFO:teuthology.packaging:ref: None 2023-12-07T07:09:10.231 INFO:teuthology.packaging:tag: None 2023-12-07T07:09:10.231 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T07:09:10.231 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T07:09:10.231 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T07:09:10.371 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T07:09:10.371 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T07:09:10.389 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T07:09:10.389 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T07:09:10.419 INFO:teuthology.task.internal:Saving configuration 2023-12-07T07:09:10.431 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T07:09:10.437 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T07:09:10.457 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.184478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:09:10.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.183479', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:09:10.498 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.185271', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:09:10.498 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T07:09:10.504 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T07:09:10.504 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T07:09:10.504 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T07:09:10.504 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T07:09:10.609 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8cad4ebee0>, signals=[15]) 2023-12-07T07:09:10.610 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T07:09:10.616 INFO:teuthology.task.internal:Opening connections... 2023-12-07T07:09:10.616 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2023-12-07T07:09:10.618 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:09:10.686 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T07:09:10.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:09:10.754 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2023-12-07T07:09:10.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:09:10.821 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T07:09:10.828 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2023-12-07T07:09:10.849 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2023-12-07T07:09:10.849 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:ID="rhel" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="fedora" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="8.6" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el8" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T07:09:10.909 INFO:teuthology.orchestra.run.smithi113.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T07:09:10.910 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T07:09:10.910 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2023-12-07T07:09:10.940 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-12-07T07:09:10.959 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-12-07T07:09:10.960 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:ID="rhel" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="fedora" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8.6" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T07:09:11.018 INFO:teuthology.orchestra.run.smithi124.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T07:09:11.019 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T07:09:11.019 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-12-07T07:09:11.039 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2023-12-07T07:09:11.060 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2023-12-07T07:09:11.060 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2023-12-07T07:09:11.120 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T07:09:11.120 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:ID="rhel" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="fedora" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="8.6" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el8" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T07:09:11.121 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T07:09:11.122 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2023-12-07T07:09:11.139 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T07:09:11.148 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T07:09:11.165 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T07:09:11.166 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2023-12-07T07:09:11.168 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-12-07T07:09:11.170 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2023-12-07T07:09:11.188 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T07:09:11.195 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T07:09:11.195 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2023-12-07T07:09:11.228 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-12-07T07:09:11.231 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2023-12-07T07:09:11.259 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T07:09:11.337 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T07:09:11.352 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T07:09:11.352 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T07:09:11.353 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T07:09:11.353 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T07:09:11.354 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T07:09:11.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:11.373 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-12-07T07:09:11.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:11.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:11.374 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-12-07T07:09:11.375 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2023-12-07T07:09:11.433 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.433 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.433 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-12-07T07:09:11.435 INFO:teuthology.orchestra.run.smithi113.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.435 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.435 INFO:teuthology.task.kernel:Running kernel on smithi113: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.435 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2023-12-07T07:09:11.436 INFO:teuthology.task.kernel:Running kernel on smithi175: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:11.436 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2023-12-07T07:09:12.611 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:12.611 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-07T07:09:12.621 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:12.622 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-07T07:09:12.656 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:12.656 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T07:09:14.157 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-07T07:09:14.166 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T07:09:14.171 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T07:09:16.399 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 7.2 MB/s | 16 MB 00:02 2023-12-07T07:09:16.788 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 6.1 MB/s | 16 MB 00:02 2023-12-07T07:09:16.875 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 16 MB 00:02 2023-12-07T07:09:19.882 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 369 kB/s | 24 kB 00:00 2023-12-07T07:09:20.255 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 546 kB/s | 24 kB 00:00 2023-12-07T07:09:20.366 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 438 kB/s | 24 kB 00:00 2023-12-07T07:09:20.560 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T07:09:20.616 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-07T07:09:20.617 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2023-12-07T07:09:20.617 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-07T07:09:20.747 DEBUG:teuthology.orchestra.run.smithi175:> echo no | sudo yum reinstall kernel || true 2023-12-07T07:09:20.899 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T07:09:20.948 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T07:09:20.949 INFO:teuthology.orchestra.run.smithi124.stdout:Nothing to do. 2023-12-07T07:09:20.949 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T07:09:21.010 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T07:09:21.061 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-07T07:09:21.062 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-12-07T07:09:21.062 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-07T07:09:21.069 DEBUG:teuthology.orchestra.run.smithi124:> echo no | sudo yum reinstall kernel || true 2023-12-07T07:09:21.118 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:21.118 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-07T07:09:21.182 DEBUG:teuthology.orchestra.run.smithi113:> echo no | sudo yum reinstall kernel || true 2023-12-07T07:09:21.382 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 07:09:19 AM UTC. 2023-12-07T07:09:21.399 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:21.399 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T07:09:21.423 INFO:teuthology.orchestra.run.smithi175.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:21.459 INFO:teuthology.orchestra.run.smithi175.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:21.505 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum reinstall -y kernel || true 2023-12-07T07:09:21.511 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:21.511 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-07T07:09:21.660 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 07:09:20 AM UTC. 2023-12-07T07:09:21.705 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:21.748 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:21.770 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 07:09:20 AM UTC. 2023-12-07T07:09:21.794 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum reinstall -y kernel || true 2023-12-07T07:09:21.811 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:21.833 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:21.833 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-07T07:09:21.846 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:21.891 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum reinstall -y kernel || true 2023-12-07T07:09:22.090 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 07:09:19 AM UTC. 2023-12-07T07:09:22.124 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:22.124 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T07:09:22.130 INFO:teuthology.orchestra.run.smithi175.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:22.150 INFO:teuthology.orchestra.run.smithi175.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:22.203 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T07:09:22.220 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:09:22.220 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-12-07T07:09:22.284 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.284 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.284 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T07:09:22.284 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T07:09:22.284 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T07:09:22.310 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2023-12-07T07:09:22.326 DEBUG:teuthology.parallel:result is None 2023-12-07T07:09:22.377 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 07:09:20 AM UTC. 2023-12-07T07:09:22.416 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:22.437 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:22.480 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 07:09:20 AM UTC. 2023-12-07T07:09:22.488 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T07:09:22.522 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T07:09:22.559 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-12-07T07:09:22.568 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.568 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.569 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T07:09:22.569 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T07:09:22.569 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T07:09:22.594 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-12-07T07:09:22.604 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T07:09:22.607 DEBUG:teuthology.parallel:result is None 2023-12-07T07:09:22.684 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.684 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T07:09:22.684 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T07:09:22.684 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T07:09:22.684 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T07:09:22.710 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2023-12-07T07:09:22.728 DEBUG:teuthology.parallel:result is None 2023-12-07T07:09:22.728 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T07:09:22.736 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T07:09:22.737 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T07:09:22.771 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T07:09:22.773 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T07:09:22.790 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T07:09:22.797 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T07:09:22.804 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T07:09:22.804 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T07:09:22.828 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T07:09:22.830 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T07:09:22.868 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T07:09:22.874 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T07:09:22.875 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:09:22.886 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:09:22.893 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:09:22.917 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.928 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.929 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.933 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.939 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.943 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T07:09:22.945 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T07:09:22.956 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T07:09:22.956 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T07:09:22.959 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T07:09:22.972 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T07:09:23.012 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T07:09:23.024 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T07:09:23.024 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T07:09:23.026 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T07:09:23.038 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T07:09:23.069 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.123 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.177 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.267 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.306 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-07T07:09:23.306 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T07:09:23.389 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.436 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.484 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.567 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.610 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-07T07:09:23.610 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T07:09:23.677 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.722 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T07:09:23.771 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.855 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T07:09:23.899 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-07T07:09:23.899 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T07:09:24.045 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2023-12-07T07:09:24.048 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-12-07T07:09:24.050 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2023-12-07T07:09:24.106 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:09:24.106 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:09:24.108 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:09:24.542 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T07:09:24.552 INFO:teuthology.task.internal:Starting timer... 2023-12-07T07:09:24.552 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T07:09:24.562 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T07:09:24.571 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T07:09:24.572 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2023-12-07T07:09:24.623 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2023-12-07T07:09:24.625 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-12-07T07:09:24.698 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: 2023-12-07T07:09:24.700 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2023-12-07T07:09:24.764 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2023-12-07T07:09:24.766 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T07:09:24.766 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2023-12-07T07:09:24.789 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2023-12-07T07:09:24.789 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-12-07T07:09:24.815 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-12-07T07:09:24.816 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2023-12-07T07:09:24.835 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2023-12-07T07:09:24.835 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi113.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi124.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi175.front.sepia.ceph.com': 'permissive'} 2023-12-07T07:09:24.835 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:09:24.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:24.862 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:09:24.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:24.894 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:09:24.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:09:24.921 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T07:09:24.921 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2023-12-07T07:09:24.949 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-12-07T07:09:24.984 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2023-12-07T07:09:25.012 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T07:09:25.023 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T07:09:25.029 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T07:09:25.175 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T07:09:25.199 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-12-07T07:09:25.200 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi113.front.sepia.ceph.com,smithi124.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T07:18:43.405 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi113.front.sepia.ceph.com'), Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2023-12-07T07:18:43.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-07T07:18:43.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:18:43.476 DEBUG:teuthology.orchestra.run.smithi113:> true 2023-12-07T07:18:43.544 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-12-07T07:18:43.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-07T07:18:43.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:18:43.614 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-12-07T07:18:43.685 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-07T07:18:43.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-07T07:18:43.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T07:18:43.755 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-12-07T07:18:43.781 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-07T07:18:43.781 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T07:18:43.792 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T07:18:43.793 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T07:18:43.793 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:18:43.796 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T07:18:43.796 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:18:43.798 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T07:18:43.798 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:18:43.825 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T07:18:43.829 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T07:18:43.839 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T07:18:43.845 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T07:18:43.858 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T07:18:43.874 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T07:18:43.909 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-12-07T07:18:43.919 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2023-12-07T07:18:43.921 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-12-07T07:18:43.930 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2023-12-07T07:18:43.935 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T07:18:43.939 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2023-12-07T07:18:43.944 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T07:18:43.949 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T07:18:43.950 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2023-12-07T07:18:43.958 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T07:18:43.967 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T07:18:43.980 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T07:18:44.022 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-07T07:18:44.025 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:18:44.026 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-07T07:18:44.026 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.026 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.026 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.026 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.038 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.042 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.058 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.062 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:18:44.063 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T07:18:44.073 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T07:18:44.073 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi113.front.sepia.ceph.com 2023-12-07T07:18:44.074 DEBUG:teuthology.orchestra.run.smithi113:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T07:18:44.074 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T07:18:44.074 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T07:18:44.075 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2023-12-07T07:18:44.075 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T07:18:44.446 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:44.458 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:44.477 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:45.105 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 163 kB/s | 4.5 kB 00:00 2023-12-07T07:18:45.106 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-07T07:18:45.132 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-07T07:18:45.325 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-07T07:18:45.406 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 145 kB/s | 4.1 kB 00:00 2023-12-07T07:18:45.406 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 147 kB/s | 4.1 kB 00:00 2023-12-07T07:18:47.253 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout:Resetting modules: 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-12-07T07:18:47.254 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:18:47.278 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-12-07T07:18:47.279 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:18:47.280 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T07:18:47.280 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T07:18:47.280 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:18:47.302 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-07T07:18:47.302 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout:Resetting modules: 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-07T07:18:47.303 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:18:50.982 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-07T07:18:51.515 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-07T07:18:51.531 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T07:18:51.603 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:51.969 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:51.971 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:18:52.265 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 100 kB/s | 4.5 kB 00:00 2023-12-07T07:18:52.565 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 112 kB/s | 4.1 kB 00:00 2023-12-07T07:18:52.783 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-07T07:18:52.836 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 114 kB/s | 4.1 kB 00:00 2023-12-07T07:18:53.045 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-07T07:18:53.099 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-07T07:18:54.453 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout:Installing group/module packages: 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T07:18:54.547 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout:Downgrading: 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T07:18:54.548 INFO:teuthology.orchestra.run.smithi113.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:Installing module profiles: 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools/common 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling module streams: 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 3.0 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================================================== 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:Install 7 Packages 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout:Downgrade 12 Packages 2023-12-07T07:18:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:18:54.550 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 51 M 2023-12-07T07:18:54.550 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-07T07:18:54.653 INFO:teuthology.orchestra.run.smithi113.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 886 kB/s | 91 kB 00:00 2023-12-07T07:18:54.679 INFO:teuthology.orchestra.run.smithi113.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 414 kB/s | 53 kB 00:00 2023-12-07T07:18:54.704 INFO:teuthology.orchestra.run.smithi113.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 335 kB/s | 51 kB 00:00 2023-12-07T07:18:54.746 INFO:teuthology.orchestra.run.smithi113.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-12-07T07:18:54.771 INFO:teuthology.orchestra.run.smithi113.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 749 kB/s | 69 kB 00:00 2023-12-07T07:18:54.814 INFO:teuthology.orchestra.run.smithi113.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.1 MB/s | 72 kB 00:00 2023-12-07T07:18:54.872 INFO:teuthology.orchestra.run.smithi113.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 17 MB/s | 2.9 MB 00:00 2023-12-07T07:18:54.897 INFO:teuthology.orchestra.run.smithi113.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 669 kB/s | 56 kB 00:00 2023-12-07T07:18:54.939 INFO:teuthology.orchestra.run.smithi113.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 761 kB/s | 51 kB 00:00 2023-12-07T07:18:54.953 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-07T07:18:55.006 INFO:teuthology.orchestra.run.smithi113.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-12-07T07:18:55.045 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================================================== 2023-12-07T07:18:55.045 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-07T07:18:55.045 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================================================== 2023-12-07T07:18:55.045 INFO:teuthology.orchestra.run.smithi175.stdout:Installing group/module packages: 2023-12-07T07:18:55.045 INFO:teuthology.orchestra.run.smithi175.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout:Downgrading: 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T07:18:55.046 INFO:teuthology.orchestra.run.smithi175.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout:Installing module profiles: 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools/common 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling module streams: 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools 3.0 2023-12-07T07:18:55.047 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================================================== 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi175.stdout:Install 7 Packages 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi175.stdout:Downgrade 12 Packages 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:18:55.048 INFO:teuthology.orchestra.run.smithi113.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 981 kB/s | 41 kB 00:00 2023-12-07T07:18:55.049 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 51 M 2023-12-07T07:18:55.049 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-07T07:18:55.075 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T07:18:55.130 INFO:teuthology.orchestra.run.smithi175.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.1 MB/s | 91 kB 00:00 2023-12-07T07:18:55.155 INFO:teuthology.orchestra.run.smithi175.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 501 kB/s | 53 kB 00:00 2023-12-07T07:18:55.167 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-07T07:18:55.167 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrading: 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T07:18:55.168 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 3.0 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T07:18:55.169 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-07T07:18:55.170 INFO:teuthology.orchestra.run.smithi124.stdout:Install 7 Packages 2023-12-07T07:18:55.170 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrade 12 Packages 2023-12-07T07:18:55.170 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:18:55.170 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 51 M 2023-12-07T07:18:55.170 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T07:18:55.180 INFO:teuthology.orchestra.run.smithi175.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 393 kB/s | 51 kB 00:00 2023-12-07T07:18:55.190 INFO:teuthology.orchestra.run.smithi113.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-07T07:18:55.200 INFO:teuthology.orchestra.run.smithi175.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-12-07T07:18:55.230 INFO:teuthology.orchestra.run.smithi175.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 5.0 MB/s | 511 kB 00:00 2023-12-07T07:18:55.257 INFO:teuthology.orchestra.run.smithi113.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-07T07:18:55.284 INFO:teuthology.orchestra.run.smithi124.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 812 kB/s | 91 kB 00:00 2023-12-07T07:18:55.306 INFO:teuthology.orchestra.run.smithi175.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 23 MB/s | 2.9 MB 00:00 2023-12-07T07:18:55.308 INFO:teuthology.orchestra.run.smithi124.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 385 kB/s | 53 kB 00:00 2023-12-07T07:18:55.322 INFO:teuthology.orchestra.run.smithi175.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 574 kB/s | 72 kB 00:00 2023-12-07T07:18:55.334 INFO:teuthology.orchestra.run.smithi124.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 315 kB/s | 51 kB 00:00 2023-12-07T07:18:55.356 INFO:teuthology.orchestra.run.smithi175.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-07T07:18:55.376 INFO:teuthology.orchestra.run.smithi124.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-12-07T07:18:55.390 INFO:teuthology.orchestra.run.smithi175.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 761 kB/s | 51 kB 00:00 2023-12-07T07:18:55.401 INFO:teuthology.orchestra.run.smithi124.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.0 MB/s | 69 kB 00:00 2023-12-07T07:18:55.433 INFO:teuthology.orchestra.run.smithi113.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 26 MB/s | 6.4 MB 00:00 2023-12-07T07:18:55.457 INFO:teuthology.orchestra.run.smithi175.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-12-07T07:18:55.477 INFO:teuthology.orchestra.run.smithi124.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 20 MB/s | 2.9 MB 00:00 2023-12-07T07:18:55.498 INFO:teuthology.orchestra.run.smithi175.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 986 kB/s | 41 kB 00:00 2023-12-07T07:18:55.501 INFO:teuthology.orchestra.run.smithi124.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 573 kB/s | 72 kB 00:00 2023-12-07T07:18:55.527 INFO:teuthology.orchestra.run.smithi124.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-07T07:18:55.544 INFO:teuthology.orchestra.run.smithi124.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-12-07T07:18:55.594 INFO:teuthology.orchestra.run.smithi124.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-07T07:18:55.628 INFO:teuthology.orchestra.run.smithi124.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-12-07T07:18:55.657 INFO:teuthology.orchestra.run.smithi175.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-07T07:18:55.691 INFO:teuthology.orchestra.run.smithi113.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 24 MB/s | 19 MB 00:00 2023-12-07T07:18:55.716 INFO:teuthology.orchestra.run.smithi175.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-07T07:18:55.720 INFO:teuthology.orchestra.run.smithi124.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-07T07:18:55.741 INFO:teuthology.orchestra.run.smithi113.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.5 MB/s | 1.1 MB 00:00 2023-12-07T07:18:55.775 INFO:teuthology.orchestra.run.smithi113.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.2 MB/s | 185 kB 00:00 2023-12-07T07:18:55.850 INFO:teuthology.orchestra.run.smithi113.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 11 MB/s | 6.8 MB 00:00 2023-12-07T07:18:55.874 INFO:teuthology.orchestra.run.smithi175.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 29 MB/s | 6.4 MB 00:00 2023-12-07T07:18:55.875 INFO:teuthology.orchestra.run.smithi113.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 377 kB/s | 51 kB 00:00 2023-12-07T07:18:55.876 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:18:55.876 INFO:teuthology.orchestra.run.smithi113.stdout:Total 38 MB/s | 51 MB 00:01 2023-12-07T07:18:55.896 INFO:teuthology.orchestra.run.smithi124.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-12-07T07:18:56.054 INFO:teuthology.orchestra.run.smithi124.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 19 MB/s | 6.4 MB 00:00 2023-12-07T07:18:56.083 INFO:teuthology.orchestra.run.smithi175.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-07T07:18:56.117 INFO:teuthology.orchestra.run.smithi175.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-12-07T07:18:56.121 INFO:teuthology.orchestra.run.smithi124.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 16 MB/s | 1.1 MB 00:00 2023-12-07T07:18:56.142 INFO:teuthology.orchestra.run.smithi175.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-07T07:18:56.159 INFO:teuthology.orchestra.run.smithi175.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.2 MB/s | 51 kB 00:00 2023-12-07T07:18:56.284 INFO:teuthology.orchestra.run.smithi175.stdout:(19/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-07T07:18:56.285 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:18:56.285 INFO:teuthology.orchestra.run.smithi175.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-07T07:18:56.330 INFO:teuthology.orchestra.run.smithi124.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 24 MB/s | 19 MB 00:00 2023-12-07T07:18:56.353 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-07T07:18:56.395 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-07T07:18:56.395 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-07T07:18:56.414 INFO:teuthology.orchestra.run.smithi124.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T07:18:56.439 INFO:teuthology.orchestra.run.smithi124.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 467 kB/s | 51 kB 00:00 2023-12-07T07:18:56.464 INFO:teuthology.orchestra.run.smithi124.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 540 kB/s | 185 kB 00:00 2023-12-07T07:18:56.465 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:18:56.465 INFO:teuthology.orchestra.run.smithi124.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-07T07:18:56.765 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-07T07:18:56.807 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-07T07:18:56.807 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-07T07:18:56.825 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-07T07:18:56.829 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-07T07:18:56.946 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T07:18:56.989 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T07:18:56.989 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T07:18:57.242 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-07T07:18:57.247 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-07T07:18:57.427 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T07:18:57.431 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T07:18:57.986 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-07T07:18:58.036 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T07:18:58.231 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.240 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.260 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:18:58.385 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-07T07:18:58.433 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T07:18:58.439 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:18:58.568 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T07:18:58.606 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.615 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.623 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T07:18:58.631 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:18:58.810 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.819 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T07:18:58.841 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:18:58.855 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:18:59.001 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:19:15.428 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:19:15.866 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:19:15.927 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T07:19:17.231 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T07:19:17.459 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T07:19:17.673 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T07:19:17.687 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T07:19:17.719 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T07:19:17.877 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T07:19:17.909 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T07:19:17.923 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T07:19:18.121 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T07:19:18.121 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T07:19:18.121 INFO:teuthology.orchestra.run.smithi113.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T07:19:18.121 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:19:18.127 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T07:19:18.128 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T07:19:18.305 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T07:19:18.316 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T07:19:18.524 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T07:19:18.524 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T07:19:18.524 INFO:teuthology.orchestra.run.smithi124.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T07:19:18.524 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:19:18.528 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T07:19:18.528 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T07:19:18.528 INFO:teuthology.orchestra.run.smithi175.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T07:19:18.528 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:19:18.922 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T07:19:19.134 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T07:19:19.331 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T07:19:19.352 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T07:19:19.543 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T07:19:19.557 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T07:19:20.591 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T07:19:20.869 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T07:19:20.970 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T07:19:20.982 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T07:19:21.275 INFO:teuthology.orchestra.run.smithi113.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T07:19:21.291 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T07:19:21.297 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T07:19:21.585 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T07:19:21.661 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T07:19:21.699 INFO:teuthology.orchestra.run.smithi175.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T07:19:21.939 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T07:19:22.008 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T07:19:22.325 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T07:19:22.649 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T07:19:22.736 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T07:19:23.062 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T07:19:23.291 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T07:19:23.373 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T07:19:23.463 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T07:19:23.499 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T07:19:23.589 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T07:19:23.684 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T07:19:23.700 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T07:19:23.764 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T07:19:23.807 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T07:19:23.808 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:23.917 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T07:19:23.974 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T07:19:24.101 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T07:19:24.105 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T07:19:24.105 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:24.106 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:24.241 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T07:19:24.242 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:24.272 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T07:19:24.272 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.428 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:24.493 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.560 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T07:19:24.610 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T07:19:24.610 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.634 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:24.751 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T07:19:24.751 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.774 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.802 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T07:19:24.907 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:24.918 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T07:19:24.959 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T07:19:25.093 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:25.099 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T07:19:25.148 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T07:19:25.249 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T07:19:25.260 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T07:19:25.298 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T07:19:25.418 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T07:19:25.434 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T07:19:25.434 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T07:19:25.565 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T07:19:25.584 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T07:19:25.623 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T07:19:25.623 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:25.715 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T07:19:25.759 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T07:19:25.783 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:25.907 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T07:19:25.907 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:25.909 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T07:19:26.052 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T07:19:26.053 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:26.090 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:26.200 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:26.309 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T07:19:26.650 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T07:19:26.693 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T07:19:26.694 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T07:19:26.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T07:19:26.720 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T07:19:27.021 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:27.022 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T07:19:27.023 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T07:19:27.023 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T07:19:27.023 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T07:19:27.023 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T07:19:27.023 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T07:19:27.108 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T07:19:27.108 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T07:19:27.108 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T07:19:27.109 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T07:19:27.110 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T07:19:27.111 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T07:19:30.759 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T07:19:30.759 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout:Downgraded: 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.949 INFO:teuthology.orchestra.run.smithi113.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.950 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:30.951 INFO:teuthology.orchestra.run.smithi113.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:30.951 INFO:teuthology.orchestra.run.smithi113.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T07:19:30.951 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:19:30.951 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-07T07:19:31.130 DEBUG:teuthology.parallel:result is None 2023-12-07T07:19:31.321 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T07:19:31.321 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-07T07:19:31.417 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T07:19:31.417 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-07T07:19:31.512 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:19:31.512 INFO:teuthology.orchestra.run.smithi175.stdout:Downgraded: 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.513 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:19:31.514 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout:Downgraded: 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.609 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:19:31.610 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T07:19:31.705 DEBUG:teuthology.parallel:result is None 2023-12-07T07:19:31.777 DEBUG:teuthology.parallel:result is None 2023-12-07T07:19:31.777 INFO:teuthology.run_tasks:Running task install... 2023-12-07T07:19:31.788 DEBUG:teuthology.task.install:project ceph 2023-12-07T07:19:31.788 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T07:19:31.788 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T07:19:31.788 INFO:teuthology.task.install:Using flavor: default 2023-12-07T07:19:31.794 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', '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', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-07T07:19:31.795 INFO:teuthology.task.install:extra packages: [] 2023-12-07T07:19:31.795 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T07:19:31.795 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T07:19:31.798 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T07:19:31.798 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T07:19:31.799 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T07:19:31.799 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T07:19:31.946 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T07:19:31.947 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T07:19:31.967 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T07:19:31.967 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T07:19:31.968 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T07:19:31.968 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T07:19:32.065 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T07:19:32.065 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-12-07T07:19:32.065 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T07:19:32.074 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T07:19:32.075 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-07T07:19:32.075 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T07:19:32.080 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T07:19:32.080 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-07T07:19:32.080 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T07:19:32.098 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, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T07:19:32.098 DEBUG:teuthology.orchestra.run.smithi113:> 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_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T07:19:32.103 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, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T07:19:32.103 DEBUG:teuthology.orchestra.run.smithi175:> 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_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T07:19:32.108 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, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T07:19:32.108 DEBUG:teuthology.orchestra.run.smithi124:> 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_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T07:19:32.169 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:19:32.171 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:19:32.175 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:19:32.248 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:19:32.250 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:19:32.252 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:19:32.314 INFO:teuthology.orchestra.run.smithi175.stdout:check_obsoletes = 1 2023-12-07T07:19:32.315 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum clean all 2023-12-07T07:19:32.318 INFO:teuthology.orchestra.run.smithi124.stdout:check_obsoletes = 1 2023-12-07T07:19:32.318 INFO:teuthology.orchestra.run.smithi113.stdout:check_obsoletes = 1 2023-12-07T07:19:32.320 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum clean all 2023-12-07T07:19:32.321 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum clean all 2023-12-07T07:19:32.683 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:32.692 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:32.694 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:33.158 INFO:teuthology.orchestra.run.smithi124.stdout:44 files removed 2023-12-07T07:19:33.166 INFO:teuthology.orchestra.run.smithi113.stdout:44 files removed 2023-12-07T07:19:33.174 INFO:teuthology.orchestra.run.smithi175.stdout:44 files removed 2023-12-07T07:19:33.204 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-radosgw 2023-12-07T07:19:33.212 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-radosgw 2023-12-07T07:19:33.221 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-radosgw 2023-12-07T07:19:33.533 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:33.542 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:33.553 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:19:34.425 INFO:teuthology.orchestra.run.smithi113.stdout:ceph packages for x86_64 278 kB/s | 81 kB 00:00 2023-12-07T07:19:34.493 INFO:teuthology.orchestra.run.smithi175.stdout:ceph packages for x86_64 243 kB/s | 81 kB 00:00 2023-12-07T07:19:34.503 INFO:teuthology.orchestra.run.smithi124.stdout:ceph packages for x86_64 207 kB/s | 81 kB 00:00 2023-12-07T07:19:34.802 INFO:teuthology.orchestra.run.smithi175.stdout:ceph noarch packages 34 kB/s | 9.5 kB 00:00 2023-12-07T07:19:34.817 INFO:teuthology.orchestra.run.smithi113.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-12-07T07:19:34.821 INFO:teuthology.orchestra.run.smithi124.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-07T07:19:35.113 INFO:teuthology.orchestra.run.smithi124.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-07T07:19:35.151 INFO:teuthology.orchestra.run.smithi113.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-12-07T07:19:35.153 INFO:teuthology.orchestra.run.smithi175.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-07T07:19:35.247 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-07T07:19:35.294 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-07T07:19:35.304 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T07:19:36.279 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-07T07:19:36.833 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-07T07:19:38.694 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 4.7 MB/s | 16 MB 00:03 2023-12-07T07:19:39.837 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 423 kB/s | 24 kB 00:00 2023-12-07T07:19:40.357 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 439 kB/s | 24 kB 00:00 2023-12-07T07:19:40.681 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-12-07T07:19:41.284 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-12-07T07:19:42.186 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 468 kB/s | 24 kB 00:00 2023-12-07T07:19:43.071 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-07T07:19:48.540 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 MB/s | 53 MB 00:00 2023-12-07T07:19:49.344 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-12-07T07:19:50.938 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-07T07:19:59.860 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrading: 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T07:19:59.863 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T07:19:59.864 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout:Install 21 Packages 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrade 2 Packages 2023-12-07T07:19:59.865 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:19:59.866 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 63 M 2023-12-07T07:19:59.866 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-07T07:20:00.226 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T07:20:00.229 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T07:20:00.229 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T07:20:00.229 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrading: 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T07:20:00.230 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T07:20:00.231 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T07:20:00.232 INFO:teuthology.orchestra.run.smithi124.stdout:Install 21 Packages 2023-12-07T07:20:00.232 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrade 2 Packages 2023-12-07T07:20:00.232 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:00.232 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 63 M 2023-12-07T07:20:00.232 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T07:20:00.473 INFO:teuthology.orchestra.run.smithi175.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 9.2 MB/s | 5.4 MB 00:00 2023-12-07T07:20:00.532 INFO:teuthology.orchestra.run.smithi175.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 418 kB/s | 24 kB 00:00 2023-12-07T07:20:00.632 INFO:teuthology.orchestra.run.smithi175.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 8.2 MB/s | 842 kB 00:00 2023-12-07T07:20:00.724 INFO:teuthology.orchestra.run.smithi175.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 5.6 MB/s | 527 kB 00:00 2023-12-07T07:20:01.591 INFO:teuthology.orchestra.run.smithi175.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 8.4 MB/s | 7.3 MB 00:00 2023-12-07T07:20:01.833 INFO:teuthology.orchestra.run.smithi175.stdout:(6/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 12 MB/s | 23 MB 00:01 2023-12-07T07:20:01.858 INFO:teuthology.orchestra.run.smithi175.stdout:(7/23): python3-ceph-argparse-19.0.0-64.ge068eb 167 kB/s | 45 kB 00:00 2023-12-07T07:20:01.877 INFO:teuthology.orchestra.run.smithi175.stdout:(8/23): python3-ceph-common-19.0.0-64.ge068ebcf 3.0 MB/s | 128 kB 00:00 2023-12-07T07:20:01.942 INFO:teuthology.orchestra.run.smithi175.stdout:(9/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.3 MB/s | 198 kB 00:00 2023-12-07T07:20:01.967 INFO:teuthology.orchestra.run.smithi175.stdout:(10/23): python3-rados-19.0.0-64.ge068ebcf.el8. 3.9 MB/s | 371 kB 00:00 2023-12-07T07:20:02.026 INFO:teuthology.orchestra.run.smithi175.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-07T07:20:02.051 INFO:teuthology.orchestra.run.smithi175.stdout:(12/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 3.3 MB/s | 364 kB 00:00 2023-12-07T07:20:02.074 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrading: 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T07:20:02.077 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T07:20:02.078 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================================== 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout:Install 21 Packages 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrade 2 Packages 2023-12-07T07:20:02.079 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:02.080 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 63 M 2023-12-07T07:20:02.080 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-07T07:20:02.151 INFO:teuthology.orchestra.run.smithi175.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 589 kB/s | 59 kB 00:00 2023-12-07T07:20:02.193 INFO:teuthology.orchestra.run.smithi175.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-12-07T07:20:02.218 INFO:teuthology.orchestra.run.smithi175.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-07T07:20:02.285 INFO:teuthology.orchestra.run.smithi175.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-07T07:20:02.328 INFO:teuthology.orchestra.run.smithi175.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 13 MB/s | 1.7 MB 00:00 2023-12-07T07:20:02.346 INFO:teuthology.orchestra.run.smithi175.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 749 kB/s | 44 kB 00:00 2023-12-07T07:20:02.395 INFO:teuthology.orchestra.run.smithi175.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.0 MB/s | 47 kB 00:00 2023-12-07T07:20:02.420 INFO:teuthology.orchestra.run.smithi175.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.7 MB/s | 354 kB 00:00 2023-12-07T07:20:03.054 INFO:teuthology.orchestra.run.smithi175.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 5.9 MB/s | 3.7 MB 00:00 2023-12-07T07:20:03.195 INFO:teuthology.orchestra.run.smithi124.stdout:(1/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 5.5 MB/s | 15 MB 00:02 2023-12-07T07:20:03.262 INFO:teuthology.orchestra.run.smithi124.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T07:20:03.346 INFO:teuthology.orchestra.run.smithi175.stdout:(22/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 4.0 MB/s | 3.8 MB 00:00 2023-12-07T07:20:03.396 INFO:teuthology.orchestra.run.smithi124.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 6.2 MB/s | 842 kB 00:00 2023-12-07T07:20:03.471 INFO:teuthology.orchestra.run.smithi124.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 6.9 MB/s | 527 kB 00:00 2023-12-07T07:20:04.130 INFO:teuthology.orchestra.run.smithi124.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 11 MB/s | 7.3 MB 00:00 2023-12-07T07:20:04.346 INFO:teuthology.orchestra.run.smithi113.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 2.5 MB/s | 5.4 MB 00:02 2023-12-07T07:20:04.363 INFO:teuthology.orchestra.run.smithi124.stdout:(6/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 6.1 MB/s | 23 MB 00:03 2023-12-07T07:20:04.380 INFO:teuthology.orchestra.run.smithi124.stdout:(7/23): python3-ceph-argparse-19.0.0-64.ge068eb 179 kB/s | 45 kB 00:00 2023-12-07T07:20:04.397 INFO:teuthology.orchestra.run.smithi113.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 486 kB/s | 24 kB 00:00 2023-12-07T07:20:04.431 INFO:teuthology.orchestra.run.smithi124.stdout:(8/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.9 MB/s | 128 kB 00:00 2023-12-07T07:20:04.456 INFO:teuthology.orchestra.run.smithi124.stdout:(9/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.6 MB/s | 198 kB 00:00 2023-12-07T07:20:04.550 INFO:teuthology.orchestra.run.smithi124.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 3.9 MB/s | 364 kB 00:00 2023-12-07T07:20:04.590 INFO:teuthology.orchestra.run.smithi124.stdout:(11/23): python3-rados-19.0.0-64.ge068ebcf.el8. 2.3 MB/s | 371 kB 00:00 2023-12-07T07:20:04.624 INFO:teuthology.orchestra.run.smithi124.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-07T07:20:04.680 INFO:teuthology.orchestra.run.smithi113.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 2.9 MB/s | 842 kB 00:00 2023-12-07T07:20:04.872 INFO:teuthology.orchestra.run.smithi113.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 2.7 MB/s | 527 kB 00:00 2023-12-07T07:20:05.043 INFO:teuthology.orchestra.run.smithi124.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 140 kB/s | 59 kB 00:00 2023-12-07T07:20:05.168 INFO:teuthology.orchestra.run.smithi124.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 530 kB/s | 306 kB 00:00 2023-12-07T07:20:05.210 INFO:teuthology.orchestra.run.smithi124.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 450 kB/s | 75 kB 00:00 2023-12-07T07:20:05.222 INFO:teuthology.orchestra.run.smithi113.stdout:(5/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 4.8 MB/s | 15 MB 00:03 2023-12-07T07:20:05.269 INFO:teuthology.orchestra.run.smithi124.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 800 kB/s | 47 kB 00:00 2023-12-07T07:20:05.273 INFO:teuthology.orchestra.run.smithi113.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 899 kB/s | 45 kB 00:00 2023-12-07T07:20:05.311 INFO:teuthology.orchestra.run.smithi124.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-07T07:20:05.353 INFO:teuthology.orchestra.run.smithi124.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T07:20:05.374 INFO:teuthology.orchestra.run.smithi113.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.3 MB/s | 128 kB 00:00 2023-12-07T07:20:05.395 INFO:teuthology.orchestra.run.smithi124.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-07T07:20:05.456 INFO:teuthology.orchestra.run.smithi113.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.3 MB/s | 198 kB 00:00 2023-12-07T07:20:05.512 INFO:teuthology.orchestra.run.smithi124.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2023-12-07T07:20:05.670 INFO:teuthology.orchestra.run.smithi124.stdout:(21/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_ 1.1 MB/s | 5.4 MB 00:05 2023-12-07T07:20:05.673 INFO:teuthology.orchestra.run.smithi113.stdout:(9/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 6.7 MB/s | 23 MB 00:03 2023-12-07T07:20:05.699 INFO:teuthology.orchestra.run.smithi113.stdout:(10/23): python3-rados-19.0.0-64.ge068ebcf.el8. 1.5 MB/s | 371 kB 00:00 2023-12-07T07:20:05.765 INFO:teuthology.orchestra.run.smithi113.stdout:(11/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 3.9 MB/s | 364 kB 00:00 2023-12-07T07:20:05.791 INFO:teuthology.orchestra.run.smithi113.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.1 MB/s | 107 kB 00:00 2023-12-07T07:20:05.829 INFO:teuthology.orchestra.run.smithi124.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-07T07:20:06.121 INFO:teuthology.orchestra.run.smithi124.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 5.2 MB/s | 3.8 MB 00:00 2023-12-07T07:20:06.124 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:06.125 INFO:teuthology.orchestra.run.smithi124.stdout:Total 11 MB/s | 63 MB 00:05 2023-12-07T07:20:06.171 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T07:20:06.219 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T07:20:06.219 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T07:20:06.258 INFO:teuthology.orchestra.run.smithi113.stdout:(13/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 5.2 MB/s | 7.3 MB 00:01 2023-12-07T07:20:06.570 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T07:20:06.574 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T07:20:06.925 INFO:teuthology.orchestra.run.smithi113.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 52 kB/s | 59 kB 00:01 2023-12-07T07:20:07.087 INFO:teuthology.orchestra.run.smithi175.stdout:(23/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 2.0 MB/s | 15 MB 00:07 2023-12-07T07:20:07.089 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:07.090 INFO:teuthology.orchestra.run.smithi175.stdout:Total 8.8 MB/s | 63 MB 00:07 2023-12-07T07:20:07.136 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-07T07:20:07.182 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-07T07:20:07.182 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-07T07:20:07.350 INFO:teuthology.orchestra.run.smithi113.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 193 kB/s | 306 kB 00:01 2023-12-07T07:20:07.375 INFO:teuthology.orchestra.run.smithi113.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 67 kB/s | 75 kB 00:01 2023-12-07T07:20:07.434 INFO:teuthology.orchestra.run.smithi113.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.0 MB/s | 259 kB 00:00 2023-12-07T07:20:07.459 INFO:teuthology.orchestra.run.smithi113.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 527 kB/s | 44 kB 00:00 2023-12-07T07:20:07.493 INFO:teuthology.orchestra.run.smithi113.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-07T07:20:07.518 INFO:teuthology.orchestra.run.smithi113.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 800 kB/s | 47 kB 00:00 2023-12-07T07:20:07.536 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-07T07:20:07.539 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-07T07:20:07.751 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T07:20:07.835 INFO:teuthology.orchestra.run.smithi113.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-07T07:20:08.047 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T07:20:08.052 INFO:teuthology.orchestra.run.smithi113.stdout:(22/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 6.8 MB/s | 3.8 MB 00:00 2023-12-07T07:20:08.213 INFO:teuthology.orchestra.run.smithi113.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 1.3 MB/s | 1.7 MB 00:01 2023-12-07T07:20:08.216 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:08.216 INFO:teuthology.orchestra.run.smithi113.stdout:Total 10 MB/s | 63 MB 00:06 2023-12-07T07:20:08.251 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:08.262 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-07T07:20:08.307 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-07T07:20:08.308 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-07T07:20:08.650 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:08.666 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-07T07:20:08.670 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-07T07:20:08.730 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-07T07:20:08.826 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:08.922 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:08.931 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T07:20:09.117 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:09.120 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:09.378 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T07:20:09.555 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:09.583 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:09.717 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:09.803 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:09.805 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-07T07:20:09.998 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:10.002 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:10.024 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T07:20:10.211 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T07:20:10.216 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:10.231 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:10.314 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:10.383 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:10.484 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T07:20:10.554 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T07:20:10.637 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T07:20:10.823 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:10.832 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:10.927 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:11.058 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:11.121 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:11.125 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:11.331 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T07:20:11.367 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T07:20:11.379 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T07:20:11.508 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T07:20:11.550 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:11.573 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:11.609 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:11.744 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T07:20:11.902 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:12.012 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:12.136 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:12.210 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T07:20:12.339 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T07:20:12.416 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:12.439 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:12.488 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:12.491 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:12.500 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:12.572 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:12.611 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T07:20:12.692 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T07:20:12.705 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T07:20:12.874 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T07:20:12.898 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T07:20:13.036 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:13.286 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:13.362 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T07:20:13.506 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T07:20:13.534 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T07:20:13.610 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T07:20:13.699 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:13.761 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:13.764 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:13.829 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:13.893 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T07:20:14.008 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T07:20:14.092 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T07:20:14.183 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:14.363 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T07:20:14.407 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:14.509 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T07:20:14.635 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T07:20:14.797 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:14.867 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T07:20:14.989 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T07:20:15.215 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T07:20:15.473 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T07:20:15.648 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T07:20:17.294 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:17.550 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:18.133 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:18.279 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:18.452 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:18.534 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:18.724 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:18.994 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:19.319 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:19.373 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:19.605 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:19.606 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:19.674 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:19.832 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:20.185 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T07:20:20.434 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:20.498 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T07:20:20.646 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /sys 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /proc 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /run 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /mnt 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /var/tmp 2023-12-07T07:20:37.291 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /home 2023-12-07T07:20:37.292 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /tmp 2023-12-07T07:20:37.292 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-07T07:20:37.292 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:38.608 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /sys 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /proc 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /dev 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /run 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /mnt 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /var/tmp 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /home 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /tmp 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /dev 2023-12-07T07:20:38.609 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:20:38.766 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:38.787 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:38.787 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:39.015 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:39.016 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /sys 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /proc 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /run 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /mnt 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /var/tmp 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /home 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /tmp 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-12-07T07:20:39.114 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:39.616 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:39.616 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T07:20:39.616 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T07:20:39.616 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T07:20:39.617 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T07:20:39.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T07:20:40.086 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:40.107 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:40.107 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:40.363 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:40.363 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:40.596 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:40.616 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T07:20:40.617 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:40.844 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T07:20:40.844 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:40.982 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:40.982 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T07:20:40.982 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T07:20:40.982 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:40.982 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T07:20:40.983 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T07:20:40.984 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T07:20:40.984 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:40.984 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T07:20:40.984 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T07:20:41.456 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:41.456 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T07:20:41.456 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T07:20:41.456 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T07:20:41.457 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T07:20:41.458 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T07:20:43.322 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:43.322 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout:Upgraded: 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.507 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.508 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:43.509 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T07:20:43.664 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-test 2023-12-07T07:20:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:20:44.766 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-07T07:20:44.849 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:44.849 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-07T07:20:44.984 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 122 kB/s | 4.5 kB 00:00 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout:Upgraded: 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.036 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.037 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.038 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.038 INFO:teuthology.orchestra.run.smithi175.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T07:20:45.038 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:20:45.038 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-07T07:20:45.201 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-test 2023-12-07T07:20:45.334 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T07:20:45.335 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout:Upgraded: 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.526 INFO:teuthology.orchestra.run.smithi113.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:20:45.527 INFO:teuthology.orchestra.run.smithi113.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T07:20:45.528 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:45.528 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-07T07:20:45.549 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:20:45.686 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-test 2023-12-07T07:20:46.032 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:20:46.183 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 157 kB/s | 4.5 kB 00:00 2023-12-07T07:20:46.491 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T07:20:46.539 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T07:20:46.540 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout:Install 6 Packages 2023-12-07T07:20:46.541 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:20:46.542 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 51 M 2023-12-07T07:20:46.542 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 228 M 2023-12-07T07:20:46.542 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T07:20:46.588 INFO:teuthology.orchestra.run.smithi124.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-07T07:20:46.672 INFO:teuthology.orchestra.run.smithi124.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-07T07:20:46.690 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 134 kB/s | 4.5 kB 00:00 2023-12-07T07:20:46.722 INFO:teuthology.orchestra.run.smithi124.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-07T07:20:46.747 INFO:teuthology.orchestra.run.smithi124.stdout:(4/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 892 kB/s | 183 kB 00:00 2023-12-07T07:20:46.773 INFO:teuthology.orchestra.run.smithi124.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 3.9 MB/s | 202 kB 00:00 2023-12-07T07:20:46.988 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2023-12-07T07:20:48.073 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-07T07:20:48.074 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-07T07:20:48.074 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout:Install 6 Packages 2023-12-07T07:20:48.075 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:20:48.076 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 51 M 2023-12-07T07:20:48.076 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 228 M 2023-12-07T07:20:48.076 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-07T07:20:48.104 INFO:teuthology.orchestra.run.smithi175.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.5 MB/s | 70 kB 00:00 2023-12-07T07:20:48.171 INFO:teuthology.orchestra.run.smithi175.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-07T07:20:48.213 INFO:teuthology.orchestra.run.smithi175.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-07T07:20:48.255 INFO:teuthology.orchestra.run.smithi175.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T07:20:48.414 INFO:teuthology.orchestra.run.smithi175.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 543 kB/s | 183 kB 00:00 2023-12-07T07:20:48.489 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-12-07T07:20:48.490 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:========================================================================================== 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:Install 6 Packages 2023-12-07T07:20:48.491 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:20:48.492 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 51 M 2023-12-07T07:20:48.492 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 228 M 2023-12-07T07:20:48.492 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-12-07T07:20:48.532 INFO:teuthology.orchestra.run.smithi113.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-07T07:20:48.607 INFO:teuthology.orchestra.run.smithi113.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-07T07:20:48.674 INFO:teuthology.orchestra.run.smithi113.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.8 MB/s | 187 kB 00:00 2023-12-07T07:20:48.716 INFO:teuthology.orchestra.run.smithi113.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-07T07:20:48.883 INFO:teuthology.orchestra.run.smithi113.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 469 kB/s | 183 kB 00:00 2023-12-07T07:20:49.248 INFO:teuthology.orchestra.run.smithi124.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 19 MB/s | 50 MB 00:02 2023-12-07T07:20:49.253 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:49.253 INFO:teuthology.orchestra.run.smithi124.stdout:Total 19 MB/s | 51 MB 00:02 2023-12-07T07:20:49.289 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T07:20:49.311 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T07:20:49.311 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T07:20:49.578 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T07:20:49.582 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T07:20:50.020 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T07:20:50.170 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:50.286 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:50.500 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T07:20:50.662 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T07:20:50.835 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T07:20:51.004 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:52.122 INFO:teuthology.orchestra.run.smithi113.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 14 MB/s | 50 MB 00:03 2023-12-07T07:20:52.124 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:52.124 INFO:teuthology.orchestra.run.smithi113.stdout:Total 14 MB/s | 51 MB 00:03 2023-12-07T07:20:52.160 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-12-07T07:20:52.182 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-12-07T07:20:52.182 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-12-07T07:20:52.449 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-12-07T07:20:52.452 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-12-07T07:20:52.895 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-12-07T07:20:53.047 INFO:teuthology.orchestra.run.smithi175.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 10 MB/s | 50 MB 00:04 2023-12-07T07:20:53.049 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-07T07:20:53.049 INFO:teuthology.orchestra.run.smithi175.stdout:Total 10 MB/s | 51 MB 00:04 2023-12-07T07:20:53.055 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:53.086 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-07T07:20:53.107 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-07T07:20:53.107 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-07T07:20:53.143 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:53.375 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T07:20:53.375 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-07T07:20:53.378 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-07T07:20:53.530 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T07:20:53.753 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T07:20:53.820 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-07T07:20:53.889 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:53.970 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:54.059 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T07:20:54.282 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T07:20:54.475 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T07:20:54.631 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T07:20:54.783 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:55.825 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:56.066 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:20:56.295 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:20:56.295 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T07:20:56.295 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T07:20:56.295 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T07:20:56.295 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T07:20:56.296 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T07:20:58.704 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:58.909 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:20:59.136 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:20:59.137 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T07:20:59.137 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T07:20:59.137 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T07:20:59.137 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T07:20:59.137 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T07:20:59.594 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T07:20:59.854 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:20:59.909 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T07:20:59.909 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T07:21:00.080 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T07:21:00.092 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T07:21:00.218 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph 2023-12-07T07:21:00.550 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T07:21:01.210 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 127 kB/s | 4.1 kB 00:00 2023-12-07T07:21:01.408 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 156 kB/s | 4.5 kB 00:00 2023-12-07T07:21:02.733 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T07:21:02.733 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-12-07T07:21:02.917 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-12-07T07:21:02.960 INFO:teuthology.orchestra.run.smithi124.stderr:Error: 2023-12-07T07:21:02.960 INFO:teuthology.orchestra.run.smithi124.stderr: Problem: conflicting requests 2023-12-07T07:21:02.960 INFO:teuthology.orchestra.run.smithi124.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:21:02.960 INFO:teuthology.orchestra.run.smithi124.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T07:21:03.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:03.035 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi124 with status 1: 'sudo yum -y install ceph' 2023-12-07T07:21:03.037 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi124 with status 1: 'sudo yum -y install ceph' 2023-12-07T07:21:03.114 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0fbf9e0c15404358a4d46ff27ce9b3c8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi124 with status 1: 'sudo yum -y install ceph' 2023-12-07T07:21:03.118 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T07:21:03.130 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T07:21:03.198 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T07:21:03.198 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T07:21:03.219 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph 2023-12-07T07:21:03.260 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T07:21:03.263 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T07:21:03.273 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-12-07T07:21:03.277 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +1274us[+1274us] +/- 66ms 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -1388us[-1359us] +/- 59ms 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 +742us[ +742us] +/- 59ms 2023-12-07T07:21:03.278 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:21:03.279 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +1165us[+1231us] +/- 66ms 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 6 77 3 -1503us[-1436us] +/- 59ms 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 +619us[ +619us] +/- 59ms 2023-12-07T07:21:03.281 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 3 +1234us[+1234us] +/- 66ms 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -1454us[-1467us] +/- 59ms 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 4 +701us[ +687us] +/- 59ms 2023-12-07T07:21:03.283 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T07:21:03.284 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T07:21:03.304 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T07:21:03.305 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T07:21:03.341 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:21:03.433 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:21:03.529 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:21:03.601 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-12-07T07:21:03.632 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:21:03.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:03.663 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:21:03.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:03.695 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:21:03.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:03.729 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T07:21:03.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T07:21:03.772 INFO:teuthology.task.internal:Duration was 699.219798 seconds 2023-12-07T07:21:03.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T07:21:03.802 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T07:21:03.802 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T07:21:03.805 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T07:21:03.808 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T07:21:03.849 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:21:03.851 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:21:03.853 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T07:21:03.870 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T07:21:03.870 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-07T07:21:04.053 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:21:04.053 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-07T07:21:04.054 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T07:21:04.054 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T07:21:04.054 INFO:teuthology.orchestra.run.smithi175.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T07:21:04.054 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-07T07:21:04.055 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-07T07:21:04.183 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph 2023-12-07T07:21:04.194 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T07:21:04.195 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2023-12-07T07:21:04.195 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:21:04.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T07:21:04.216 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:21:04.238 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2023-12-07T07:21:04.239 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:21:04.243 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 169 kB/s | 4.5 kB 00:00 2023-12-07T07:21:04.259 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T07:21:04.259 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T07:21:04.262 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T07:21:04.284 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T07:21:04.336 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T07:21:04.337 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T07:21:04.339 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T07:21:04.364 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T07:21:04.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T07:21:04.454 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T07:21:04.454 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T07:21:04.486 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T07:21:04.519 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T07:21:04.535 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-07T07:21:04.559 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T07:21:04.569 DEBUG:teuthology.orchestra.run.smithi113:> 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-12-07T07:21:04.570 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 124 kB/s | 4.1 kB 00:00 2023-12-07T07:21:04.571 DEBUG:teuthology.orchestra.run.smithi124:> 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-12-07T07:21:04.573 DEBUG:teuthology.orchestra.run.smithi175:> 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-12-07T07:21:04.595 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2023-12-07T07:21:04.596 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-12-07T07:21:04.626 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2023-12-07T07:21:04.641 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T07:21:04.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:04.667 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T07:21:04.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:04.683 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T07:21:04.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:04.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T07:21:04.709 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T07:21:04.710 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559/remote/smithi113 2023-12-07T07:21:04.711 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T07:21:04.775 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559/remote/smithi124 2023-12-07T07:21:04.776 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T07:21:04.828 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559/remote/smithi175 2023-12-07T07:21:04.829 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T07:21:04.879 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T07:21:04.880 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T07:21:04.882 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T07:21:04.884 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T07:21:04.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T07:21:04.944 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T07:21:04.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T07:21:04.953 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T07:21:04.953 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T07:21:04.956 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T07:21:04.958 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T07:21:04.969 INFO:teuthology.orchestra.run.smithi113.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 07:21 /home/ubuntu/cephtest 2023-12-07T07:21:04.971 INFO:teuthology.orchestra.run.smithi124.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 07:21 /home/ubuntu/cephtest 2023-12-07T07:21:04.991 INFO:teuthology.orchestra.run.smithi175.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 07:21 /home/ubuntu/cephtest 2023-12-07T07:21:04.992 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T07:21:05.003 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T07:21:05.100 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T07:21:05.125 DEBUG:teuthology.nuke:shortname: smithi113 2023-12-07T07:21:05.126 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T07:21:05.151 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.184478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:21:05.152 DEBUG:teuthology.nuke:shortname: smithi124 2023-12-07T07:21:05.153 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T07:21:05.182 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.183479', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:21:05.186 DEBUG:teuthology.nuke:shortname: smithi175 2023-12-07T07:21:05.186 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T07:21:05.195 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 168 kB/s | 4.5 kB 00:00 2023-12-07T07:21:05.211 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481559', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 07:03:52.185271', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T07:21:05.223 INFO:teuthology.orchestra.console.smithi113:Power off 2023-12-07T07:21:05.223 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T07:21:05.246 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2023-12-07T07:21:05.247 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:05.265 INFO:teuthology.orchestra.console.smithi124:Power off 2023-12-07T07:21:05.266 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T07:21:05.277 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-07T07:21:05.290 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-12-07T07:21:05.291 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:05.306 INFO:teuthology.orchestra.console.smithi175:Power off 2023-12-07T07:21:05.306 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T07:21:05.315 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T07:21:05.328 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2023-12-07T07:21:05.329 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:05.351 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-07T07:21:05.504 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 109 kB/s | 4.1 kB 00:00 2023-12-07T07:21:06.170 INFO:teuthology.orchestra.run.smithi113.stderr:Error: 2023-12-07T07:21:06.170 INFO:teuthology.orchestra.run.smithi113.stderr: Problem: conflicting requests 2023-12-07T07:21:06.171 INFO:teuthology.orchestra.run.smithi113.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:21:06.171 INFO:teuthology.orchestra.run.smithi113.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T07:21:06.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:07.039 INFO:teuthology.orchestra.run.smithi175.stderr:Error: 2023-12-07T07:21:07.039 INFO:teuthology.orchestra.run.smithi175.stderr: Problem: conflicting requests 2023-12-07T07:21:07.040 INFO:teuthology.orchestra.run.smithi175.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T07:21:07.040 INFO:teuthology.orchestra.run.smithi175.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T07:21:07.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T07:21:09.277 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:09.317 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:09.352 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:09.388 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-07T07:21:09.426 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T07:21:09.462 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-07T07:21:13.390 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:13.427 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:13.464 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:13.500 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-12-07T07:21:13.537 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T07:21:13.576 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2023-12-07T07:21:13.676 INFO:teuthology.orchestra.console.smithi175:Power off completed 2023-12-07T07:21:17.504 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:17.538 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T07:21:17.616 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2023-12-07T07:21:17.650 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-12-07T07:21:17.716 INFO:teuthology.orchestra.console.smithi113:Power off completed 2023-12-07T07:21:17.751 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-12-07T07:21:17.855 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 699.2197983264923 failure_reason: 'Command failed on smithi124 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0fbf9e0c15404358a4d46ff27ce9b3c8 status: fail success: false 2023-12-07T07:21:17.856 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T07:21:17.979 INFO:teuthology.run:FAIL