2023-12-09T02:17:45.154 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T02:17:45.154 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643 -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643/orig.config.yaml 2023-12-09T02:17:45.183 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:17:45.263 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643 branch: main description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7484643' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_19:38:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T02:17:45.263 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa; will attempt to use it 2023-12-09T02:17:45.264 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T02:17:45.264 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T02:17:45.266 INFO:teuthology.task.internal:Checking packages... 2023-12-09T02:17:45.290 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T02:17:45.291 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T02:17:45.291 INFO:teuthology.packaging:ref: None 2023-12-09T02:17:45.291 INFO:teuthology.packaging:tag: None 2023-12-09T02:17:45.291 INFO:teuthology.packaging:branch: main 2023-12-09T02:17:45.291 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:17:45.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-12-09T02:17:45.520 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58.ge94de282 2023-12-09T02:17:45.520 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T02:17:45.529 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T02:17:45.529 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T02:17:45.579 INFO:teuthology.task.internal:Saving configuration 2023-12-09T02:17:45.591 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T02:17:45.607 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:17:45.633 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.337556', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:17:45.654 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.335768', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:17:45.674 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.339127', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:17:45.674 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T02:17:45.686 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-09T02:17:45.686 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-09T02:17:45.686 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-09T02:17:45.686 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T02:17:45.799 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5a2d10aee0>, signals=[15]) 2023-12-09T02:17:45.799 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T02:17:45.812 INFO:teuthology.task.internal:Opening connections... 2023-12-09T02:17:45.812 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2023-12-09T02:17:45.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:17:45.884 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T02:17:45.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:17:45.951 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2023-12-09T02:17:45.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:17:46.019 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T02:17:46.031 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2023-12-09T02:17:46.053 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2023-12-09T02:17:46.053 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2023-12-09T02:17:46.112 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:ID="rhel" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="fedora" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="8.6" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:17:46.113 INFO:teuthology.orchestra.run.smithi007.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:17:46.114 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:17:46.115 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2023-12-09T02:17:46.142 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-12-09T02:17:46.162 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-12-09T02:17:46.163 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:ID="rhel" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="fedora" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8.6" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:17:46.223 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:17:46.224 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:17:46.224 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:17:46.224 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:17:46.224 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:17:46.224 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:17:46.224 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-12-09T02:17:46.250 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2023-12-09T02:17:46.271 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2023-12-09T02:17:46.272 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:ID="rhel" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE="fedora" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="8.6" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:17:46.331 INFO:teuthology.orchestra.run.smithi142.stdout:ANSI_COLOR="0;31" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:17:46.332 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:17:46.332 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2023-12-09T02:17:46.351 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T02:17:46.366 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T02:17:46.380 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T02:17:46.380 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:17:46.382 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:17:46.384 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:17:46.403 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T02:17:46.412 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T02:17:46.413 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:17:46.444 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:17:46.446 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:17:46.479 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T02:17:46.557 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T02:17:46.579 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T02:17:46.579 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-09T02:17:46.580 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:17:46.580 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:17:46.581 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:17:46.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:46.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:46.601 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-12-09T02:17:46.601 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-12-09T02:17:46.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:46.602 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2023-12-09T02:17:46.660 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.660 INFO:teuthology.task.kernel:Running kernel on smithi142: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.660 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum install -y kernel 2023-12-09T02:17:46.661 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.662 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.662 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-12-09T02:17:46.663 INFO:teuthology.orchestra.run.smithi007.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.663 INFO:teuthology.task.kernel:Running kernel on smithi007: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:46.663 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2023-12-09T02:17:47.853 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:47.853 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T02:17:47.922 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:47.922 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-12-09T02:17:48.034 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:48.034 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2023-12-09T02:17:49.232 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-09T02:17:49.277 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-09T02:17:49.795 INFO:teuthology.orchestra.run.smithi007.stdout:Copr repo for python3-asyncssh owned by ceph 7.4 kB/s | 3.5 kB 00:00 2023-12-09T02:17:50.558 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-09T02:17:50.729 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-09T02:17:51.161 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 8.6 MB/s | 16 MB 00:01 2023-12-09T02:17:54.091 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 218 kB/s | 24 kB 00:00 2023-12-09T02:17:54.487 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 505 kB/s | 24 kB 00:00 2023-12-09T02:17:54.661 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 304 kB/s | 24 kB 00:00 2023-12-09T02:17:54.827 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:17:54.875 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T02:17:54.876 INFO:teuthology.orchestra.run.smithi124.stdout:Nothing to do. 2023-12-09T02:17:54.877 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T02:17:55.013 DEBUG:teuthology.orchestra.run.smithi124:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:17:55.223 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:17:55.287 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-09T02:17:55.288 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2023-12-09T02:17:55.288 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-09T02:17:55.355 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:17:55.383 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:55.383 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T02:17:55.405 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-12-09T02:17:55.406 INFO:teuthology.orchestra.run.smithi142.stdout:Nothing to do. 2023-12-09T02:17:55.406 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-12-09T02:17:55.426 DEBUG:teuthology.orchestra.run.smithi007:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:17:55.535 DEBUG:teuthology.orchestra.run.smithi142:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:17:55.641 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:55.682 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:55.717 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:55.763 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum reinstall -y kernel || true 2023-12-09T02:17:55.777 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:55.777 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2023-12-09T02:17:55.863 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:55.863 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-12-09T02:17:56.051 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:56.089 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:56.090 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T02:17:56.105 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:56.123 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:56.147 INFO:teuthology.orchestra.run.smithi007.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:56.174 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:56.195 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum reinstall -y kernel || true 2023-12-09T02:17:56.212 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:56.258 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum reinstall -y kernel || true 2023-12-09T02:17:56.344 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:56.384 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:56.407 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:56.454 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:17:56.534 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:56.534 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:56.534 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:17:56.534 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T02:17:56.534 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:17:56.546 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:56.546 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2023-12-09T02:17:56.562 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-12-09T02:17:56.574 DEBUG:teuthology.parallel:result is None 2023-12-09T02:17:56.585 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:17:56.585 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-12-09T02:17:56.813 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:56.842 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:17:54 AM UTC. 2023-12-09T02:17:56.857 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:56.881 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:17:56.891 INFO:teuthology.orchestra.run.smithi007.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:56.914 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-12-09T02:17:56.938 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:17:56.959 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:17:57.022 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:57.022 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:57.022 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:17:57.023 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T02:17:57.023 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:17:57.040 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:57.040 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:17:57.040 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:17:57.040 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T02:17:57.040 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:17:57.056 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2023-12-09T02:17:57.067 DEBUG:teuthology.parallel:result is None 2023-12-09T02:17:57.068 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2023-12-09T02:17:57.080 DEBUG:teuthology.parallel:result is None 2023-12-09T02:17:57.081 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T02:17:57.088 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T02:17:57.089 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:17:57.110 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:17:57.113 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:17:57.137 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T02:17:57.144 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T02:17:57.152 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T02:17:57.153 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:17:57.168 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:17:57.171 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:17:57.198 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T02:17:57.209 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T02:17:57.209 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:17:57.232 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-09T02:17:57.234 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:17:57.272 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.275 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.281 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.282 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.286 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.292 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:17:57.294 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T02:17:57.303 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T02:17:57.303 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:17:57.326 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:17:57.328 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:17:57.355 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T02:17:57.364 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T02:17:57.365 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:17:57.393 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:17:57.397 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:17:57.413 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:57.490 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:57.549 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:57.632 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:57.676 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-09T02:17:57.676 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:17:57.744 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:57.786 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:57.837 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:57.921 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:57.962 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-09T02:17:57.963 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:17:58.031 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:58.076 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:17:58.145 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:58.187 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:17:58.234 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-09T02:17:58.234 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:17:58.325 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2023-12-09T02:17:58.327 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-12-09T02:17:58.329 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2023-12-09T02:17:58.389 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:17:58.392 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:17:58.421 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:17:58.816 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T02:17:58.826 INFO:teuthology.task.internal:Starting timer... 2023-12-09T02:17:58.826 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T02:17:58.839 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T02:17:58.849 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T02:17:58.850 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2023-12-09T02:17:58.910 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2023-12-09T02:17:58.912 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-12-09T02:17:58.984 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: 2023-12-09T02:17:58.986 DEBUG:teuthology.orchestra.run.smithi142:> sudo service auditd rotate 2023-12-09T02:17:59.071 INFO:teuthology.orchestra.run.smithi142.stdout:Rotating logs: 2023-12-09T02:17:59.073 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T02:17:59.073 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2023-12-09T02:17:59.094 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2023-12-09T02:17:59.094 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-12-09T02:17:59.118 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-12-09T02:17:59.119 DEBUG:teuthology.orchestra.run.smithi142:> /usr/sbin/getenforce 2023-12-09T02:17:59.149 INFO:teuthology.orchestra.run.smithi142.stdout:Permissive 2023-12-09T02:17:59.149 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi124.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi142.front.sepia.ceph.com': 'permissive'} 2023-12-09T02:17:59.149 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:17:59.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:59.178 DEBUG:teuthology.orchestra.run.smithi124:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-09T02:17:59.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:59.207 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:17:59.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:17:59.234 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T02:17:59.234 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:17:59.261 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:17:59.288 DEBUG:teuthology.orchestra.run.smithi142:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:17:59.315 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T02:17:59.325 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-09T02:17:59.330 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-09T02:17:59.453 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T02:17:59.472 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-09T02:17:59.473 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi124.front.sepia.ceph.com,smithi142.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T02:27:13.124 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com')] 2023-12-09T02:27:13.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-09T02:27:13.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:13.197 DEBUG:teuthology.orchestra.run.smithi007:> true 2023-12-09T02:27:13.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2023-12-09T02:27:13.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-09T02:27:13.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:13.334 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-12-09T02:27:13.363 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-09T02:27:13.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-09T02:27:13.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:13.432 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-12-09T02:27:13.499 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-12-09T02:27:13.500 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T02:27:13.511 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T02:27:13.511 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:27:13.512 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:27:13.514 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:27:13.514 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:27:13.517 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:27:13.517 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:27:13.550 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:27:13.550 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:27:13.567 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:27:13.568 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:27:13.572 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:27:13.587 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:27:13.638 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-12-09T02:27:13.652 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-12-09T02:27:13.663 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2023-12-09T02:27:13.667 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:27:13.668 INFO:teuthology.orchestra.run.smithi142.stderr:sudo: ntpd: command not found 2023-12-09T02:27:13.676 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2023-12-09T02:27:13.680 INFO:teuthology.orchestra.run.smithi142.stdout:506 Cannot talk to daemon 2023-12-09T02:27:13.682 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:27:13.692 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:27:13.694 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:27:13.707 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:27:13.708 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:27:13.752 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.756 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.777 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.781 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-12-09T02:27:13.784 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:27:13.785 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-12-09T02:27:13.785 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.785 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.785 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.785 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:27:13.786 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T02:27:13.795 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T02:27:13.796 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2023-12-09T02:27:13.796 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:27:13.796 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T02:27:13.796 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:27:13.797 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi142.front.sepia.ceph.com 2023-12-09T02:27:13.797 DEBUG:teuthology.orchestra.run.smithi142:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:27:14.170 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.197 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.215 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.839 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 157 kB/s | 4.5 kB 00:00 2023-12-09T02:27:14.884 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 146 kB/s | 4.5 kB 00:00 2023-12-09T02:27:14.918 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 114 kB/s | 4.1 kB 00:00 2023-12-09T02:27:15.132 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 137 kB/s | 4.5 kB 00:00 2023-12-09T02:27:15.140 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 135 kB/s | 4.1 kB 00:00 2023-12-09T02:27:15.254 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-09T02:27:17.067 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-12-09T02:27:17.068 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-12-09T02:27:17.068 INFO:teuthology.orchestra.run.smithi142.stdout: Package Architecture Version Repository Size 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout:Resetting modules: 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-12-09T02:27:17.069 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:27:17.163 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T02:27:17.164 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:27:17.401 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout:Resetting modules: 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2023-12-09T02:27:17.403 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:27:21.543 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-12-09T02:27:21.595 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T02:27:21.640 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-09T02:27:22.008 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:22.040 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:22.119 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:22.725 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 118 kB/s | 4.5 kB 00:00 2023-12-09T02:27:22.734 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 96 kB/s | 4.1 kB 00:00 2023-12-09T02:27:22.819 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-09T02:27:22.942 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T02:27:23.040 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 112 kB/s | 4.1 kB 00:00 2023-12-09T02:27:23.135 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 107 kB/s | 4.1 kB 00:00 2023-12-09T02:27:24.835 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-12-09T02:27:24.901 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T02:27:24.927 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-12-09T02:27:24.927 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout:Installing group/module packages: 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.stdout:Downgrading: 2023-12-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.928 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.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-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout:Installing module profiles: 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools/common 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout:Enabling module streams: 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools 3.0 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-12-09T02:27:24.929 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================================================== 2023-12-09T02:27:24.930 INFO:teuthology.orchestra.run.smithi142.stdout:Install 7 Packages 2023-12-09T02:27:24.930 INFO:teuthology.orchestra.run.smithi142.stdout:Downgrade 12 Packages 2023-12-09T02:27:24.930 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:27:24.930 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 51 M 2023-12-09T02:27:24.930 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:27:24.994 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrading: 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-09T02:27:24.995 INFO:teuthology.orchestra.run.smithi124.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 3.0 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:Install 7 Packages 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrade 12 Packages 2023-12-09T02:27:24.996 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:27:24.997 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 51 M 2023-12-09T02:27:24.997 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T02:27:25.000 INFO:teuthology.orchestra.run.smithi142.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.3 MB/s | 91 kB 00:00 2023-12-09T02:27:25.025 INFO:teuthology.orchestra.run.smithi142.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 562 kB/s | 53 kB 00:00 2023-12-09T02:27:25.050 INFO:teuthology.orchestra.run.smithi142.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 431 kB/s | 51 kB 00:00 2023-12-09T02:27:25.084 INFO:teuthology.orchestra.run.smithi142.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T02:27:25.084 INFO:teuthology.orchestra.run.smithi124.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 609 kB/s | 53 kB 00:00 2023-12-09T02:27:25.109 INFO:teuthology.orchestra.run.smithi142.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-09T02:27:25.112 INFO:teuthology.orchestra.run.smithi124.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 449 kB/s | 51 kB 00:00 2023-12-09T02:27:25.134 INFO:teuthology.orchestra.run.smithi142.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-09T02:27:25.138 INFO:teuthology.orchestra.run.smithi124.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 650 kB/s | 91 kB 00:00 2023-12-09T02:27:25.163 INFO:teuthology.orchestra.run.smithi124.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-09T02:27:25.164 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-09T02:27:25.178 INFO:teuthology.orchestra.run.smithi142.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T02:27:25.197 INFO:teuthology.orchestra.run.smithi124.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.5 MB/s | 511 kB 00:00 2023-12-09T02:27:25.218 INFO:teuthology.orchestra.run.smithi142.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-12-09T02:27:25.222 INFO:teuthology.orchestra.run.smithi124.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-09T02:27:25.264 INFO:teuthology.orchestra.run.smithi124.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout:Installing group/module packages: 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.265 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2023-12-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.stdout:Downgrading: 2023-12-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.266 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.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-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:Installing module profiles: 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools/common 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling module streams: 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools 3.0 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:Install 7 Packages 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout:Downgrade 12 Packages 2023-12-09T02:27:25.267 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:27:25.268 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 51 M 2023-12-09T02:27:25.268 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2023-12-09T02:27:25.269 INFO:teuthology.orchestra.run.smithi142.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-09T02:27:25.323 INFO:teuthology.orchestra.run.smithi124.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-09T02:27:25.338 INFO:teuthology.orchestra.run.smithi007.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.3 MB/s | 91 kB 00:00 2023-12-09T02:27:25.347 INFO:teuthology.orchestra.run.smithi124.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-12-09T02:27:25.349 INFO:teuthology.orchestra.run.smithi142.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 3.9 MB/s | 322 kB 00:00 2023-12-09T02:27:25.363 INFO:teuthology.orchestra.run.smithi007.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 564 kB/s | 53 kB 00:00 2023-12-09T02:27:25.388 INFO:teuthology.orchestra.run.smithi007.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 432 kB/s | 51 kB 00:00 2023-12-09T02:27:25.394 INFO:teuthology.orchestra.run.smithi142.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 911 kB/s | 41 kB 00:00 2023-12-09T02:27:25.398 INFO:teuthology.orchestra.run.smithi124.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-09T02:27:25.422 INFO:teuthology.orchestra.run.smithi007.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T02:27:25.440 INFO:teuthology.orchestra.run.smithi124.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 984 kB/s | 41 kB 00:00 2023-12-09T02:27:25.447 INFO:teuthology.orchestra.run.smithi007.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-09T02:27:25.472 INFO:teuthology.orchestra.run.smithi007.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-09T02:27:25.486 INFO:teuthology.orchestra.run.smithi142.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-09T02:27:25.514 INFO:teuthology.orchestra.run.smithi007.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T02:27:25.532 INFO:teuthology.orchestra.run.smithi124.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-09T02:27:25.548 INFO:teuthology.orchestra.run.smithi007.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.5 MB/s | 51 kB 00:00 2023-12-09T02:27:25.603 INFO:teuthology.orchestra.run.smithi142.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-12-09T02:27:25.607 INFO:teuthology.orchestra.run.smithi007.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-09T02:27:25.657 INFO:teuthology.orchestra.run.smithi124.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-09T02:27:25.688 INFO:teuthology.orchestra.run.smithi007.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 3.9 MB/s | 322 kB 00:00 2023-12-09T02:27:25.741 INFO:teuthology.orchestra.run.smithi007.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 780 kB/s | 41 kB 00:00 2023-12-09T02:27:25.802 INFO:teuthology.orchestra.run.smithi142.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T02:27:25.841 INFO:teuthology.orchestra.run.smithi007.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-12-09T02:27:25.848 INFO:teuthology.orchestra.run.smithi124.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T02:27:25.921 INFO:teuthology.orchestra.run.smithi142.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 21 MB/s | 6.8 MB 00:00 2023-12-09T02:27:25.950 INFO:teuthology.orchestra.run.smithi124.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 23 MB/s | 6.8 MB 00:00 2023-12-09T02:27:25.954 INFO:teuthology.orchestra.run.smithi142.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.0 MB/s | 1.1 MB 00:00 2023-12-09T02:27:25.979 INFO:teuthology.orchestra.run.smithi142.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-09T02:27:25.983 INFO:teuthology.orchestra.run.smithi007.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-09T02:27:25.992 INFO:teuthology.orchestra.run.smithi124.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.4 MB/s | 1.1 MB 00:00 2023-12-09T02:27:26.004 INFO:teuthology.orchestra.run.smithi142.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-09T02:27:26.026 INFO:teuthology.orchestra.run.smithi124.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-09T02:27:26.051 INFO:teuthology.orchestra.run.smithi124.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 859 kB/s | 51 kB 00:00 2023-12-09T02:27:26.167 INFO:teuthology.orchestra.run.smithi007.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T02:27:26.188 INFO:teuthology.orchestra.run.smithi142.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-12-09T02:27:26.189 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:27:26.189 INFO:teuthology.orchestra.run.smithi142.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-09T02:27:26.251 INFO:teuthology.orchestra.run.smithi124.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-09T02:27:26.252 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:27:26.252 INFO:teuthology.orchestra.run.smithi124.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-09T02:27:26.275 INFO:teuthology.orchestra.run.smithi007.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 23 MB/s | 6.8 MB 00:00 2023-12-09T02:27:26.309 INFO:teuthology.orchestra.run.smithi007.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.5 MB/s | 1.1 MB 00:00 2023-12-09T02:27:26.334 INFO:teuthology.orchestra.run.smithi007.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-09T02:27:26.359 INFO:teuthology.orchestra.run.smithi007.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-09T02:27:26.568 INFO:teuthology.orchestra.run.smithi007.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:01 2023-12-09T02:27:26.569 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:27:26.569 INFO:teuthology.orchestra.run.smithi007.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-09T02:27:26.663 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-12-09T02:27:26.705 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-12-09T02:27:26.705 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-12-09T02:27:26.727 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T02:27:26.770 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T02:27:26.770 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T02:27:27.059 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2023-12-09T02:27:27.104 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2023-12-09T02:27:27.104 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2023-12-09T02:27:27.136 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-12-09T02:27:27.139 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-12-09T02:27:27.198 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T02:27:27.202 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T02:27:27.563 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2023-12-09T02:27:27.568 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2023-12-09T02:27:28.317 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-12-09T02:27:28.367 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:27:28.373 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T02:27:28.426 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:27:28.553 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:28.562 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:28.585 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:28.585 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:28.594 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:28.611 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:28.736 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:28.767 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2023-12-09T02:27:28.776 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:28.824 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:27:28.991 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:29.000 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:27:29.020 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:29.223 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:45.623 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:45.929 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:47.136 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:27:47.380 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:27:47.625 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:27:47.695 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:27:47.866 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:27:47.905 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:27:48.039 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:27:48.117 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:27:48.283 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:27:48.283 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:27:48.284 INFO:teuthology.orchestra.run.smithi124.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:27:48.284 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:27:48.290 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:27:48.501 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:27:48.501 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:27:48.501 INFO:teuthology.orchestra.run.smithi142.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:27:48.501 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:27:49.046 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:27:49.073 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:27:49.265 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:27:49.287 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:27:49.334 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:27:49.496 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:27:49.567 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:27:49.669 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:27:49.864 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:27:49.865 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:27:49.865 INFO:teuthology.orchestra.run.smithi007.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:27:49.865 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:27:50.623 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:27:50.704 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:27:50.847 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:27:50.982 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:27:51.033 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:27:51.338 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:27:51.352 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:27:51.598 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:27:51.725 INFO:teuthology.orchestra.run.smithi142.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:27:52.020 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:27:52.315 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:27:52.402 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:27:52.760 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:27:52.838 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:27:53.015 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:27:53.214 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:27:53.220 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:27:53.401 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:27:53.477 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:27:53.478 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:27:53.573 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:27:53.729 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:27:53.730 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:53.740 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:27:53.975 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:27:54.013 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:54.166 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:27:54.170 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:27:54.170 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:54.228 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:27:54.281 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:27:54.281 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:54.399 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:54.515 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:54.607 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:54.666 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:27:54.782 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:27:54.782 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:54.799 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:27:54.958 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:54.970 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:27:54.975 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:27:55.101 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:27:55.102 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:55.203 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:27:55.265 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:27:55.267 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:27:55.394 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:27:55.395 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:55.403 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:27:55.425 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:27:55.556 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:55.578 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:27:55.589 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:27:55.708 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:27:55.714 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:27:55.714 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:55.849 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:27:55.996 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:27:55.997 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:56.080 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:27:56.157 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:56.167 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:27:56.341 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:27:56.341 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:56.464 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:56.464 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:27:56.464 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:27:56.464 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:27:56.464 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:27:56.465 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:27:56.466 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:27:56.529 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:27:56.687 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:56.706 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:27:56.829 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:27:56.978 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:27:57.115 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:27:57.116 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:27:57.117 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:27:57.117 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:27:57.117 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:27:57.117 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:27:57.132 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:27:57.261 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:27:57.420 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:27:57.556 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:27:57.557 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:57.719 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:58.265 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:27:58.643 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:27:58.644 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:27:58.645 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:27:58.645 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:28:01.533 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:28:01.533 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T02:28:01.558 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:28:01.558 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout:Downgraded: 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.717 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.718 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:28:01.719 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:28:01.719 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T02:28:01.751 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:28:01.751 INFO:teuthology.orchestra.run.smithi142.stdout:Downgraded: 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.752 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:28:01.753 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-12-09T02:28:01.898 DEBUG:teuthology.parallel:result is None 2023-12-09T02:28:01.944 DEBUG:teuthology.parallel:result is None 2023-12-09T02:28:03.464 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:28:03.464 INFO:teuthology.orchestra.run.smithi007.stdout:Installed products updated. 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout:Downgraded: 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.681 INFO:teuthology.orchestra.run.smithi007.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:28:03.682 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-09T02:28:03.892 DEBUG:teuthology.parallel:result is None 2023-12-09T02:28:03.892 INFO:teuthology.run_tasks:Running task install... 2023-12-09T02:28:03.906 DEBUG:teuthology.task.install:project ceph 2023-12-09T02:28:03.906 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T02:28:03.906 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T02:28:03.906 INFO:teuthology.task.install:Using flavor: default 2023-12-09T02:28:03.914 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-09T02:28:03.915 INFO:teuthology.task.install:extra packages: [] 2023-12-09T02:28:03.915 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T02:28:03.916 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:28:03.918 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T02:28:03.918 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:28:03.919 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T02:28:03.919 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:28:04.063 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:28:04.063 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:28:04.076 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:28:04.076 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:28:04.135 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:28:04.135 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:28:04.179 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T02:28:04.180 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2023-12-09T02:28:04.180 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:28:04.189 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T02:28:04.189 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-12-09T02:28:04.189 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:28:04.209 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-09T02:28:04.209 DEBUG:teuthology.orchestra.run.smithi007:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T02:28:04.222 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-09T02:28:04.223 DEBUG:teuthology.orchestra.run.smithi142:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T02:28:04.247 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/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/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T02:28:04.247 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-09T02:28:04.247 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:28:04.278 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:28:04.280 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-09T02:28:04.280 DEBUG:teuthology.orchestra.run.smithi124:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T02:28:04.294 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:28:04.353 DEBUG:teuthology.orchestra.run.smithi124:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-09T02:28:04.357 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:28:04.374 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:28:04.423 INFO:teuthology.orchestra.run.smithi007.stdout:check_obsoletes = 1 2023-12-09T02:28:04.425 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum clean all 2023-12-09T02:28:04.439 DEBUG:teuthology.orchestra.run.smithi124:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-09T02:28:04.442 INFO:teuthology.orchestra.run.smithi142.stdout:check_obsoletes = 1 2023-12-09T02:28:04.443 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum clean all 2023-12-09T02:28:04.471 INFO:teuthology.orchestra.run.smithi124.stdout:check_obsoletes = 1 2023-12-09T02:28:04.472 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum clean all 2023-12-09T02:28:04.816 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:04.817 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:04.854 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:05.218 INFO:teuthology.orchestra.run.smithi142.stdout:44 files removed 2023-12-09T02:28:05.232 INFO:teuthology.orchestra.run.smithi007.stdout:44 files removed 2023-12-09T02:28:05.266 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph-radosgw 2023-12-09T02:28:05.268 INFO:teuthology.orchestra.run.smithi124.stdout:44 files removed 2023-12-09T02:28:05.281 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-radosgw 2023-12-09T02:28:05.315 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-radosgw 2023-12-09T02:28:05.598 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:05.630 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:05.648 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:28:06.496 INFO:teuthology.orchestra.run.smithi142.stdout:ceph packages for x86_64 235 kB/s | 81 kB 00:00 2023-12-09T02:28:06.582 INFO:teuthology.orchestra.run.smithi124.stdout:ceph packages for x86_64 203 kB/s | 81 kB 00:00 2023-12-09T02:28:06.631 INFO:teuthology.orchestra.run.smithi007.stdout:ceph packages for x86_64 210 kB/s | 81 kB 00:00 2023-12-09T02:28:06.755 INFO:teuthology.orchestra.run.smithi142.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-09T02:28:06.948 INFO:teuthology.orchestra.run.smithi007.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-09T02:28:06.966 INFO:teuthology.orchestra.run.smithi124.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-09T02:28:07.073 INFO:teuthology.orchestra.run.smithi142.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-09T02:28:07.207 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-09T02:28:07.222 INFO:teuthology.orchestra.run.smithi124.stdout:ceph source packages 6.7 kB/s | 1.5 kB 00:00 2023-12-09T02:28:07.243 INFO:teuthology.orchestra.run.smithi007.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-09T02:28:07.351 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-09T02:28:07.433 INFO:teuthology.orchestra.run.smithi007.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-09T02:28:07.966 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-09T02:28:08.509 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-09T02:28:08.596 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-09T02:28:11.499 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 534 kB/s | 24 kB 00:00 2023-12-09T02:28:12.186 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-12-09T02:28:12.217 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 427 kB/s | 24 kB 00:00 2023-12-09T02:28:12.727 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-09T02:28:13.331 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-09T02:28:13.811 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 MB/s | 47 MB 00:01 2023-12-09T02:28:20.912 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-12-09T02:28:21.532 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-09T02:28:22.420 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 54 MB/s | 53 MB 00:00 2023-12-09T02:28:31.966 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================================== 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================================== 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout:Installing: 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout:Upgrading: 2023-12-09T02:28:31.968 INFO:teuthology.orchestra.run.smithi142.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:28:31.969 INFO:teuthology.orchestra.run.smithi142.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:28:31.970 INFO:teuthology.orchestra.run.smithi142.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================================== 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout:Install 21 Packages 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout:Upgrade 2 Packages 2023-12-09T02:28:31.971 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:28:31.972 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 62 M 2023-12-09T02:28:31.972 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-12-09T02:28:32.901 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T02:28:32.903 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T02:28:32.903 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T02:28:32.903 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T02:28:32.903 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-09T02:28:32.903 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrading: 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:28:32.904 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout:Install 21 Packages 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrade 2 Packages 2023-12-09T02:28:32.905 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:28:32.906 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 62 M 2023-12-09T02:28:32.906 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T02:28:33.704 INFO:teuthology.orchestra.run.smithi142.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 10 MB/s | 14 MB 00:01 2023-12-09T02:28:33.754 INFO:teuthology.orchestra.run.smithi142.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 491 kB/s | 24 kB 00:00 2023-12-09T02:28:33.896 INFO:teuthology.orchestra.run.smithi142.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 5.8 MB/s | 839 kB 00:00 2023-12-09T02:28:34.028 INFO:teuthology.orchestra.run.smithi142.stdout:(4/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.1 MB/s | 5.4 MB 00:01 2023-12-09T02:28:34.063 INFO:teuthology.orchestra.run.smithi142.stdout:(5/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 3.0 MB/s | 517 kB 00:00 2023-12-09T02:28:34.138 INFO:teuthology.orchestra.run.smithi142.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 597 kB/s | 45 kB 00:00 2023-12-09T02:28:34.230 INFO:teuthology.orchestra.run.smithi142.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.4 MB/s | 128 kB 00:00 2023-12-09T02:28:34.322 INFO:teuthology.orchestra.run.smithi142.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 2.1 MB/s | 197 kB 00:00 2023-12-09T02:28:34.373 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================================== 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================================== 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout:Upgrading: 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:28:34.376 INFO:teuthology.orchestra.run.smithi007.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:28:34.377 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================================== 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout:Install 21 Packages 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout:Upgrade 2 Packages 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:28:34.378 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 62 M 2023-12-09T02:28:34.379 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2023-12-09T02:28:34.422 INFO:teuthology.orchestra.run.smithi142.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 3.6 MB/s | 371 kB 00:00 2023-12-09T02:28:34.531 INFO:teuthology.orchestra.run.smithi142.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.3 MB/s | 365 kB 00:00 2023-12-09T02:28:34.598 INFO:teuthology.orchestra.run.smithi142.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-09T02:28:34.857 INFO:teuthology.orchestra.run.smithi142.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-09T02:28:34.948 INFO:teuthology.orchestra.run.smithi142.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 644 kB/s | 59 kB 00:00 2023-12-09T02:28:35.015 INFO:teuthology.orchestra.run.smithi142.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-09T02:28:35.191 INFO:teuthology.orchestra.run.smithi142.stdout:(15/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 5.9 MB/s | 6.9 MB 00:01 2023-12-09T02:28:35.233 INFO:teuthology.orchestra.run.smithi142.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 8.0 MB/s | 1.7 MB 00:00 2023-12-09T02:28:35.291 INFO:teuthology.orchestra.run.smithi142.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 467 kB/s | 47 kB 00:00 2023-12-09T02:28:35.317 INFO:teuthology.orchestra.run.smithi142.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.2 MB/s | 259 kB 00:00 2023-12-09T02:28:35.342 INFO:teuthology.orchestra.run.smithi142.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 876 kB/s | 44 kB 00:00 2023-12-09T02:28:35.409 INFO:teuthology.orchestra.run.smithi142.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.8 MB/s | 354 kB 00:00 2023-12-09T02:28:35.441 INFO:teuthology.orchestra.run.smithi124.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 5.6 MB/s | 14 MB 00:02 2023-12-09T02:28:35.533 INFO:teuthology.orchestra.run.smithi124.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 265 kB/s | 24 kB 00:00 2023-12-09T02:28:35.758 INFO:teuthology.orchestra.run.smithi124.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 3.6 MB/s | 839 kB 00:00 2023-12-09T02:28:35.916 INFO:teuthology.orchestra.run.smithi124.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 3.2 MB/s | 517 kB 00:00 2023-12-09T02:28:36.093 INFO:teuthology.orchestra.run.smithi142.stdout:(21/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 5.0 MB/s | 3.8 MB 00:00 2023-12-09T02:28:36.417 INFO:teuthology.orchestra.run.smithi124.stdout:(5/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 1.6 MB/s | 5.4 MB 00:03 2023-12-09T02:28:36.517 INFO:teuthology.orchestra.run.smithi124.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 447 kB/s | 45 kB 00:00 2023-12-09T02:28:36.638 INFO:teuthology.orchestra.run.smithi007.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 2.5 MB/s | 5.4 MB 00:02 2023-12-09T02:28:36.676 INFO:teuthology.orchestra.run.smithi142.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 2.9 MB/s | 3.7 MB 00:01 2023-12-09T02:28:36.679 INFO:teuthology.orchestra.run.smithi007.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 588 kB/s | 24 kB 00:00 2023-12-09T02:28:36.710 INFO:teuthology.orchestra.run.smithi124.stdout:(7/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x86 6.0 MB/s | 23 MB 00:03 2023-12-09T02:28:36.734 INFO:teuthology.orchestra.run.smithi124.stdout:(8/23): python3-ceph-common-19.0.0-44.g9dcc13bb 592 kB/s | 128 kB 00:00 2023-12-09T02:28:36.812 INFO:teuthology.orchestra.run.smithi124.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.9 MB/s | 197 kB 00:00 2023-12-09T02:28:36.896 INFO:teuthology.orchestra.run.smithi007.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 3.8 MB/s | 839 kB 00:00 2023-12-09T02:28:36.985 INFO:teuthology.orchestra.run.smithi124.stdout:(10/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 6.5 MB/s | 6.9 MB 00:01 2023-12-09T02:28:36.988 INFO:teuthology.orchestra.run.smithi007.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.5 MB/s | 517 kB 00:00 2023-12-09T02:28:37.011 INFO:teuthology.orchestra.run.smithi124.stdout:(11/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 1.3 MB/s | 371 kB 00:00 2023-12-09T02:28:37.046 INFO:teuthology.orchestra.run.smithi124.stdout:(12/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 1.5 MB/s | 365 kB 00:00 2023-12-09T02:28:37.072 INFO:teuthology.orchestra.run.smithi124.stdout:(13/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.2 MB/s | 107 kB 00:00 2023-12-09T02:28:37.147 INFO:teuthology.orchestra.run.smithi124.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.0 MB/s | 75 kB 00:00 2023-12-09T02:28:37.172 INFO:teuthology.orchestra.run.smithi124.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 467 kB/s | 59 kB 00:00 2023-12-09T02:28:37.214 INFO:teuthology.orchestra.run.smithi124.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.5 MB/s | 306 kB 00:00 2023-12-09T02:28:37.240 INFO:teuthology.orchestra.run.smithi124.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-09T02:28:37.290 INFO:teuthology.orchestra.run.smithi124.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 12 MB/s | 1.7 MB 00:00 2023-12-09T02:28:37.318 INFO:teuthology.orchestra.run.smithi124.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 436 kB/s | 44 kB 00:00 2023-12-09T02:28:37.349 INFO:teuthology.orchestra.run.smithi124.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.4 MB/s | 354 kB 00:00 2023-12-09T02:28:37.374 INFO:teuthology.orchestra.run.smithi124.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 558 kB/s | 47 kB 00:00 2023-12-09T02:28:37.536 INFO:teuthology.orchestra.run.smithi142.stdout:(23/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 4.3 MB/s | 23 MB 00:05 2023-12-09T02:28:37.538 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:28:37.539 INFO:teuthology.orchestra.run.smithi142.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-09T02:28:37.586 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-12-09T02:28:37.631 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-12-09T02:28:37.631 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-12-09T02:28:37.875 INFO:teuthology.orchestra.run.smithi124.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 7.1 MB/s | 3.7 MB 00:00 2023-12-09T02:28:37.972 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-12-09T02:28:37.976 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-12-09T02:28:38.322 INFO:teuthology.orchestra.run.smithi007.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 5.2 MB/s | 6.9 MB 00:01 2023-12-09T02:28:38.464 INFO:teuthology.orchestra.run.smithi007.stdout:(6/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 3.5 MB/s | 14 MB 00:03 2023-12-09T02:28:38.489 INFO:teuthology.orchestra.run.smithi007.stdout:(7/23): python3-ceph-argparse-19.0.0-44.g9dcc13 268 kB/s | 45 kB 00:00 2023-12-09T02:28:38.523 INFO:teuthology.orchestra.run.smithi007.stdout:(8/23): python3-ceph-common-19.0.0-44.g9dcc13bb 2.2 MB/s | 128 kB 00:00 2023-12-09T02:28:38.548 INFO:teuthology.orchestra.run.smithi007.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.3 MB/s | 197 kB 00:00 2023-12-09T02:28:38.656 INFO:teuthology.orchestra.run.smithi007.stdout:(10/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 2.7 MB/s | 371 kB 00:00 2023-12-09T02:28:38.690 INFO:teuthology.orchestra.run.smithi007.stdout:(11/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 2.5 MB/s | 365 kB 00:00 2023-12-09T02:28:38.707 INFO:teuthology.orchestra.run.smithi007.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T02:28:38.767 INFO:teuthology.orchestra.run.smithi124.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 2.6 MB/s | 3.8 MB 00:01 2023-12-09T02:28:38.768 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:28:38.769 INFO:teuthology.orchestra.run.smithi124.stdout:Total 10 MB/s | 62 MB 00:05 2023-12-09T02:28:38.814 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T02:28:38.860 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T02:28:38.860 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T02:28:38.924 INFO:teuthology.orchestra.run.smithi007.stdout:(13/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 5.1 MB/s | 23 MB 00:04 2023-12-09T02:28:39.164 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-12-09T02:28:39.207 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T02:28:39.211 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T02:28:39.324 INFO:teuthology.orchestra.run.smithi007.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 95 kB/s | 59 kB 00:00 2023-12-09T02:28:39.342 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:28:39.441 INFO:teuthology.orchestra.run.smithi007.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 148 kB/s | 75 kB 00:00 2023-12-09T02:28:39.500 INFO:teuthology.orchestra.run.smithi007.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-12-09T02:28:39.525 INFO:teuthology.orchestra.run.smithi007.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 367 kB/s | 306 kB 00:00 2023-12-09T02:28:39.542 INFO:teuthology.orchestra.run.smithi007.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-09T02:28:39.550 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:39.584 INFO:teuthology.orchestra.run.smithi007.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.4 MB/s | 47 kB 00:00 2023-12-09T02:28:39.618 INFO:teuthology.orchestra.run.smithi007.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.8 MB/s | 354 kB 00:00 2023-12-09T02:28:39.902 INFO:teuthology.orchestra.run.smithi007.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.0 MB/s | 1.7 MB 00:00 2023-12-09T02:28:39.959 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:40.010 INFO:teuthology.orchestra.run.smithi007.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 9.5 MB/s | 3.7 MB 00:00 2023-12-09T02:28:40.125 INFO:teuthology.orchestra.run.smithi142.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:40.169 INFO:teuthology.orchestra.run.smithi007.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 6.5 MB/s | 3.8 MB 00:00 2023-12-09T02:28:40.174 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:28:40.174 INFO:teuthology.orchestra.run.smithi007.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-09T02:28:40.208 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:40.223 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2023-12-09T02:28:40.274 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2023-12-09T02:28:40.274 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2023-12-09T02:28:40.380 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T02:28:40.422 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:28:40.574 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:28:40.629 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2023-12-09T02:28:40.633 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2023-12-09T02:28:40.668 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:28:40.750 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:40.891 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:41.167 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:41.279 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:41.334 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:41.416 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:41.499 INFO:teuthology.orchestra.run.smithi142.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:41.575 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:41.649 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:28:41.749 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:28:41.815 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2023-12-09T02:28:41.816 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:28:41.885 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:28:42.014 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:28:42.186 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:42.603 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:28:42.619 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:28:42.770 INFO:teuthology.orchestra.run.smithi007.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:42.841 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:42.841 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:42.854 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:28:42.911 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:43.018 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:28:43.026 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:28:43.218 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:28:43.249 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:43.410 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:28:43.451 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:43.517 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:43.520 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:28:43.596 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:28:43.684 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T02:28:43.686 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:43.766 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:43.842 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:28:43.849 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:43.968 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:28:44.116 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:28:44.197 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:28:44.286 INFO:teuthology.orchestra.run.smithi007.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:44.351 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:28:44.402 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:28:44.512 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:28:44.528 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T02:28:44.607 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:28:44.678 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:28:44.717 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:44.796 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:44.927 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:28:45.111 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:28:45.351 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:28:45.421 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:28:45.569 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:45.587 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:28:45.639 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:28:45.766 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:45.781 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:28:45.834 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:45.914 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:28:45.967 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:28:46.099 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:28:46.161 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:28:46.293 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:28:46.425 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:28:46.435 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:46.511 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:28:46.575 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:28:46.621 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:28:46.804 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:28:47.071 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:28:47.236 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:28:48.360 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:48.607 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:49.182 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:49.430 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:49.512 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:49.673 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:28:50.364 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:50.566 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:51.159 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:51.454 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:51.496 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:51.529 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:51.710 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:51.740 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:28:52.341 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:28:52.573 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:52.679 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:28:52.817 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:08.169 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /sys 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /proc 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /dev 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /run 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /mnt 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /var/tmp 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /home 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /tmp 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /dev 2023-12-09T02:29:08.170 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:09.644 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:09.664 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:09.664 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:09.880 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:09.880 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:10.241 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /sys 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /proc 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /run 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /mnt 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /var/tmp 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /home 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /tmp 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-09T02:29:10.242 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:10.503 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:29:10.504 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:29:10.505 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:29:10.506 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:29:11.660 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:11.680 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:11.681 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:11.882 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:11.882 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /sys 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /proc 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /dev 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /run 2023-12-09T02:29:12.429 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /mnt 2023-12-09T02:29:12.430 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /var/tmp 2023-12-09T02:29:12.430 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /home 2023-12-09T02:29:12.430 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /tmp 2023-12-09T02:29:12.430 INFO:teuthology.orchestra.run.smithi007.stdout:skipping the directory /dev 2023-12-09T02:29:12.430 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:12.490 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:29:12.491 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:29:12.492 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:29:13.927 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:13.949 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:29:13.949 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:14.158 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:29:14.159 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:14.462 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:14.462 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-12-09T02:29:14.653 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:14.653 INFO:teuthology.orchestra.run.smithi142.stdout:Upgraded: 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.654 INFO:teuthology.orchestra.run.smithi142.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:29:14.655 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:14.656 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:29:14.735 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:29:14.741 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:29:14.741 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:29:14.741 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:29:14.742 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:29:14.745 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:29:14.811 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph-test 2023-12-09T02:29:15.157 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:16.046 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-09T02:29:16.263 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-09T02:29:16.771 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:16.771 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T02:29:16.955 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:16.955 INFO:teuthology.orchestra.run.smithi124.stdout:Upgraded: 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.956 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:16.957 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T02:29:17.107 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-test 2023-12-09T02:29:17.455 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:17.893 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-12-09T02:29:17.894 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================== 2023-12-09T02:29:17.894 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-12-09T02:29:17.894 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================== 2023-12-09T02:29:17.894 INFO:teuthology.orchestra.run.smithi142.stdout:Installing: 2023-12-09T02:29:17.894 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout:========================================================================================== 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout:Install 6 Packages 2023-12-09T02:29:17.895 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:17.896 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 50 M 2023-12-09T02:29:17.896 INFO:teuthology.orchestra.run.smithi142.stdout:Installed size: 223 M 2023-12-09T02:29:17.896 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-12-09T02:29:17.943 INFO:teuthology.orchestra.run.smithi142.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-09T02:29:18.051 INFO:teuthology.orchestra.run.smithi142.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.2 MB/s | 323 kB 00:00 2023-12-09T02:29:18.127 INFO:teuthology.orchestra.run.smithi142.stdout:(3/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 796 kB/s | 183 kB 00:00 2023-12-09T02:29:18.152 INFO:teuthology.orchestra.run.smithi142.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.8 MB/s | 187 kB 00:00 2023-12-09T02:29:18.235 INFO:teuthology.orchestra.run.smithi142.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.8 MB/s | 202 kB 00:00 2023-12-09T02:29:18.274 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 113 kB/s | 4.5 kB 00:00 2023-12-09T02:29:18.589 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 87 kB/s | 4.1 kB 00:00 2023-12-09T02:29:18.976 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:29:18.977 INFO:teuthology.orchestra.run.smithi007.stdout:Installed products updated. 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout:Upgraded: 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.184 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.185 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.186 INFO:teuthology.orchestra.run.smithi007.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:19.186 INFO:teuthology.orchestra.run.smithi007.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:29:19.186 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:19.186 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-09T02:29:19.355 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph-test 2023-12-09T02:29:19.725 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:20.094 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:29:20.095 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout:Install 6 Packages 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:20.096 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 50 M 2023-12-09T02:29:20.097 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 223 M 2023-12-09T02:29:20.097 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T02:29:20.134 INFO:teuthology.orchestra.run.smithi124.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-09T02:29:20.235 INFO:teuthology.orchestra.run.smithi124.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.4 MB/s | 323 kB 00:00 2023-12-09T02:29:20.244 INFO:teuthology.orchestra.run.smithi142.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-09T02:29:20.245 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:29:20.246 INFO:teuthology.orchestra.run.smithi142.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-09T02:29:20.285 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-12-09T02:29:20.285 INFO:teuthology.orchestra.run.smithi124.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-09T02:29:20.306 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-12-09T02:29:20.306 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-12-09T02:29:20.327 INFO:teuthology.orchestra.run.smithi124.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:29:20.427 INFO:teuthology.orchestra.run.smithi124.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 555 kB/s | 183 kB 00:00 2023-12-09T02:29:20.578 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-12-09T02:29:20.582 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-12-09T02:29:20.781 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 98 kB/s | 4.5 kB 00:00 2023-12-09T02:29:21.038 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-12-09T02:29:21.193 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:21.231 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-09T02:29:21.306 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:21.514 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:29:21.704 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:29:21.874 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:29:22.018 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:22.486 INFO:teuthology.orchestra.run.smithi124.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-09T02:29:22.488 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:29:22.488 INFO:teuthology.orchestra.run.smithi124.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-09T02:29:22.523 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T02:29:22.544 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T02:29:22.544 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T02:29:22.814 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T02:29:22.817 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T02:29:22.911 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2023-12-09T02:29:22.912 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================== 2023-12-09T02:29:22.912 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================== 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout:Installing: 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:29:22.913 INFO:teuthology.orchestra.run.smithi007.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2023-12-09T02:29:22.914 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================== 2023-12-09T02:29:22.915 INFO:teuthology.orchestra.run.smithi007.stdout:Install 6 Packages 2023-12-09T02:29:22.915 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:22.916 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 50 M 2023-12-09T02:29:22.916 INFO:teuthology.orchestra.run.smithi007.stdout:Installed size: 223 M 2023-12-09T02:29:22.916 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2023-12-09T02:29:22.944 INFO:teuthology.orchestra.run.smithi007.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.4 MB/s | 70 kB 00:00 2023-12-09T02:29:23.036 INFO:teuthology.orchestra.run.smithi007.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.6 MB/s | 323 kB 00:00 2023-12-09T02:29:23.095 INFO:teuthology.orchestra.run.smithi007.stdout:(3/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 1.0 MB/s | 183 kB 00:00 2023-12-09T02:29:23.161 INFO:teuthology.orchestra.run.smithi007.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2023-12-09T02:29:23.267 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T02:29:23.278 INFO:teuthology.orchestra.run.smithi007.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-09T02:29:23.403 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:23.490 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:23.720 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:29:23.895 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:29:24.035 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:29:24.178 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:25.454 INFO:teuthology.orchestra.run.smithi007.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-09T02:29:25.455 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:29:25.455 INFO:teuthology.orchestra.run.smithi007.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-09T02:29:25.494 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2023-12-09T02:29:25.517 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2023-12-09T02:29:25.518 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2023-12-09T02:29:25.807 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2023-12-09T02:29:25.811 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2023-12-09T02:29:26.287 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2023-12-09T02:29:26.412 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:26.491 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:29:26.746 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:26.835 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:29:26.955 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:29:27.031 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:27.104 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:29:27.220 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:27.283 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:27.283 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:29:27.284 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:29:27.284 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:29:27.284 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:29:27.284 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:29:28.905 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:29.160 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:29:29.393 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:29:31.334 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:29:31.334 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-12-09T02:29:31.517 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-12-09T02:29:31.658 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph 2023-12-09T02:29:31.992 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:32.266 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:29:32.542 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:32.732 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:29:32.782 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:29:32.959 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 96 kB/s | 4.5 kB 00:00 2023-12-09T02:29:33.217 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:29:33.217 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T02:29:33.400 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T02:29:33.518 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph 2023-12-09T02:29:33.856 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:34.526 INFO:teuthology.orchestra.run.smithi142.stderr:Error: 2023-12-09T02:29:34.526 INFO:teuthology.orchestra.run.smithi142.stderr: Problem: conflicting requests 2023-12-09T02:29:34.526 INFO:teuthology.orchestra.run.smithi142.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:34.526 INFO:teuthology.orchestra.run.smithi142.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:29:34.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:34.607 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 smithi142 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:29:34.610 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 smithi142 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:29:34.681 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d97810d6f5464c588e055d8e33546a6e 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 smithi142 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:29:34.685 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T02:29:34.695 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T02:29:34.800 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T02:29:34.800 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:29:34.813 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:29:34.817 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:29:34.821 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2023-12-09T02:29:34.824 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:29:34.825 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2023-12-09T02:29:34.825 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +696us[ +696us] +/- 68ms 2023-12-09T02:29:34.825 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv02.front.sepia.ceph.com 3 6 77 5 -183us[ -157us] +/- 55ms 2023-12-09T02:29:34.825 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 5 -389us[ -389us] +/- 64ms 2023-12-09T02:29:34.825 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:29:34.832 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-12-09T02:29:34.833 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-09T02:29:34.836 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:29:34.837 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-12-09T02:29:34.837 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 5 +690us[ +710us] +/- 68ms 2023-12-09T02:29:34.837 INFO:teuthology.orchestra.run.smithi142.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -197us[ -177us] +/- 56ms 2023-12-09T02:29:34.837 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 4 -404us[ -384us] +/- 64ms 2023-12-09T02:29:34.837 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:29:34.838 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:29:34.838 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-09T02:29:34.838 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 5 +700us[ +690us] +/- 68ms 2023-12-09T02:29:34.838 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -182us[ -192us] +/- 56ms 2023-12-09T02:29:34.838 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 4 -381us[ -381us] +/- 64ms 2023-12-09T02:29:34.839 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:29:34.839 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T02:29:34.848 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T02:29:34.848 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T02:29:34.901 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:29:34.996 DEBUG:teuthology.orchestra.run.smithi124:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-09T02:29:35.109 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:29:35.209 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:29:35.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:35.241 DEBUG:teuthology.orchestra.run.smithi124:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-09T02:29:35.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:35.275 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:29:35.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:35.307 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T02:29:35.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T02:29:35.395 INFO:teuthology.task.internal:Duration was 696.569283 seconds 2023-12-09T02:29:35.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T02:29:35.499 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T02:29:35.499 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:29:35.502 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:29:35.505 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:29:35.547 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:29:35.548 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:29:35.551 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:29:35.731 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-09T02:29:36.010 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T02:29:36.010 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2023-12-09T02:29:36.010 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:29:36.034 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T02:29:36.035 DEBUG:teuthology.orchestra.run.smithi124:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-09T02:29:36.056 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2023-12-09T02:29:36.056 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:29:36.081 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T02:29:36.082 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:29:36.084 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:29:36.099 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:29:36.113 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2023-12-09T02:29:36.166 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T02:29:36.166 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:29:36.168 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:29:36.177 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:29:36.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T02:29:36.298 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T02:29:36.298 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:29:36.338 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:29:36.386 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:29:36.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T02:29:36.447 DEBUG:teuthology.orchestra.run.smithi007:> 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-09T02:29:36.449 DEBUG:teuthology.orchestra.run.smithi124:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:29:36.451 DEBUG:teuthology.orchestra.run.smithi142:> 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-09T02:29:36.474 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2023-12-09T02:29:36.475 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-12-09T02:29:36.478 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2023-12-09T02:29:36.507 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:29:36.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:36.564 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:29:36.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:36.581 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:29:36.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:36.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T02:29:36.608 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T02:29:36.610 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643/remote/smithi007 2023-12-09T02:29:36.611 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:29:36.661 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643/remote/smithi124 2023-12-09T02:29:36.662 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:29:36.728 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643/remote/smithi142 2023-12-09T02:29:36.729 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:29:36.783 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T02:29:36.784 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:29:36.786 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:29:36.788 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:29:36.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T02:29:36.846 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T02:29:36.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T02:29:36.911 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T02:29:36.911 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:29:36.913 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:29:36.915 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:29:36.928 INFO:teuthology.orchestra.run.smithi007.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:29 /home/ubuntu/cephtest 2023-12-09T02:29:36.929 INFO:teuthology.orchestra.run.smithi124.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:29 /home/ubuntu/cephtest 2023-12-09T02:29:36.932 INFO:teuthology.orchestra.run.smithi142.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:29 /home/ubuntu/cephtest 2023-12-09T02:29:36.933 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T02:29:36.943 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T02:29:36.998 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T02:29:37.026 DEBUG:teuthology.nuke:shortname: smithi007 2023-12-09T02:29:37.026 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:29:37.052 DEBUG:teuthology.nuke:shortname: smithi124 2023-12-09T02:29:37.052 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:29:37.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.337556', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:29:37.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.335768', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:29:37.084 DEBUG:teuthology.nuke:shortname: smithi142 2023-12-09T02:29:37.084 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:29:37.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484643', '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-09 02:12:28.339127', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:29:37.117 INFO:teuthology.orchestra.console.smithi007:Power off 2023-12-09T02:29:37.118 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:29:37.143 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2023-12-09T02:29:37.143 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:37.161 INFO:teuthology.orchestra.console.smithi124:Power off 2023-12-09T02:29:37.162 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:29:37.177 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2023-12-09T02:29:37.187 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-12-09T02:29:37.187 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:37.206 INFO:teuthology.orchestra.console.smithi142:Power off 2023-12-09T02:29:37.206 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:29:37.220 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-09T02:29:37.234 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2023-12-09T02:29:37.234 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:37.257 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-12-09T02:29:37.672 INFO:teuthology.orchestra.run.smithi124.stderr:Error: 2023-12-09T02:29:37.673 INFO:teuthology.orchestra.run.smithi124.stderr: Problem: conflicting requests 2023-12-09T02:29:37.673 INFO:teuthology.orchestra.run.smithi124.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:29:37.673 INFO:teuthology.orchestra.run.smithi124.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:29:37.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:29:39.982 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:29:39.983 INFO:teuthology.orchestra.run.smithi007.stdout:Installed products updated. 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:29:40.182 INFO:teuthology.orchestra.run.smithi007.stdout: 2023-12-09T02:29:40.183 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2023-12-09T02:29:40.333 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum -y install ceph 2023-12-09T02:29:40.685 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2023-12-09T02:29:40.851 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:29:41.178 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:41.222 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:41.259 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:41.288 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2023-12-09T02:29:41.333 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-09T02:29:41.369 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-12-09T02:29:45.292 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:45.334 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:45.370 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:45.403 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2023-12-09T02:29:45.447 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-12-09T02:29:45.482 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2023-12-09T02:29:45.549 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-12-09T02:29:45.583 INFO:teuthology.orchestra.console.smithi142:Power off completed 2023-12-09T02:29:49.406 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:29:49.519 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2023-12-09T02:29:49.620 INFO:teuthology.orchestra.console.smithi007:Power off completed 2023-12-09T02:29:49.724 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 696.5692830085754 failure_reason: 'Command failed on smithi142 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d97810d6f5464c588e055d8e33546a6e status: fail success: false 2023-12-09T02:29:49.724 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:29:49.801 INFO:teuthology.run:FAIL