2023-12-01T05:33:20.182 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:33:20.183 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955 --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955/orig.config.yaml 2023-12-01T05:33:20.212 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:33:20.295 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_rgw_multisite} email: jmulligan@redhat.com first_in_suite: false job_id: '7472955' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: global: mon election default strategy: 1 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: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/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: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi088.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-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:33:20.295 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:33:20.296 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:33:20.296 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:33:20.297 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:33:20.322 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:33:20.322 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:33:20.322 INFO:teuthology.packaging:ref: None 2023-12-01T05:33:20.322 INFO:teuthology.packaging:tag: None 2023-12-01T05:33:20.322 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:33:20.322 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:33:20.322 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:33:20.632 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:33:20.632 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:33:20.639 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:33:20.639 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:33:20.660 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:33:20.673 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:33:20.679 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:33:20.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.475868', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:33:20.714 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.474542', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:33:20.733 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.476954', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:33:20.733 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:33:20.739 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-01T05:33:20.739 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-01T05:33:20.739 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-01T05:33:20.739 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:33:20.831 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f69c3f239d0>, signals=[15]) 2023-12-01T05:33:20.831 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:33:20.837 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:33:20.837 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2023-12-01T05:33:20.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:33:20.907 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2023-12-01T05:33:20.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:33:20.976 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-12-01T05:33:20.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:33:21.046 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:33:21.055 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2023-12-01T05:33:21.077 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2023-12-01T05:33:21.078 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:ID="rhel" 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="fedora" 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="8.6" 2023-12-01T05:33:21.138 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:33:21.139 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:33:21.140 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2023-12-01T05:33:21.166 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2023-12-01T05:33:21.187 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2023-12-01T05:33:21.187 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2023-12-01T05:33:21.247 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:33:21.247 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:ID="rhel" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="fedora" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="8.6" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:33:21.248 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:33:21.249 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:33:21.249 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2023-12-01T05:33:21.274 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-12-01T05:33:21.294 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-12-01T05:33:21.294 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-12-01T05:33:21.353 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:33:21.353 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:ID="rhel" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="fedora" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8.6" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:33:21.354 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:33:21.355 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:33:21.355 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-12-01T05:33:21.382 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:33:21.390 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:33:21.396 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:33:21.396 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:33:21.398 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:33:21.400 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:33:21.419 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:33:21.425 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:33:21.425 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:33:21.458 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:33:21.460 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:33:21.487 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:33:21.555 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:33:21.570 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:33:21.570 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-01T05:33:21.570 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:33:21.571 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:33:21.571 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:33:21.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:21.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:21.590 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2023-12-01T05:33:21.591 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-12-01T05:33:21.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:21.592 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2023-12-01T05:33:21.649 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.649 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.650 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-12-01T05:33:21.651 INFO:teuthology.orchestra.run.smithi076.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.651 INFO:teuthology.task.kernel:Running kernel on smithi076: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.651 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2023-12-01T05:33:21.652 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.652 INFO:teuthology.task.kernel:Running kernel on smithi038: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:21.652 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2023-12-01T05:33:22.886 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:22.886 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2023-12-01T05:33:22.915 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:22.915 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-01T05:33:22.928 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:22.928 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-01T05:33:24.546 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 9.6 kB/s | 3.5 kB 00:00 2023-12-01T05:33:24.578 INFO:teuthology.orchestra.run.smithi038.stdout:Copr repo for python3-asyncssh owned by ceph 8.8 kB/s | 3.5 kB 00:00 2023-12-01T05:33:24.845 INFO:teuthology.orchestra.run.smithi076.stdout:Copr repo for python3-asyncssh owned by ceph 5.8 kB/s | 3.5 kB 00:00 2023-12-01T05:33:26.120 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-01T05:33:26.321 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2023-12-01T05:33:28.928 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 3.9 MB/s | 16 MB 00:04 2023-12-01T05:33:29.836 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-12-01T05:33:29.837 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 393 kB/s | 24 kB 00:00 2023-12-01T05:33:30.533 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:33:30.564 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:33:30.590 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-01T05:33:30.591 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2023-12-01T05:33:30.591 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-01T05:33:30.620 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-01T05:33:30.621 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-01T05:33:30.621 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-01T05:33:30.731 DEBUG:teuthology.orchestra.run.smithi038:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:33:30.742 DEBUG:teuthology.orchestra.run.smithi088:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:33:31.074 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:31.074 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-01T05:33:31.080 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:31.080 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2023-12-01T05:33:31.336 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:33:29 AM UTC. 2023-12-01T05:33:31.366 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:33:29 AM UTC. 2023-12-01T05:33:31.380 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:31.410 INFO:teuthology.orchestra.run.smithi038.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:31.420 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:31.448 INFO:teuthology.orchestra.run.smithi038.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:31.465 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum reinstall -y kernel || true 2023-12-01T05:33:31.497 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum reinstall -y kernel || true 2023-12-01T05:33:31.797 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:31.798 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-01T05:33:31.849 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:31.849 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2023-12-01T05:33:32.060 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:33:29 AM UTC. 2023-12-01T05:33:32.100 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:32.120 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:33:29 AM UTC. 2023-12-01T05:33:32.127 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:32.161 INFO:teuthology.orchestra.run.smithi038.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:32.174 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:33:32.197 INFO:teuthology.orchestra.run.smithi038.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:32.244 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:33:32.253 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:32.254 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:32.254 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:33:32.254 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T05:33:32.254 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:33:32.280 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-12-01T05:33:32.292 DEBUG:teuthology.parallel:result is None 2023-12-01T05:33:32.326 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:32.326 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:32.326 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:33:32.327 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:33:32.327 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:33:32.355 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2023-12-01T05:33:32.372 DEBUG:teuthology.parallel:result is None 2023-12-01T05:33:32.520 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 574 kB/s | 24 kB 00:00 2023-12-01T05:33:33.190 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:33:33.239 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-01T05:33:33.240 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2023-12-01T05:33:33.240 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-01T05:33:33.378 DEBUG:teuthology.orchestra.run.smithi076:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:33:33.710 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:33.710 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-01T05:33:33.980 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:33:32 AM UTC. 2023-12-01T05:33:34.021 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:34.075 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:34.120 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum reinstall -y kernel || true 2023-12-01T05:33:34.451 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:33:34.451 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-01T05:33:34.707 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:33:32 AM UTC. 2023-12-01T05:33:34.746 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:33:34.779 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2023-12-01T05:33:34.830 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:33:34.910 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:34.910 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:33:34.910 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:33:34.910 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:33:34.910 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:33:34.940 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2023-12-01T05:33:34.959 DEBUG:teuthology.parallel:result is None 2023-12-01T05:33:34.959 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:33:34.966 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:33:34.966 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:33:34.969 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:33:35.001 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:33:35.021 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:33:35.028 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:33:35.036 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:33:35.036 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:33:35.038 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:33:35.058 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:33:35.136 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:33:35.143 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:33:35.143 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:33:35.147 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:33:35.149 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:33:35.177 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.190 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.193 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.203 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.206 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.218 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:33:35.220 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:33:35.228 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:33:35.228 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:33:35.234 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:33:35.236 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:33:35.265 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:33:35.274 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:33:35.274 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:33:35.306 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:33:35.308 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:33:35.326 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:35.411 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:35.464 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:35.548 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:35.592 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T05:33:35.592 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:33:35.685 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:35.729 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:35.778 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:35.863 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:35.906 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T05:33:35.906 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:33:35.975 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:36.022 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:33:36.079 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:36.164 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:33:36.207 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T05:33:36.208 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:33:36.276 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2023-12-01T05:33:36.279 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2023-12-01T05:33:36.281 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-12-01T05:33:36.339 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:33:36.369 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:33:36.373 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:33:36.780 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:33:36.788 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:33:36.789 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:33:36.811 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:33:36.819 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:33:36.820 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2023-12-01T05:33:36.885 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2023-12-01T05:33:36.887 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2023-12-01T05:33:36.999 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2023-12-01T05:33:37.000 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-12-01T05:33:37.062 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-12-01T05:33:37.064 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:33:37.064 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2023-12-01T05:33:37.085 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2023-12-01T05:33:37.086 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2023-12-01T05:33:37.121 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2023-12-01T05:33:37.122 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-12-01T05:33:37.147 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-12-01T05:33:37.147 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi076.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi088.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:33:37.147 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:33:37.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:37.176 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:33:37.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:37.205 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:33:37.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:37.234 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:33:37.234 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:33:37.261 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:33:37.293 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:33:37.320 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:33:37.330 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:33:37.330 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:33:37.348 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-01T05:33:37.349 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi076.front.sepia.ceph.com,smithi088.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:43:36.025 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com')] 2023-12-01T05:43:36.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:43:36.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:43:36.097 DEBUG:teuthology.orchestra.run.smithi038:> true 2023-12-01T05:43:36.164 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2023-12-01T05:43:36.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:43:36.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:43:36.232 DEBUG:teuthology.orchestra.run.smithi076:> true 2023-12-01T05:43:36.299 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-01T05:43:36.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:43:36.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:43:36.368 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-12-01T05:43:36.436 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-01T05:43:36.436 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:43:36.447 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:43:36.447 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:43:36.448 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:43:36.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:43:36.450 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:43:36.452 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:43:36.453 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:43:36.482 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:43:36.484 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:43:36.497 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:43:36.501 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:43:36.509 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:43:36.524 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:43:36.564 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2023-12-01T05:43:36.575 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2023-12-01T05:43:36.577 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2023-12-01T05:43:36.586 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2023-12-01T05:43:36.593 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-12-01T05:43:36.593 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:43:36.601 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:43:36.603 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-12-01T05:43:36.608 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:43:36.617 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:43:36.618 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:43:36.632 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:43:36.683 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2023-12-01T05:43:36.686 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:43:36.686 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2023-12-01T05:43:36.686 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.686 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.686 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.687 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.688 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.692 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.708 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-01T05:43:36.711 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:43:36.711 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-01T05:43:36.711 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.711 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.711 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.712 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:43:36.712 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:43:36.723 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:43:36.723 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi038.front.sepia.ceph.com 2023-12-01T05:43:36.723 DEBUG:teuthology.orchestra.run.smithi038:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:43:36.724 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2023-12-01T05:43:36.724 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:43:36.724 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-12-01T05:43:36.724 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:43:37.104 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:37.120 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:37.127 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:38.652 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:46 ago on Fri 01 Dec 2023 05:41:52 AM UTC. 2023-12-01T05:43:38.669 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:14 ago on Fri 01 Dec 2023 05:41:24 AM UTC. 2023-12-01T05:43:38.679 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:02:16 ago on Fri 01 Dec 2023 05:41:22 AM UTC. 2023-12-01T05:43:40.409 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-01T05:43:40.409 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-01T05:43:40.410 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:43:40.426 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-01T05:43:40.427 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout:Resetting modules: 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-01T05:43:40.428 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:43:40.655 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout:Resetting modules: 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2023-12-01T05:43:40.656 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:43:41.373 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:16 ago on Fri 01 Dec 2023 05:41:24 AM UTC. 2023-12-01T05:43:41.392 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:02:18 ago on Fri 01 Dec 2023 05:41:22 AM UTC. 2023-12-01T05:43:41.669 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:49 ago on Fri 01 Dec 2023 05:41:52 AM UTC. 2023-12-01T05:43:51.107 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-01T05:43:51.561 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-01T05:43:51.817 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:52.035 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:52.565 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-01T05:43:53.053 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:43:53.526 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:29 ago on Fri 01 Dec 2023 05:41:24 AM UTC. 2023-12-01T05:43:53.772 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:02:31 ago on Fri 01 Dec 2023 05:41:22 AM UTC. 2023-12-01T05:43:54.543 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:02 ago on Fri 01 Dec 2023 05:41:52 AM UTC. 2023-12-01T05:43:55.360 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-01T05:43:55.451 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrading: 2023-12-01T05:43:55.452 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.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-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-12-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-12-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-12-01T05:43:55.453 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 3.0 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:Install 7 Packages 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrade 12 Packages 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 51 M 2023-12-01T05:43:55.454 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-01T05:43:55.621 INFO:teuthology.orchestra.run.smithi088.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 550 kB/s | 91 kB 00:00 2023-12-01T05:43:55.623 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-01T05:43:55.637 INFO:teuthology.orchestra.run.smithi088.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 290 kB/s | 53 kB 00:00 2023-12-01T05:43:55.655 INFO:teuthology.orchestra.run.smithi088.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 257 kB/s | 51 kB 00:00 2023-12-01T05:43:55.715 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-01T05:43:55.715 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2023-12-01T05:43:55.715 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-01T05:43:55.715 INFO:teuthology.orchestra.run.smithi076.stdout:Installing group/module packages: 2023-12-01T05:43:55.715 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrading: 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:43:55.716 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.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-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:Installing module profiles: 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools/common 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling module streams: 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 3.0 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:Install 7 Packages 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrade 12 Packages 2023-12-01T05:43:55.717 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:43:55.718 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 51 M 2023-12-01T05:43:55.718 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2023-12-01T05:43:55.747 INFO:teuthology.orchestra.run.smithi088.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-01T05:43:55.780 INFO:teuthology.orchestra.run.smithi088.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 486 kB/s | 69 kB 00:00 2023-12-01T05:43:55.872 INFO:teuthology.orchestra.run.smithi088.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-01T05:43:55.897 INFO:teuthology.orchestra.run.smithi088.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 478 kB/s | 72 kB 00:00 2023-12-01T05:43:55.903 INFO:teuthology.orchestra.run.smithi076.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 279 kB/s | 51 kB 00:00 2023-12-01T05:43:55.920 INFO:teuthology.orchestra.run.smithi076.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 263 kB/s | 53 kB 00:00 2023-12-01T05:43:55.937 INFO:teuthology.orchestra.run.smithi076.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 417 kB/s | 91 kB 00:00 2023-12-01T05:43:56.021 INFO:teuthology.orchestra.run.smithi076.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 688 kB/s | 69 kB 00:00 2023-12-01T05:43:56.031 INFO:teuthology.orchestra.run.smithi088.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 353 kB/s | 56 kB 00:00 2023-12-01T05:43:56.056 INFO:teuthology.orchestra.run.smithi088.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 321 kB/s | 51 kB 00:00 2023-12-01T05:43:56.113 INFO:teuthology.orchestra.run.smithi076.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.4 MB/s | 511 kB 00:00 2023-12-01T05:43:56.138 INFO:teuthology.orchestra.run.smithi076.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 615 kB/s | 72 kB 00:00 2023-12-01T05:43:56.173 INFO:teuthology.orchestra.run.smithi088.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 2.7 MB/s | 322 kB 00:00 2023-12-01T05:43:56.205 INFO:teuthology.orchestra.run.smithi076.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-12-01T05:43:56.299 INFO:teuthology.orchestra.run.smithi088.stdout:(11/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-12-01T05:43:56.432 INFO:teuthology.orchestra.run.smithi088.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 16 MB/s | 2.2 MB 00:00 2023-12-01T05:43:56.455 INFO:teuthology.orchestra.run.smithi076.stdout:(8/19): podman-3.0.1-9.module+el8.6.0+14874+644 32 MB/s | 11 MB 00:00 2023-12-01T05:43:56.457 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-01T05:43:56.457 INFO:teuthology.orchestra.run.smithi088.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 144 kB/s | 41 kB 00:00 2023-12-01T05:43:56.480 INFO:teuthology.orchestra.run.smithi076.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 163 kB/s | 56 kB 00:00 2023-12-01T05:43:56.506 INFO:teuthology.orchestra.run.smithi076.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 169 kB/s | 51 kB 00:00 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout:Installing group/module packages: 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2023-12-01T05:43:56.557 INFO:teuthology.orchestra.run.smithi038.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.stdout:Downgrading: 2023-12-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.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-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.stdout:Installing module profiles: 2023-12-01T05:43:56.558 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools/common 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:Enabling module streams: 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 3.0 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:Install 7 Packages 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:Downgrade 12 Packages 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:43:56.559 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 51 M 2023-12-01T05:43:56.560 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2023-12-01T05:43:56.625 INFO:teuthology.orchestra.run.smithi076.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-12-01T05:43:56.648 INFO:teuthology.orchestra.run.smithi076.stdout:(12/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-12-01T05:43:56.716 INFO:teuthology.orchestra.run.smithi088.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-01T05:43:56.736 INFO:teuthology.orchestra.run.smithi038.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 518 kB/s | 91 kB 00:00 2023-12-01T05:43:56.753 INFO:teuthology.orchestra.run.smithi038.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 267 kB/s | 51 kB 00:00 2023-12-01T05:43:56.770 INFO:teuthology.orchestra.run.smithi038.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 253 kB/s | 53 kB 00:00 2023-12-01T05:43:56.782 INFO:teuthology.orchestra.run.smithi076.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 14 MB/s | 2.2 MB 00:00 2023-12-01T05:43:56.929 INFO:teuthology.orchestra.run.smithi038.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 394 kB/s | 69 kB 00:00 2023-12-01T05:43:56.950 INFO:teuthology.orchestra.run.smithi088.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 12 MB/s | 6.4 MB 00:00 2023-12-01T05:43:56.951 INFO:teuthology.orchestra.run.smithi076.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-12-01T05:43:56.979 INFO:teuthology.orchestra.run.smithi038.stdout:(5/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T05:43:56.992 INFO:teuthology.orchestra.run.smithi088.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.9 MB/s | 1.1 MB 00:00 2023-12-01T05:43:57.025 INFO:teuthology.orchestra.run.smithi038.stdout:(6/19): criu-3.15-1.module+el8.6.0+14874+644362 1.8 MB/s | 511 kB 00:00 2023-12-01T05:43:57.055 INFO:teuthology.orchestra.run.smithi038.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 573 kB/s | 72 kB 00:00 2023-12-01T05:43:57.116 INFO:teuthology.orchestra.run.smithi076.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 20 MB/s | 6.8 MB 00:00 2023-12-01T05:43:57.117 INFO:teuthology.orchestra.run.smithi088.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 10 MB/s | 6.8 MB 00:00 2023-12-01T05:43:57.142 INFO:teuthology.orchestra.run.smithi088.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 337 kB/s | 51 kB 00:00 2023-12-01T05:43:57.155 INFO:teuthology.orchestra.run.smithi038.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 429 kB/s | 56 kB 00:00 2023-12-01T05:43:57.184 INFO:teuthology.orchestra.run.smithi088.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 792 kB/s | 185 kB 00:00 2023-12-01T05:43:57.184 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:43:57.184 INFO:teuthology.orchestra.run.smithi088.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-01T05:43:57.189 INFO:teuthology.orchestra.run.smithi038.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 381 kB/s | 51 kB 00:00 2023-12-01T05:43:57.308 INFO:teuthology.orchestra.run.smithi076.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-12-01T05:43:57.331 INFO:teuthology.orchestra.run.smithi038.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 31 MB/s | 11 MB 00:00 2023-12-01T05:43:57.333 INFO:teuthology.orchestra.run.smithi076.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 853 kB/s | 185 kB 00:00 2023-12-01T05:43:57.367 INFO:teuthology.orchestra.run.smithi076.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 2.6 MB/s | 1.1 MB 00:00 2023-12-01T05:43:57.372 INFO:teuthology.orchestra.run.smithi038.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.7 MB/s | 322 kB 00:00 2023-12-01T05:43:57.434 INFO:teuthology.orchestra.run.smithi076.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 403 kB/s | 51 kB 00:00 2023-12-01T05:43:57.434 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:43:57.434 INFO:teuthology.orchestra.run.smithi076.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-01T05:43:57.490 INFO:teuthology.orchestra.run.smithi038.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 257 kB/s | 41 kB 00:00 2023-12-01T05:43:57.657 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-01T05:43:57.700 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-01T05:43:57.701 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-01T05:43:57.740 INFO:teuthology.orchestra.run.smithi038.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 32 MB/s | 19 MB 00:00 2023-12-01T05:43:57.798 INFO:teuthology.orchestra.run.smithi038.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.1 MB/s | 2.2 MB 00:00 2023-12-01T05:43:57.910 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2023-12-01T05:43:57.924 INFO:teuthology.orchestra.run.smithi038.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-12-01T05:43:57.952 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2023-12-01T05:43:57.952 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2023-12-01T05:43:57.988 INFO:teuthology.orchestra.run.smithi038.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-01T05:43:58.066 INFO:teuthology.orchestra.run.smithi038.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.3 MB/s | 185 kB 00:00 2023-12-01T05:43:58.133 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-01T05:43:58.137 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-01T05:43:58.149 INFO:teuthology.orchestra.run.smithi038.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 17 MB/s | 6.8 MB 00:00 2023-12-01T05:43:58.175 INFO:teuthology.orchestra.run.smithi038.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 271 kB/s | 51 kB 00:00 2023-12-01T05:43:58.175 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:43:58.175 INFO:teuthology.orchestra.run.smithi038.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-01T05:43:58.390 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2023-12-01T05:43:58.394 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2023-12-01T05:43:58.666 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2023-12-01T05:43:58.712 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2023-12-01T05:43:58.712 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2023-12-01T05:43:59.155 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2023-12-01T05:43:59.159 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2023-12-01T05:43:59.265 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-01T05:43:59.317 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:43:59.510 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:43:59.519 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:43:59.537 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:43:59.565 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2023-12-01T05:43:59.614 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:43:59.709 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:43:59.775 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:43:59.784 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:43:59.803 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:43:59.984 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:00.303 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2023-12-01T05:44:00.357 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:44:00.532 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:44:00.541 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:44:00.564 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:00.740 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:16.864 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:17.123 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:18.593 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:44:18.618 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:44:18.817 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:44:18.888 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:44:19.043 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:44:19.087 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:44:19.212 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:44:19.271 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:44:19.437 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:44:19.465 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:44:19.465 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:44:19.465 INFO:teuthology.orchestra.run.smithi076.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:44:19.466 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:44:19.646 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:44:19.647 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:44:19.647 INFO:teuthology.orchestra.run.smithi088.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:44:19.647 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:44:20.270 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:44:20.412 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:44:20.481 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:44:20.493 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:44:20.629 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:44:20.669 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:44:20.871 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:44:21.152 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:44:21.389 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:44:21.390 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:44:21.390 INFO:teuthology.orchestra.run.smithi038.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:44:21.390 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:44:21.964 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:44:22.100 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:44:22.196 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:44:22.223 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:44:22.363 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:44:22.447 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:44:22.606 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:44:22.738 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:44:22.897 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:44:23.003 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:44:23.675 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:44:23.739 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:44:23.995 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:44:24.301 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:44:24.388 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:44:24.462 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:44:24.597 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:44:24.669 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:44:24.674 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:44:24.813 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:44:24.878 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:44:24.950 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:44:24.989 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:44:25.062 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:44:25.096 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:44:25.096 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:25.185 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:44:25.186 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:25.407 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:25.483 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:25.573 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:44:25.573 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:25.658 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:44:25.658 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:25.710 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:44:25.765 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:25.813 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:25.922 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:25.971 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:26.082 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:44:26.138 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:44:26.223 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:44:26.271 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:44:26.414 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:44:26.424 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:44:26.482 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:44:26.531 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:44:26.537 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:44:26.654 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:44:26.672 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:44:26.712 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:44:26.786 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:44:26.787 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:26.819 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:44:26.820 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:26.913 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:44:26.945 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:26.997 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:27.095 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:44:27.244 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:44:27.245 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:27.461 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:44:27.506 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:44:27.565 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:44:27.739 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:44:27.739 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:27.856 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:27.856 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:44:27.857 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:44:27.858 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:44:27.859 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:44:27.905 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:44:27.925 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:27.925 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:44:27.925 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:44:27.925 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:44:27.926 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:44:27.927 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:44:27.928 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:44:27.928 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:44:28.037 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:28.322 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:44:28.454 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:44:28.622 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:44:28.754 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:44:28.870 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:44:29.032 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:44:29.033 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:29.212 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:29.263 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:44:29.264 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:03:04 ago on Fri 01 Dec 2023 05:41:24 AM UTC. 2023-12-01T05:44:29.310 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:44:29.311 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:03:06 ago on Fri 01 Dec 2023 05:41:22 AM UTC. 2023-12-01T05:44:29.757 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:44:30.171 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:44:30.172 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:44:30.173 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:44:31.643 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:44:31.643 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:02:39 ago on Fri 01 Dec 2023 05:41:52 AM UTC. 2023-12-01T05:44:35.398 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-01T05:44:35.582 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:44:35.582 INFO:teuthology.orchestra.run.smithi088.stdout:Downgraded: 2023-12-01T05:44:35.582 INFO:teuthology.orchestra.run.smithi088.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.582 INFO:teuthology.orchestra.run.smithi088.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.583 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.584 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:35.584 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:35.584 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:44:35.584 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:44:35.584 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-01T05:44:35.778 DEBUG:teuthology.parallel:result is None 2023-12-01T05:44:36.685 INFO:teuthology.orchestra.run.smithi038.stdout:Installed products updated. 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout:Downgraded: 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.906 INFO:teuthology.orchestra.run.smithi038.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:44:36.907 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-01T05:44:36.966 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2023-12-01T05:44:37.112 DEBUG:teuthology.parallel:result is None 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout:Downgraded: 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:37.158 INFO:teuthology.orchestra.run.smithi076.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:44:37.159 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-01T05:44:37.352 DEBUG:teuthology.parallel:result is None 2023-12-01T05:44:37.352 INFO:teuthology.run_tasks:Running task install... 2023-12-01T05:44:37.361 DEBUG:teuthology.task.install:project ceph 2023-12-01T05:44:37.362 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T05:44:37.362 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:44:37.362 INFO:teuthology.task.install:Using flavor: default 2023-12-01T05:44:37.368 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-01T05:44:37.368 INFO:teuthology.task.install:extra packages: [] 2023-12-01T05:44:37.368 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:44:37.369 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:44:37.371 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:44:37.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:44:37.372 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:44:37.372 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:44:37.518 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:44:37.518 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:44:37.523 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:44:37.523 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:44:37.623 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:44:37.624 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:44:37.629 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:44:37.629 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2023-12-01T05:44:37.629 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:44:37.632 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:44:37.633 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-01T05:44:37.633 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:44:37.661 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-01T05:44:37.661 DEBUG:teuthology.orchestra.run.smithi038:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:44:37.666 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-01T05:44:37.666 DEBUG:teuthology.orchestra.run.smithi088:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:44:37.733 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:44:37.739 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:44:37.811 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:44:37.811 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-01T05:44:37.811 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:44:37.814 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:44:37.821 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:44:37.839 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-01T05:44:37.839 DEBUG:teuthology.orchestra.run.smithi076:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:44:37.884 INFO:teuthology.orchestra.run.smithi038.stdout:check_obsoletes = 1 2023-12-01T05:44:37.885 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum clean all 2023-12-01T05:44:37.888 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2023-12-01T05:44:37.890 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2023-12-01T05:44:37.906 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:44:37.984 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:44:38.050 INFO:teuthology.orchestra.run.smithi076.stdout:check_obsoletes = 1 2023-12-01T05:44:38.051 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum clean all 2023-12-01T05:44:38.261 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:38.281 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:38.423 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:39.313 INFO:teuthology.orchestra.run.smithi088.stdout:44 files removed 2023-12-01T05:44:39.363 INFO:teuthology.orchestra.run.smithi038.stdout:44 files removed 2023-12-01T05:44:39.365 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2023-12-01T05:44:39.378 INFO:teuthology.orchestra.run.smithi076.stdout:44 files removed 2023-12-01T05:44:39.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-radosgw 2023-12-01T05:44:39.430 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-radosgw 2023-12-01T05:44:39.698 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:39.763 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:39.772 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:44:41.262 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 219 kB/s | 81 kB 00:00 2023-12-01T05:44:41.279 INFO:teuthology.orchestra.run.smithi038.stdout:ceph packages for x86_64 193 kB/s | 81 kB 00:00 2023-12-01T05:44:41.280 INFO:teuthology.orchestra.run.smithi076.stdout:ceph packages for x86_64 226 kB/s | 81 kB 00:00 2023-12-01T05:44:41.605 INFO:teuthology.orchestra.run.smithi076.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-01T05:44:41.621 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-01T05:44:41.672 INFO:teuthology.orchestra.run.smithi038.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-01T05:44:41.906 INFO:teuthology.orchestra.run.smithi076.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-01T05:44:41.930 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-01T05:44:42.023 INFO:teuthology.orchestra.run.smithi038.stdout:ceph source packages 4.6 kB/s | 1.5 kB 00:00 2023-12-01T05:44:42.049 INFO:teuthology.orchestra.run.smithi076.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-01T05:44:42.072 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-01T05:44:42.182 INFO:teuthology.orchestra.run.smithi038.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T05:44:42.848 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-01T05:44:43.058 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-01T05:44:44.632 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 16 MB 00:02 2023-12-01T05:44:46.340 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 362 kB/s | 24 kB 00:00 2023-12-01T05:44:46.600 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 347 kB/s | 24 kB 00:00 2023-12-01T05:44:47.383 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 55 MB/s | 53 MB 00:00 2023-12-01T05:44:47.861 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 MB/s | 53 MB 00:01 2023-12-01T05:44:48.324 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 407 kB/s | 24 kB 00:00 2023-12-01T05:44:49.628 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 MB/s | 53 MB 00:01 2023-12-01T05:44:55.734 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-12-01T05:44:56.112 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 MB/s | 47 MB 00:00 2023-12-01T05:44:58.579 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 MB/s | 47 MB 00:01 2023-12-01T05:45:06.768 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-01T05:45:06.770 INFO:teuthology.orchestra.run.smithi088.stdout:==================================================================================================== 2023-12-01T05:45:06.770 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-01T05:45:06.770 INFO:teuthology.orchestra.run.smithi088.stdout:==================================================================================================== 2023-12-01T05:45:06.770 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-01T05:45:06.770 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:45:06.771 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout:==================================================================================================== 2023-12-01T05:45:06.772 INFO:teuthology.orchestra.run.smithi088.stdout:Install 21 Packages 2023-12-01T05:45:06.773 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2023-12-01T05:45:06.773 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:06.773 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2023-12-01T05:45:06.773 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-01T05:45:07.118 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-01T05:45:07.120 INFO:teuthology.orchestra.run.smithi076.stdout:==================================================================================================== 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout:==================================================================================================== 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrading: 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:45:07.121 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:45:07.122 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout:==================================================================================================== 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout:Install 21 Packages 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrade 2 Packages 2023-12-01T05:45:07.123 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:07.124 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 62 M 2023-12-01T05:45:07.124 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2023-12-01T05:45:07.275 INFO:teuthology.orchestra.run.smithi088.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 11 MB/s | 5.4 MB 00:00 2023-12-01T05:45:07.317 INFO:teuthology.orchestra.run.smithi088.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 588 kB/s | 24 kB 00:00 2023-12-01T05:45:07.400 INFO:teuthology.orchestra.run.smithi088.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 9.8 MB/s | 838 kB 00:00 2023-12-01T05:45:07.459 INFO:teuthology.orchestra.run.smithi088.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 8.7 MB/s | 517 kB 00:00 2023-12-01T05:45:08.118 INFO:teuthology.orchestra.run.smithi088.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 11 MB/s | 6.9 MB 00:00 2023-12-01T05:45:08.176 INFO:teuthology.orchestra.run.smithi088.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 770 kB/s | 45 kB 00:00 2023-12-01T05:45:08.253 INFO:teuthology.orchestra.run.smithi088.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.7 MB/s | 128 kB 00:00 2023-12-01T05:45:08.327 INFO:teuthology.orchestra.run.smithi088.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.6 MB/s | 196 kB 00:00 2023-12-01T05:45:08.419 INFO:teuthology.orchestra.run.smithi088.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 4.0 MB/s | 370 kB 00:00 2023-12-01T05:45:08.486 INFO:teuthology.orchestra.run.smithi088.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 5.3 MB/s | 364 kB 00:00 2023-12-01T05:45:08.513 INFO:teuthology.orchestra.run.smithi076.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 4.0 MB/s | 5.4 MB 00:01 2023-12-01T05:45:08.544 INFO:teuthology.orchestra.run.smithi088.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T05:45:08.589 INFO:teuthology.orchestra.run.smithi076.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 324 kB/s | 24 kB 00:00 2023-12-01T05:45:08.703 INFO:teuthology.orchestra.run.smithi088.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.9 MB/s | 306 kB 00:00 2023-12-01T05:45:08.748 INFO:teuthology.orchestra.run.smithi076.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 5.2 MB/s | 838 kB 00:00 2023-12-01T05:45:08.753 INFO:teuthology.orchestra.run.smithi088.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.2 MB/s | 59 kB 00:00 2023-12-01T05:45:08.820 INFO:teuthology.orchestra.run.smithi088.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-01T05:45:08.898 INFO:teuthology.orchestra.run.smithi076.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 3.4 MB/s | 517 kB 00:00 2023-12-01T05:45:09.137 INFO:teuthology.orchestra.run.smithi088.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 5.5 MB/s | 1.7 MB 00:00 2023-12-01T05:45:09.281 INFO:teuthology.orchestra.run.smithi088.stdout:(16/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 5.6 MB/s | 14 MB 00:02 2023-12-01T05:45:09.379 INFO:teuthology.orchestra.run.smithi088.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 194 kB/s | 47 kB 00:00 2023-12-01T05:45:09.413 INFO:teuthology.orchestra.run.smithi088.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-12-01T05:45:09.563 INFO:teuthology.orchestra.run.smithi088.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 239 kB/s | 44 kB 00:00 2023-12-01T05:45:09.597 INFO:teuthology.orchestra.run.smithi088.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2023-12-01T05:45:09.773 INFO:teuthology.orchestra.run.smithi076.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 7.9 MB/s | 6.9 MB 00:00 2023-12-01T05:45:09.899 INFO:teuthology.orchestra.run.smithi076.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 358 kB/s | 45 kB 00:00 2023-12-01T05:45:10.024 INFO:teuthology.orchestra.run.smithi076.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.0 MB/s | 128 kB 00:00 2023-12-01T05:45:10.072 INFO:teuthology.orchestra.run.smithi088.stdout:(21/23): librados2-18.0.0-7662.g875037c4.el8.x8 7.4 MB/s | 3.8 MB 00:00 2023-12-01T05:45:10.124 INFO:teuthology.orchestra.run.smithi076.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 1.9 MB/s | 196 kB 00:00 2023-12-01T05:45:10.164 INFO:teuthology.orchestra.run.smithi088.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 6.5 MB/s | 3.7 MB 00:00 2023-12-01T05:45:10.199 INFO:teuthology.orchestra.run.smithi076.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 4.8 MB/s | 370 kB 00:00 2023-12-01T05:45:10.291 INFO:teuthology.orchestra.run.smithi076.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 3.9 MB/s | 364 kB 00:00 2023-12-01T05:45:10.312 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-01T05:45:10.314 INFO:teuthology.orchestra.run.smithi038.stdout:==================================================================================================== 2023-12-01T05:45:10.314 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2023-12-01T05:45:10.314 INFO:teuthology.orchestra.run.smithi038.stdout:==================================================================================================== 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrading: 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:45:10.315 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:45:10.316 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:==================================================================================================== 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:Install 21 Packages 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrade 2 Packages 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 62 M 2023-12-01T05:45:10.317 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2023-12-01T05:45:10.375 INFO:teuthology.orchestra.run.smithi076.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.3 MB/s | 107 kB 00:00 2023-12-01T05:45:10.567 INFO:teuthology.orchestra.run.smithi076.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-12-01T05:45:10.626 INFO:teuthology.orchestra.run.smithi076.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-01T05:45:10.684 INFO:teuthology.orchestra.run.smithi076.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T05:45:10.985 INFO:teuthology.orchestra.run.smithi076.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 5.8 MB/s | 1.7 MB 00:00 2023-12-01T05:45:11.052 INFO:teuthology.orchestra.run.smithi076.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 705 kB/s | 47 kB 00:00 2023-12-01T05:45:11.102 INFO:teuthology.orchestra.run.smithi076.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-01T05:45:11.153 INFO:teuthology.orchestra.run.smithi076.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 877 kB/s | 44 kB 00:00 2023-12-01T05:45:11.203 INFO:teuthology.orchestra.run.smithi076.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-01T05:45:11.398 INFO:teuthology.orchestra.run.smithi088.stdout:(23/23): ceph-common-18.0.0-7662.g875037c4.el8. 4.9 MB/s | 23 MB 00:04 2023-12-01T05:45:11.400 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:11.400 INFO:teuthology.orchestra.run.smithi088.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-01T05:45:11.446 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-01T05:45:11.470 INFO:teuthology.orchestra.run.smithi076.stdout:(20/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 3.2 MB/s | 14 MB 00:04 2023-12-01T05:45:11.493 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-01T05:45:11.493 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-01T05:45:11.826 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-01T05:45:11.830 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-01T05:45:11.895 INFO:teuthology.orchestra.run.smithi076.stdout:(21/23): librados2-18.0.0-7662.g875037c4.el8.x8 5.4 MB/s | 3.8 MB 00:00 2023-12-01T05:45:12.504 INFO:teuthology.orchestra.run.smithi076.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 3.6 MB/s | 3.7 MB 00:01 2023-12-01T05:45:12.821 INFO:teuthology.orchestra.run.smithi076.stdout:(23/23): ceph-common-18.0.0-7662.g875037c4.el8. 4.0 MB/s | 23 MB 00:05 2023-12-01T05:45:12.823 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:12.823 INFO:teuthology.orchestra.run.smithi076.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-01T05:45:12.871 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2023-12-01T05:45:12.914 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2023-12-01T05:45:12.915 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2023-12-01T05:45:12.970 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-01T05:45:13.186 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:45:13.259 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2023-12-01T05:45:13.263 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2023-12-01T05:45:13.376 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:13.705 INFO:teuthology.orchestra.run.smithi038.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 1.7 MB/s | 5.4 MB 00:03 2023-12-01T05:45:13.772 INFO:teuthology.orchestra.run.smithi038.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 367 kB/s | 24 kB 00:00 2023-12-01T05:45:13.807 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:13.930 INFO:teuthology.orchestra.run.smithi038.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 5.2 MB/s | 838 kB 00:00 2023-12-01T05:45:13.968 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:14.055 INFO:teuthology.orchestra.run.smithi038.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 4.0 MB/s | 517 kB 00:00 2023-12-01T05:45:14.066 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:14.224 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:14.445 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:45:14.468 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2023-12-01T05:45:14.643 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:14.674 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:45:14.722 INFO:teuthology.orchestra.run.smithi038.stdout:(5/23): ceph-radosgw-18.0.0-7662.g875037c4.el8. 3.3 MB/s | 14 MB 00:04 2023-12-01T05:45:14.814 INFO:teuthology.orchestra.run.smithi038.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 489 kB/s | 45 kB 00:00 2023-12-01T05:45:14.874 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:14.898 INFO:teuthology.orchestra.run.smithi038.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.5 MB/s | 128 kB 00:00 2023-12-01T05:45:15.037 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:15.049 INFO:teuthology.orchestra.run.smithi038.stdout:(8/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 7.0 MB/s | 6.9 MB 00:00 2023-12-01T05:45:15.074 INFO:teuthology.orchestra.run.smithi038.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 1.1 MB/s | 196 kB 00:00 2023-12-01T05:45:15.251 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:15.297 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:15.348 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:15.360 INFO:teuthology.orchestra.run.smithi038.stdout:(10/23): ceph-common-18.0.0-7662.g875037c4.el8. 4.7 MB/s | 23 MB 00:04 2023-12-01T05:45:15.391 INFO:teuthology.orchestra.run.smithi038.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 1.1 MB/s | 364 kB 00:00 2023-12-01T05:45:15.417 INFO:teuthology.orchestra.run.smithi038.stdout:(12/23): python3-rados-18.0.0-7662.g875037c4.el 1.0 MB/s | 370 kB 00:00 2023-12-01T05:45:15.442 INFO:teuthology.orchestra.run.smithi038.stdout:(13/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.3 MB/s | 107 kB 00:00 2023-12-01T05:45:15.448 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:15.501 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:15.509 INFO:teuthology.orchestra.run.smithi038.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 641 kB/s | 59 kB 00:00 2023-12-01T05:45:15.555 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:15.564 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:15.574 INFO:teuthology.orchestra.run.smithi038.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 572 kB/s | 75 kB 00:00 2023-12-01T05:45:15.610 INFO:teuthology.orchestra.run.smithi038.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.4 MB/s | 306 kB 00:00 2023-12-01T05:45:15.721 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:15.726 INFO:teuthology.orchestra.run.smithi038.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 8.0 MB/s | 1.7 MB 00:00 2023-12-01T05:45:15.752 INFO:teuthology.orchestra.run.smithi038.stdout:(18/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 263 kB/s | 47 kB 00:00 2023-12-01T05:45:15.802 INFO:teuthology.orchestra.run.smithi038.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-12-01T05:45:15.911 INFO:teuthology.orchestra.run.smithi038.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.3 MB/s | 354 kB 00:00 2023-12-01T05:45:15.925 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:45:15.953 INFO:teuthology.orchestra.run.smithi038.stdout:(21/23): python3-prettytable-0.7.2-14.el8.noarc 195 kB/s | 44 kB 00:00 2023-12-01T05:45:16.148 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:16.211 INFO:teuthology.orchestra.run.smithi038.stdout:(22/23): librados2-18.0.0-7662.g875037c4.el8.x8 9.2 MB/s | 3.8 MB 00:00 2023-12-01T05:45:16.270 INFO:teuthology.orchestra.run.smithi038.stdout:(23/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 10 MB/s | 3.7 MB 00:00 2023-12-01T05:45:16.272 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:16.272 INFO:teuthology.orchestra.run.smithi038.stdout:Total 10 MB/s | 62 MB 00:05 2023-12-01T05:45:16.319 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2023-12-01T05:45:16.369 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2023-12-01T05:45:16.369 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2023-12-01T05:45:16.376 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:45:16.517 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:16.552 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:16.584 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:16.719 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:45:16.726 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2023-12-01T05:45:16.730 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2023-12-01T05:45:16.773 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:16.865 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:16.878 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:17.023 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:17.085 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:17.088 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:17.254 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:45:17.400 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:17.463 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:17.584 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:45:17.764 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:45:17.889 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2023-12-01T05:45:17.901 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:45:18.001 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:45:18.048 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:18.098 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:45:18.116 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:18.184 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:45:18.242 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:45:18.279 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:18.418 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:18.711 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:45:18.879 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:18.980 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:19.160 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:19.184 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:19.395 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:45:19.461 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:45:19.596 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:19.648 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:19.714 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:19.816 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:45:20.013 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:45:20.023 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:45:20.229 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:20.278 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:45:20.322 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:20.440 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:45:21.129 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:21.196 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:45:22.041 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:45:22.065 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:22.204 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:22.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:22.382 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:22.516 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:45:22.682 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:22.879 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:22.892 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:23.087 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:45:23.161 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:23.228 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:23.254 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:23.330 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:45:23.357 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:23.448 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:45:23.646 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:45:23.871 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:45:24.029 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:45:24.209 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:24.465 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:25.087 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:25.340 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:25.425 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:25.589 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:28.010 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:28.262 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:28.899 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:45:29.146 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:29.220 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:45:29.403 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:41.776 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:41.776 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2023-12-01T05:45:41.776 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2023-12-01T05:45:41.776 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /run 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-01T05:45:41.777 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:43.206 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:43.228 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:43.228 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:43.438 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:43.439 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:44.054 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:44.054 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:45:44.054 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:45:44.054 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:45:44.055 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:45:44.056 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:45:44.246 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:44.246 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /sys 2023-12-01T05:45:44.246 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /proc 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /dev 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /run 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /mnt 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /var/tmp 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /home 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /tmp 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /dev 2023-12-01T05:45:44.247 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:45.390 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:45.390 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:50 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:45:45.670 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:45.691 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:45.691 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:45.930 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:45.930 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:46.532 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:45:46.533 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:45:47.902 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:47.902 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:52 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:45:48.984 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:48.984 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /sys 2023-12-01T05:45:48.984 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /proc 2023-12-01T05:45:48.984 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /dev 2023-12-01T05:45:48.984 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /run 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /mnt 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /var/tmp 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /home 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /tmp 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /dev 2023-12-01T05:45:48.985 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:45:50.477 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:50.499 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:45:50.499 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:50.702 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:45:50.703 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:51.458 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:51.458 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:45:51.458 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:45:51.459 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:45:51.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:45:51.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:45:51.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:45:51.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:45:51.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:45:51.461 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:45:51.462 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:45:51.462 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:45:52.287 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-01T05:45:52.471 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:52.471 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2023-12-01T05:45:52.471 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.471 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:45:52.472 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:52.473 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-01T05:45:52.637 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2023-12-01T05:45:52.864 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:45:52.864 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:55 ago on Fri 01 Dec 2023 05:44:57 AM UTC. 2023-12-01T05:45:52.984 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:54.481 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:59 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:45:54.777 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout:Upgraded: 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.961 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.962 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:54.963 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-01T05:45:55.127 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-test 2023-12-01T05:45:55.475 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:55.854 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================ 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================ 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:45:55.855 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================ 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 50 M 2023-12-01T05:45:55.856 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 223 M 2023-12-01T05:45:55.857 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-01T05:45:55.906 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2023-12-01T05:45:56.040 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.5 MB/s | 323 kB 00:00 2023-12-01T05:45:56.090 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 785 kB/s | 183 kB 00:00 2023-12-01T05:45:56.315 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 681 kB/s | 187 kB 00:00 2023-12-01T05:45:56.341 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 808 kB/s | 202 kB 00:00 2023-12-01T05:45:57.088 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:02 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:45:58.273 INFO:teuthology.orchestra.run.smithi038.stdout:Installed products updated. 2023-12-01T05:45:58.460 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================================ 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================================ 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:45:58.461 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================================ 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout:Install 6 Packages 2023-12-01T05:45:58.462 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:45:58.463 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 50 M 2023-12-01T05:45:58.463 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 223 M 2023-12-01T05:45:58.463 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2023-12-01T05:45:58.476 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:45:58.476 INFO:teuthology.orchestra.run.smithi038.stdout:Upgraded: 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:45:58.477 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:45:58.478 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-01T05:45:58.495 INFO:teuthology.orchestra.run.smithi076.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-01T05:45:58.620 INFO:teuthology.orchestra.run.smithi076.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.6 MB/s | 323 kB 00:00 2023-12-01T05:45:58.643 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-test 2023-12-01T05:45:58.745 INFO:teuthology.orchestra.run.smithi076.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2023-12-01T05:45:58.937 INFO:teuthology.orchestra.run.smithi076.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-01T05:45:58.979 INFO:teuthology.orchestra.run.smithi076.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 355 kB/s | 183 kB 00:00 2023-12-01T05:45:59.014 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:46:00.727 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:03 ago on Fri 01 Dec 2023 05:44:57 AM UTC. 2023-12-01T05:46:01.423 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 8.9 MB/s | 49 MB 00:05 2023-12-01T05:46:01.425 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:01.425 INFO:teuthology.orchestra.run.smithi088.stdout:Total 9.0 MB/s | 50 MB 00:05 2023-12-01T05:46:01.463 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-01T05:46:01.483 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-01T05:46:01.483 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-01T05:46:01.747 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-01T05:46:01.751 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-01T05:46:01.996 INFO:teuthology.orchestra.run.smithi076.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 14 MB/s | 49 MB 00:03 2023-12-01T05:46:01.997 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:01.998 INFO:teuthology.orchestra.run.smithi076.stdout:Total 14 MB/s | 50 MB 00:03 2023-12-01T05:46:02.036 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2023-12-01T05:46:02.057 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2023-12-01T05:46:02.057 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2023-12-01T05:46:02.224 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-01T05:46:02.254 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2023-12-01T05:46:02.255 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================================ 2023-12-01T05:46:02.255 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================================ 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:46:02.256 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================================ 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout:Install 6 Packages 2023-12-01T05:46:02.257 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:46:02.258 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 50 M 2023-12-01T05:46:02.258 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 223 M 2023-12-01T05:46:02.259 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2023-12-01T05:46:02.295 INFO:teuthology.orchestra.run.smithi038.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T05:46:02.322 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2023-12-01T05:46:02.326 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2023-12-01T05:46:02.357 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:02.437 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:02.537 INFO:teuthology.orchestra.run.smithi038.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 MB/s | 323 kB 00:00 2023-12-01T05:46:02.644 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:46:02.653 INFO:teuthology.orchestra.run.smithi038.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2023-12-01T05:46:02.687 INFO:teuthology.orchestra.run.smithi038.stdout:(4/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 426 kB/s | 183 kB 00:00 2023-12-01T05:46:02.777 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2023-12-01T05:46:02.799 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:46:02.821 INFO:teuthology.orchestra.run.smithi038.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-01T05:46:02.909 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:02.955 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:46:02.981 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:03.115 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:03.188 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:46:03.326 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:46:03.491 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:46:03.678 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:05.121 INFO:teuthology.orchestra.run.smithi038.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 17 MB/s | 49 MB 00:02 2023-12-01T05:46:05.123 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:05.123 INFO:teuthology.orchestra.run.smithi038.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-01T05:46:05.161 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2023-12-01T05:46:05.185 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2023-12-01T05:46:05.185 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2023-12-01T05:46:05.466 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2023-12-01T05:46:05.470 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2023-12-01T05:46:05.926 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2023-12-01T05:46:06.239 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:06.327 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:46:06.548 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:46:06.699 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:46:06.873 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:46:07.048 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:08.069 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:08.293 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:08.293 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:46:08.293 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:46:08.294 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:46:08.294 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:46:08.294 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:46:08.381 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:08.614 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:46:08.836 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:46:09.355 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:46:09.355 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:46:09.933 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:46:09.934 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:46:12.066 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:46:12.386 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:12.610 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:46:12.611 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:46:12.611 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:46:12.613 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:46:12.613 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:46:12.613 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:46:13.616 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-01T05:46:13.708 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:46:13.709 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:16 ago on Fri 01 Dec 2023 05:44:57 AM UTC. 2023-12-01T05:46:13.798 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:46:13.798 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-01T05:46:13.799 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-01T05:46:13.939 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2023-12-01T05:46:14.273 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-01T05:46:15.940 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:20 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:46:17.335 INFO:teuthology.orchestra.run.smithi088.stderr:Error: 2023-12-01T05:46:17.335 INFO:teuthology.orchestra.run.smithi088.stderr: Problem: conflicting requests 2023-12-01T05:46:17.335 INFO:teuthology.orchestra.run.smithi088.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:17.336 INFO:teuthology.orchestra.run.smithi088.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:46:17.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:17.424 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 smithi088 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:46:17.427 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 smithi088 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:46:17.504 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d3b9cc37874e49f58aa9c20803a47409 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 smithi088 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:46:17.507 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T05:46:17.518 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:46:17.589 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:46:17.590 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:46:17.613 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:46:17.617 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:46:17.625 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2023-12-01T05:46:17.629 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:46:17.630 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2023-12-01T05:46:17.630 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 25 +1349us[+1349us] +/- 90ms 2023-12-01T05:46:17.630 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 26 -1487us[-1477us] +/- 74ms 2023-12-01T05:46:17.630 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv03.front.sepia.ceph.com 3 6 77 25 +337us[ +347us] +/- 74ms 2023-12-01T05:46:17.630 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:46:17.634 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-01T05:46:17.635 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2023-12-01T05:46:17.638 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:46:17.638 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-01T05:46:17.639 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 25 +1337us[+1316us] +/- 90ms 2023-12-01T05:46:17.639 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 77 25 -1465us[-1485us] +/- 74ms 2023-12-01T05:46:17.639 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 25 +360us[ +339us] +/- 74ms 2023-12-01T05:46:17.639 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:46:17.640 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:46:17.640 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2023-12-01T05:46:17.641 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 24 +1347us[+1347us] +/- 91ms 2023-12-01T05:46:17.641 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv02.front.sepia.ceph.com 3 6 77 25 -1454us[-1425us] +/- 74ms 2023-12-01T05:46:17.641 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 26 +321us[ +349us] +/- 74ms 2023-12-01T05:46:17.641 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:46:17.641 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:46:17.650 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:46:17.650 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:46:17.659 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:46:17.775 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:46:17.879 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:46:17.976 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:46:18.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:18.011 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:46:18.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:18.044 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:46:18.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:18.075 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:46:18.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:46:18.093 INFO:teuthology.task.internal:Duration was 761.304206 seconds 2023-12-01T05:46:18.093 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:46:18.103 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:46:18.103 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:46:18.106 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:46:18.108 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:46:18.148 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2023-12-01T05:46:18.153 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:46:18.154 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:46:18.161 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:46:18.330 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-01T05:46:18.331 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-01T05:46:18.454 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:46:18.454 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2023-12-01T05:46:18.455 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:46:18.475 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph 2023-12-01T05:46:18.479 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2023-12-01T05:46:18.479 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:46:18.539 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-12-01T05:46:18.540 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:46:18.562 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:46:18.563 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:46:18.565 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:46:18.582 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:46:18.641 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:46:18.641 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:46:18.649 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:46:18.660 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:46:18.751 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:46:18.765 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:46:18.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:46:18.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:46:18.834 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-01T05:46:18.838 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:46:18.871 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:46:18.883 DEBUG:teuthology.orchestra.run.smithi038:> 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-01T05:46:18.885 DEBUG:teuthology.orchestra.run.smithi076:> 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-01T05:46:18.888 DEBUG:teuthology.orchestra.run.smithi088:> 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-01T05:46:18.910 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2023-12-01T05:46:18.911 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2023-12-01T05:46:18.937 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-12-01T05:46:18.952 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:46:18.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:18.982 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:46:18.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:18.998 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:46:19.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:19.014 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:46:19.025 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:46:19.026 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955/remote/smithi038 2023-12-01T05:46:19.027 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:46:19.088 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955/remote/smithi076 2023-12-01T05:46:19.089 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:46:19.154 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955/remote/smithi088 2023-12-01T05:46:19.155 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:46:19.201 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:46:19.202 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:46:19.205 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:46:19.208 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:46:19.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:46:19.263 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:46:19.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:46:19.273 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:46:19.274 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:46:19.276 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:46:19.279 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:46:19.291 INFO:teuthology.orchestra.run.smithi038.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:46 /home/ubuntu/cephtest 2023-12-01T05:46:19.294 INFO:teuthology.orchestra.run.smithi076.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:46 /home/ubuntu/cephtest 2023-12-01T05:46:19.308 INFO:teuthology.orchestra.run.smithi088.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:46 /home/ubuntu/cephtest 2023-12-01T05:46:19.310 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:46:19.320 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:46:19.341 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:46:19.367 DEBUG:teuthology.nuke:shortname: smithi038 2023-12-01T05:46:19.367 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:46:19.394 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.475868', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:46:19.399 DEBUG:teuthology.nuke:shortname: smithi076 2023-12-01T05:46:19.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:46:19.426 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.474542', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:46:19.431 DEBUG:teuthology.nuke:shortname: smithi088 2023-12-01T05:46:19.431 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:46:19.465 INFO:teuthology.orchestra.console.smithi038:Power off 2023-12-01T05:46:19.466 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:46:19.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472955', '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-01 05:28:19.476954', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:46:19.479 INFO:teuthology.orchestra.run.smithi038.stdout:Installed products updated. 2023-12-01T05:46:19.489 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2023-12-01T05:46:19.489 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:19.510 INFO:teuthology.orchestra.console.smithi076:Power off 2023-12-01T05:46:19.511 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:46:19.521 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T05:46:19.534 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2023-12-01T05:46:19.534 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:19.552 INFO:teuthology.orchestra.console.smithi088:Power off 2023-12-01T05:46:19.552 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:46:19.562 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-01T05:46:19.578 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-12-01T05:46:19.578 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:19.603 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T05:46:19.660 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:46:19.661 INFO:teuthology.orchestra.run.smithi038.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:46:19.662 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:46:19.662 INFO:teuthology.orchestra.run.smithi038.stdout: 2023-12-01T05:46:19.662 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2023-12-01T05:46:19.816 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph 2023-12-01T05:46:20.173 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2023-12-01T05:46:20.342 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 05:44:55 AM UTC. 2023-12-01T05:46:21.718 INFO:teuthology.orchestra.run.smithi076.stderr:Error: 2023-12-01T05:46:21.718 INFO:teuthology.orchestra.run.smithi076.stderr: Problem: conflicting requests 2023-12-01T05:46:21.718 INFO:teuthology.orchestra.run.smithi076.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:21.719 INFO:teuthology.orchestra.run.smithi076.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:46:21.796 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:24 ago on Fri 01 Dec 2023 05:44:57 AM UTC. 2023-12-01T05:46:21.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:23.331 INFO:teuthology.orchestra.run.smithi038.stderr:Error: 2023-12-01T05:46:23.331 INFO:teuthology.orchestra.run.smithi038.stderr: Problem: conflicting requests 2023-12-01T05:46:23.331 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:46:23.331 INFO:teuthology.orchestra.run.smithi038.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:46:23.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:23.522 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:23.564 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:23.605 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:23.631 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T05:46:23.672 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-01T05:46:23.715 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T05:46:27.634 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:27.673 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:27.716 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:27.744 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2023-12-01T05:46:27.785 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2023-12-01T05:46:27.827 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-01T05:46:27.887 INFO:teuthology.orchestra.console.smithi076:Power off completed 2023-12-01T05:46:31.746 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:31.829 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:31.855 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2023-12-01T05:46:31.939 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-12-01T05:46:31.957 INFO:teuthology.orchestra.console.smithi038:Power off completed 2023-12-01T05:46:32.041 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-12-01T05:46:32.145 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_rgw_multisite} duration: 761.3042063713074 failure_reason: 'Command failed on smithi088 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d3b9cc37874e49f58aa9c20803a47409 status: fail success: false 2023-12-01T05:46:32.146 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:46:32.221 INFO:teuthology.run:FAIL