2023-12-07T23:18:21.913 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T23:18:21.913 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --name yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558 --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558/orig.config.yaml 2023-12-07T23:18:21.942 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T23:18:22.011 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558 branch: wip-yuri3-testing-2023-12-07-0727 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7482558' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri3-testing-2023-12-07-0727 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: c56ad3eaf0784383bf22c04e35d26e15c4baeafe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-12-07-0727 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe 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: 9380 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-12-07-0727 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe targets: smithi039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_21:35:03 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T23:18:22.011 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa; will attempt to use it 2023-12-07T23:18:22.012 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks 2023-12-07T23:18:22.012 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T23:18:22.013 INFO:teuthology.task.internal:Checking packages... 2023-12-07T23:18:22.038 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe' 2023-12-07T23:18:22.038 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T23:18:22.038 INFO:teuthology.packaging:ref: None 2023-12-07T23:18:22.038 INFO:teuthology.packaging:tag: None 2023-12-07T23:18:22.038 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-12-07-0727 2023-12-07T23:18:22.038 INFO:teuthology.packaging:sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-07T23:18:22.038 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-12-07-0727 2023-12-07T23:18:22.283 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-83.gc56ad3ea 2023-12-07T23:18:22.283 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T23:18:22.289 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T23:18:22.289 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T23:18:22.313 INFO:teuthology.task.internal:Saving configuration 2023-12-07T23:18:22.338 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T23:18:22.345 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T23:18:22.365 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.046785', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:18:22.389 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.043579', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:18:22.416 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.045265', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:18:22.416 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T23:18:22.421 INFO:teuthology.task.internal:roles: ubuntu@smithi039.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T23:18:22.422 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T23:18:22.422 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T23:18:22.422 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T23:18:22.542 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f264fedbee0>, signals=[15]) 2023-12-07T23:18:22.542 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T23:18:22.548 INFO:teuthology.task.internal:Opening connections... 2023-12-07T23:18:22.548 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2023-12-07T23:18:22.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:18:22.618 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2023-12-07T23:18:22.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:18:22.689 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2023-12-07T23:18:22.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:18:22.757 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T23:18:22.764 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2023-12-07T23:18:22.787 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2023-12-07T23:18:22.787 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:ID="rhel" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE="fedora" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="8.6" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:PLATFORM_ID="platform:el8" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:ANSI_COLOR="0;31" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T23:18:22.847 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T23:18:22.848 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:18:22.848 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T23:18:22.848 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T23:18:22.848 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T23:18:22.848 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T23:18:22.848 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2023-12-07T23:18:22.873 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2023-12-07T23:18:22.895 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2023-12-07T23:18:22.896 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2023-12-07T23:18:22.956 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T23:18:22.956 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T23:18:22.956 INFO:teuthology.orchestra.run.smithi063.stdout:ID="rhel" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="fedora" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8.6" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T23:18:22.957 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T23:18:22.958 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T23:18:22.958 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2023-12-07T23:18:22.980 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2023-12-07T23:18:23.000 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2023-12-07T23:18:23.001 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:ID="rhel" 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE="fedora" 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="8.6" 2023-12-07T23:18:23.060 INFO:teuthology.orchestra.run.smithi072.stdout:PLATFORM_ID="platform:el8" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:ANSI_COLOR="0;31" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T23:18:23.061 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T23:18:23.061 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2023-12-07T23:18:23.144 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T23:18:23.153 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T23:18:23.158 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T23:18:23.158 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2023-12-07T23:18:23.162 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2023-12-07T23:18:23.164 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2023-12-07T23:18:23.182 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T23:18:23.188 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T23:18:23.189 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2023-12-07T23:18:23.222 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2023-12-07T23:18:23.224 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2023-12-07T23:18:23.254 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T23:18:23.323 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T23:18:23.340 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T23:18:23.340 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-07T23:18:23.340 DEBUG:teuthology.orchestra.run.smithi039:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T23:18:23.341 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T23:18:23.341 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T23:18:23.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:23.361 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2023-12-07T23:18:23.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:23.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:23.363 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-12-07T23:18:23.364 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2023-12-07T23:18:23.421 INFO:teuthology.orchestra.run.smithi072.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.421 INFO:teuthology.task.kernel:Running kernel on smithi072: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.421 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum install -y kernel 2023-12-07T23:18:23.422 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.422 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.422 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2023-12-07T23:18:23.423 INFO:teuthology.orchestra.run.smithi039.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.424 INFO:teuthology.task.kernel:Running kernel on smithi039: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:23.424 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum install -y kernel 2023-12-07T23:18:24.654 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:24.654 INFO:teuthology.orchestra.run.smithi039.stdout:Unable to read consumer identity 2023-12-07T23:18:24.732 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:24.732 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-07T23:18:24.931 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:24.931 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-07T23:18:26.225 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T23:18:26.309 INFO:teuthology.orchestra.run.smithi039.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-07T23:18:27.052 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-07T23:18:27.267 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-07T23:18:27.522 INFO:teuthology.orchestra.run.smithi072.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T23:18:28.466 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-07T23:18:30.743 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 545 kB/s | 24 kB 00:00 2023-12-07T23:18:30.975 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 542 kB/s | 24 kB 00:00 2023-12-07T23:18:31.488 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T23:18:31.549 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2023-12-07T23:18:31.550 INFO:teuthology.orchestra.run.smithi039.stdout:Nothing to do. 2023-12-07T23:18:31.551 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2023-12-07T23:18:31.672 DEBUG:teuthology.orchestra.run.smithi039:> echo no | sudo yum reinstall kernel || true 2023-12-07T23:18:31.686 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T23:18:31.733 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-07T23:18:31.734 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-07T23:18:31.734 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-07T23:18:31.841 DEBUG:teuthology.orchestra.run.smithi063:> echo no | sudo yum reinstall kernel || true 2023-12-07T23:18:32.008 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 487 kB/s | 24 kB 00:00 2023-12-07T23:18:32.024 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:32.024 INFO:teuthology.orchestra.run.smithi039.stdout:Unable to read consumer identity 2023-12-07T23:18:32.233 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:32.233 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-07T23:18:32.299 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 11:18:30 PM UTC. 2023-12-07T23:18:32.344 INFO:teuthology.orchestra.run.smithi039.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:32.372 INFO:teuthology.orchestra.run.smithi039.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:32.419 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum reinstall -y kernel || true 2023-12-07T23:18:32.508 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 11:18:30 PM UTC. 2023-12-07T23:18:32.553 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:32.593 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:32.641 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum reinstall -y kernel || true 2023-12-07T23:18:32.747 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T23:18:32.771 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:32.771 INFO:teuthology.orchestra.run.smithi039.stdout:Unable to read consumer identity 2023-12-07T23:18:32.838 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-07T23:18:32.839 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2023-12-07T23:18:32.839 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-07T23:18:32.956 DEBUG:teuthology.orchestra.run.smithi072:> echo no | sudo yum reinstall kernel || true 2023-12-07T23:18:32.989 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:32.989 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-07T23:18:33.046 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 11:18:30 PM UTC. 2023-12-07T23:18:33.094 INFO:teuthology.orchestra.run.smithi039.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:33.113 INFO:teuthology.orchestra.run.smithi039.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:33.160 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T23:18:33.243 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:33.243 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:33.243 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T23:18:33.243 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T23:18:33.243 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T23:18:33.259 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 11:18:30 PM UTC. 2023-12-07T23:18:33.270 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2023-12-07T23:18:33.289 DEBUG:teuthology.parallel:result is None 2023-12-07T23:18:33.306 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:33.326 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:33.326 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-07T23:18:33.382 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:33.431 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T23:18:33.512 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:33.513 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:33.513 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T23:18:33.513 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T23:18:33.513 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T23:18:33.540 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2023-12-07T23:18:33.554 DEBUG:teuthology.parallel:result is None 2023-12-07T23:18:33.586 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 11:18:31 PM UTC. 2023-12-07T23:18:33.637 INFO:teuthology.orchestra.run.smithi072.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:33.676 INFO:teuthology.orchestra.run.smithi072.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:33.721 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum reinstall -y kernel || true 2023-12-07T23:18:34.051 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:18:34.052 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-07T23:18:34.308 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 11:18:31 PM UTC. 2023-12-07T23:18:34.348 INFO:teuthology.orchestra.run.smithi072.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T23:18:34.381 INFO:teuthology.orchestra.run.smithi072.stderr:Error: No packages marked for reinstall. 2023-12-07T23:18:34.426 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T23:18:34.507 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:34.507 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T23:18:34.507 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T23:18:34.507 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T23:18:34.507 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T23:18:34.542 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2023-12-07T23:18:34.559 DEBUG:teuthology.parallel:result is None 2023-12-07T23:18:34.560 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T23:18:34.566 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T23:18:34.567 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T23:18:34.569 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T23:18:34.572 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T23:18:34.617 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T23:18:34.625 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T23:18:34.633 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T23:18:34.633 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T23:18:34.636 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T23:18:34.639 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T23:18:34.680 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T23:18:34.686 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T23:18:34.686 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:18:34.697 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:18:34.711 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:18:34.743 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.746 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.753 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.754 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.757 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.768 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T23:18:34.769 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T23:18:34.777 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T23:18:34.778 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T23:18:34.780 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T23:18:34.782 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T23:18:34.822 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T23:18:34.830 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T23:18:34.830 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T23:18:34.850 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T23:18:34.854 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T23:18:34.879 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:34.949 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:35.011 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.056 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.098 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2023-12-07T23:18:35.098 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T23:18:35.167 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:35.216 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:35.276 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.321 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.366 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-07T23:18:35.366 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T23:18:35.436 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:35.485 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T23:18:35.536 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.622 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T23:18:35.663 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-07T23:18:35.664 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T23:18:35.735 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2023-12-07T23:18:35.737 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2023-12-07T23:18:35.739 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2023-12-07T23:18:35.799 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:18:35.839 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:18:35.842 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:18:36.226 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T23:18:36.235 INFO:teuthology.task.internal:Starting timer... 2023-12-07T23:18:36.235 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T23:18:36.258 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T23:18:36.268 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T23:18:36.269 DEBUG:teuthology.orchestra.run.smithi039:> sudo service auditd rotate 2023-12-07T23:18:36.340 INFO:teuthology.orchestra.run.smithi039.stdout:Rotating logs: 2023-12-07T23:18:36.342 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2023-12-07T23:18:36.500 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2023-12-07T23:18:36.502 DEBUG:teuthology.orchestra.run.smithi072:> sudo service auditd rotate 2023-12-07T23:18:36.565 INFO:teuthology.orchestra.run.smithi072.stdout:Rotating logs: 2023-12-07T23:18:36.567 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T23:18:36.567 DEBUG:teuthology.orchestra.run.smithi039:> /usr/sbin/getenforce 2023-12-07T23:18:36.592 INFO:teuthology.orchestra.run.smithi039.stdout:Permissive 2023-12-07T23:18:36.592 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2023-12-07T23:18:36.615 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2023-12-07T23:18:36.615 DEBUG:teuthology.orchestra.run.smithi072:> /usr/sbin/getenforce 2023-12-07T23:18:36.635 INFO:teuthology.orchestra.run.smithi072.stdout:Permissive 2023-12-07T23:18:36.636 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi039.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi072.front.sepia.ceph.com': 'permissive'} 2023-12-07T23:18:36.636 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:18:36.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:36.666 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:18:36.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:36.699 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:18:36.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:18:36.726 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T23:18:36.726 DEBUG:teuthology.orchestra.run.smithi039:> sudo /usr/sbin/setenforce permissive 2023-12-07T23:18:36.775 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2023-12-07T23:18:36.804 DEBUG:teuthology.orchestra.run.smithi072:> sudo /usr/sbin/setenforce permissive 2023-12-07T23:18:36.840 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T23:18:36.849 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T23:18:36.849 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T23:18:36.871 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-07T23:18:36.872 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi039.front.sepia.ceph.com,smithi063.front.sepia.ceph.com,smithi072.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T23:27:59.665 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi072.front.sepia.ceph.com')] 2023-12-07T23:27:59.667 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2023-12-07T23:27:59.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:27:59.738 DEBUG:teuthology.orchestra.run.smithi039:> true 2023-12-07T23:27:59.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2023-12-07T23:27:59.811 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-07T23:27:59.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:27:59.882 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-12-07T23:27:59.952 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-07T23:27:59.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-07T23:27:59.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T23:28:00.023 DEBUG:teuthology.orchestra.run.smithi072:> true 2023-12-07T23:28:00.092 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-07T23:28:00.093 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T23:28:00.104 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T23:28:00.104 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T23:28:00.105 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:28:00.108 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T23:28:00.108 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:28:00.110 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T23:28:00.110 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:28:00.143 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T23:28:00.145 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T23:28:00.160 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T23:28:00.162 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T23:28:00.165 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T23:28:00.181 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T23:28:00.229 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: ntpd: command not found 2023-12-07T23:28:00.240 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2023-12-07T23:28:00.242 INFO:teuthology.orchestra.run.smithi039.stdout:506 Cannot talk to daemon 2023-12-07T23:28:00.253 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2023-12-07T23:28:00.259 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T23:28:00.262 INFO:teuthology.orchestra.run.smithi072.stderr:sudo: ntpd: command not found 2023-12-07T23:28:00.269 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T23:28:00.274 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T23:28:00.274 INFO:teuthology.orchestra.run.smithi072.stdout:506 Cannot talk to daemon 2023-12-07T23:28:00.283 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T23:28:00.288 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T23:28:00.302 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T23:28:00.350 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-07T23:28:00.354 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:28:00.354 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-07T23:28:00.354 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.354 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.354 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.355 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.357 INFO:teuthology.orchestra.run.smithi039.stderr:bash: ntpq: command not found 2023-12-07T23:28:00.360 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:28:00.361 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2023-12-07T23:28:00.361 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.361 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.361 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.361 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.386 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2023-12-07T23:28:00.391 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:28:00.391 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2023-12-07T23:28:00.391 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.391 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.392 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.392 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:28:00.392 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T23:28:00.405 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T23:28:00.405 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi039.front.sepia.ceph.com 2023-12-07T23:28:00.406 DEBUG:teuthology.orchestra.run.smithi039:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T23:28:00.406 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2023-12-07T23:28:00.406 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T23:28:00.407 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi072.front.sepia.ceph.com 2023-12-07T23:28:00.407 DEBUG:teuthology.orchestra.run.smithi072:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T23:28:00.798 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:00.800 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:00.803 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:01.482 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 153 kB/s | 4.1 kB 00:00 2023-12-07T23:28:01.581 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 148 kB/s | 4.5 kB 00:00 2023-12-07T23:28:01.586 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-07T23:28:01.681 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 178 kB/s | 4.5 kB 00:00 2023-12-07T23:28:01.891 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2023-12-07T23:28:01.906 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 140 kB/s | 4.1 kB 00:00 2023-12-07T23:28:03.584 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-07T23:28:03.584 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout:Resetting modules: 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-07T23:28:03.585 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:03.920 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-07T23:28:03.921 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:04.034 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2023-12-07T23:28:04.035 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2023-12-07T23:28:04.035 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2023-12-07T23:28:04.035 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2023-12-07T23:28:04.035 INFO:teuthology.orchestra.run.smithi039.stdout:Resetting modules: 2023-12-07T23:28:04.036 INFO:teuthology.orchestra.run.smithi039.stdout: container-tools 2023-12-07T23:28:04.036 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:04.036 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2023-12-07T23:28:04.036 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2023-12-07T23:28:04.036 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:06.982 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-07T23:28:07.444 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:07.760 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-07T23:28:08.119 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 149 kB/s | 4.1 kB 00:00 2023-12-07T23:28:08.135 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2023-12-07T23:28:08.283 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:08.330 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 122 kB/s | 4.5 kB 00:00 2023-12-07T23:28:08.606 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:09.162 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2023-12-07T23:28:09.602 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-07T23:28:09.844 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-07T23:28:10.236 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-07T23:28:10.351 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================================================== 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================================================== 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout:Installing group/module packages: 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.444 INFO:teuthology.orchestra.run.smithi072.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.stdout:Downgrading: 2023-12-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.445 INFO:teuthology.orchestra.run.smithi072.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-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:Installing module profiles: 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools/common 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling module streams: 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools 3.0 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================================================== 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:Install 7 Packages 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout:Downgrade 12 Packages 2023-12-07T23:28:10.446 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:10.447 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 51 M 2023-12-07T23:28:10.447 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-07T23:28:10.653 INFO:teuthology.orchestra.run.smithi072.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 258 kB/s | 53 kB 00:00 2023-12-07T23:28:10.678 INFO:teuthology.orchestra.run.smithi072.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 223 kB/s | 51 kB 00:00 2023-12-07T23:28:10.703 INFO:teuthology.orchestra.run.smithi072.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 355 kB/s | 91 kB 00:00 2023-12-07T23:28:10.929 INFO:teuthology.orchestra.run.smithi072.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 276 kB/s | 69 kB 00:00 2023-12-07T23:28:10.963 INFO:teuthology.orchestra.run.smithi072.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 1.6 MB/s | 511 kB 00:00 2023-12-07T23:28:11.055 INFO:teuthology.orchestra.run.smithi072.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 8.2 MB/s | 2.9 MB 00:00 2023-12-07T23:28:11.122 INFO:teuthology.orchestra.run.smithi072.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 373 kB/s | 72 kB 00:00 2023-12-07T23:28:11.148 INFO:teuthology.orchestra.run.smithi072.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 605 kB/s | 56 kB 00:00 2023-12-07T23:28:11.182 INFO:teuthology.orchestra.run.smithi072.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 865 kB/s | 51 kB 00:00 2023-12-07T23:28:11.516 INFO:teuthology.orchestra.run.smithi072.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-07T23:28:11.549 INFO:teuthology.orchestra.run.smithi072.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 875 kB/s | 322 kB 00:00 2023-12-07T23:28:11.699 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-07T23:28:11.708 INFO:teuthology.orchestra.run.smithi072.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 212 kB/s | 41 kB 00:00 2023-12-07T23:28:11.799 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-12-07T23:28:11.799 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-07T23:28:11.799 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-12-07T23:28:11.799 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2023-12-07T23:28:11.799 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout:Downgrading: 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T23:28:11.800 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.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-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 3.0 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================================================== 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:Install 7 Packages 2023-12-07T23:28:11.801 INFO:teuthology.orchestra.run.smithi063.stdout:Downgrade 12 Packages 2023-12-07T23:28:11.802 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:11.802 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 51 M 2023-12-07T23:28:11.802 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-07T23:28:11.888 INFO:teuthology.orchestra.run.smithi063.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.0 MB/s | 91 kB 00:00 2023-12-07T23:28:11.913 INFO:teuthology.orchestra.run.smithi063.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 481 kB/s | 53 kB 00:00 2023-12-07T23:28:11.980 INFO:teuthology.orchestra.run.smithi063.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 290 kB/s | 51 kB 00:00 2023-12-07T23:28:12.022 INFO:teuthology.orchestra.run.smithi063.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-12-07T23:28:12.025 INFO:teuthology.orchestra.run.smithi072.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-12-07T23:28:12.039 INFO:teuthology.orchestra.run.smithi063.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 550 kB/s | 69 kB 00:00 2023-12-07T23:28:12.118 INFO:teuthology.orchestra.run.smithi072.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 3.9 MB/s | 2.2 MB 00:00 2023-12-07T23:28:12.165 INFO:teuthology.orchestra.run.smithi063.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 507 kB/s | 72 kB 00:00 2023-12-07T23:28:12.265 INFO:teuthology.orchestra.run.smithi063.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 10 MB/s | 2.9 MB 00:00 2023-12-07T23:28:12.267 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2023-12-07T23:28:12.276 INFO:teuthology.orchestra.run.smithi072.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 11 MB/s | 6.4 MB 00:00 2023-12-07T23:28:12.298 INFO:teuthology.orchestra.run.smithi063.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 420 kB/s | 56 kB 00:00 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================================================== 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================================================== 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout:Installing group/module packages: 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.367 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2023-12-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.stdout:Downgrading: 2023-12-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.368 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.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-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:Installing module profiles: 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout: container-tools/common 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:Enabling module streams: 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout: container-tools 3.0 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================================================== 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:Install 7 Packages 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout:Downgrade 12 Packages 2023-12-07T23:28:12.369 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:12.370 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 51 M 2023-12-07T23:28:12.370 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2023-12-07T23:28:12.490 INFO:teuthology.orchestra.run.smithi063.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 24 MB/s | 11 MB 00:00 2023-12-07T23:28:12.507 INFO:teuthology.orchestra.run.smithi063.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 211 kB/s | 51 kB 00:00 2023-12-07T23:28:12.527 INFO:teuthology.orchestra.run.smithi039.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 330 kB/s | 51 kB 00:00 2023-12-07T23:28:12.528 INFO:teuthology.orchestra.run.smithi072.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T23:28:12.543 INFO:teuthology.orchestra.run.smithi039.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 306 kB/s | 53 kB 00:00 2023-12-07T23:28:12.562 INFO:teuthology.orchestra.run.smithi072.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 648 kB/s | 185 kB 00:00 2023-12-07T23:28:12.569 INFO:teuthology.orchestra.run.smithi039.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 460 kB/s | 91 kB 00:00 2023-12-07T23:28:12.604 INFO:teuthology.orchestra.run.smithi072.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 2.2 MB/s | 1.1 MB 00:00 2023-12-07T23:28:12.616 INFO:teuthology.orchestra.run.smithi063.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.5 MB/s | 322 kB 00:00 2023-12-07T23:28:12.632 INFO:teuthology.orchestra.run.smithi063.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 326 kB/s | 41 kB 00:00 2023-12-07T23:28:12.686 INFO:teuthology.orchestra.run.smithi039.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.1 MB/s | 511 kB 00:00 2023-12-07T23:28:12.728 INFO:teuthology.orchestra.run.smithi039.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 376 kB/s | 69 kB 00:00 2023-12-07T23:28:12.803 INFO:teuthology.orchestra.run.smithi039.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 12 MB/s | 2.9 MB 00:00 2023-12-07T23:28:12.804 INFO:teuthology.orchestra.run.smithi072.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 183 kB/s | 51 kB 00:00 2023-12-07T23:28:12.805 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:28:12.805 INFO:teuthology.orchestra.run.smithi072.stdout:Total 21 MB/s | 51 MB 00:02 2023-12-07T23:28:12.828 INFO:teuthology.orchestra.run.smithi039.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 506 kB/s | 72 kB 00:00 2023-12-07T23:28:12.833 INFO:teuthology.orchestra.run.smithi063.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-07T23:28:12.970 INFO:teuthology.orchestra.run.smithi039.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 360 kB/s | 51 kB 00:00 2023-12-07T23:28:13.000 INFO:teuthology.orchestra.run.smithi063.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 17 MB/s | 6.4 MB 00:00 2023-12-07T23:28:13.029 INFO:teuthology.orchestra.run.smithi039.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 248 kB/s | 56 kB 00:00 2023-12-07T23:28:13.162 INFO:teuthology.orchestra.run.smithi039.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-07T23:28:13.196 INFO:teuthology.orchestra.run.smithi039.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-12-07T23:28:13.233 INFO:teuthology.orchestra.run.smithi063.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-07T23:28:13.280 INFO:teuthology.orchestra.run.smithi039.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 349 kB/s | 41 kB 00:00 2023-12-07T23:28:13.283 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-07T23:28:13.283 INFO:teuthology.orchestra.run.smithi063.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-12-07T23:28:13.325 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-07T23:28:13.326 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-07T23:28:13.351 INFO:teuthology.orchestra.run.smithi063.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.5 MB/s | 185 kB 00:00 2023-12-07T23:28:13.355 INFO:teuthology.orchestra.run.smithi039.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 14 MB/s | 2.2 MB 00:00 2023-12-07T23:28:13.376 INFO:teuthology.orchestra.run.smithi063.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 551 kB/s | 51 kB 00:00 2023-12-07T23:28:13.484 INFO:teuthology.orchestra.run.smithi063.stdout:(19/19): buildah-1.19.9-3.module+el8.6.0+14874+ 10 MB/s | 6.8 MB 00:00 2023-12-07T23:28:13.485 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:28:13.485 INFO:teuthology.orchestra.run.smithi063.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T23:28:13.580 INFO:teuthology.orchestra.run.smithi039.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-12-07T23:28:13.680 INFO:teuthology.orchestra.run.smithi039.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 21 MB/s | 6.8 MB 00:00 2023-12-07T23:28:13.746 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-07T23:28:13.750 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-07T23:28:13.906 INFO:teuthology.orchestra.run.smithi039.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-07T23:28:13.939 INFO:teuthology.orchestra.run.smithi039.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.0 MB/s | 1.1 MB 00:00 2023-12-07T23:28:13.964 INFO:teuthology.orchestra.run.smithi039.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 652 kB/s | 185 kB 00:00 2023-12-07T23:28:13.977 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-07T23:28:14.022 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-07T23:28:14.022 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-07T23:28:14.056 INFO:teuthology.orchestra.run.smithi039.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 337 kB/s | 51 kB 00:00 2023-12-07T23:28:14.057 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:28:14.057 INFO:teuthology.orchestra.run.smithi039.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T23:28:14.472 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-07T23:28:14.476 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-07T23:28:14.555 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2023-12-07T23:28:14.602 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2023-12-07T23:28:14.602 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2023-12-07T23:28:14.883 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-07T23:28:14.942 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T23:28:15.044 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2023-12-07T23:28:15.048 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2023-12-07T23:28:15.122 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:15.131 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:15.152 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:15.338 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:15.704 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-07T23:28:15.750 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T23:28:15.965 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:15.974 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:15.990 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:16.181 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:16.290 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2023-12-07T23:28:16.347 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T23:28:16.564 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:16.574 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T23:28:16.593 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:16.826 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:32.431 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:33.928 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:34.214 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T23:28:34.458 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T23:28:34.574 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T23:28:34.683 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T23:28:34.901 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T23:28:35.119 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T23:28:35.119 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T23:28:35.119 INFO:teuthology.orchestra.run.smithi072.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T23:28:35.119 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:35.845 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T23:28:35.946 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T23:28:36.113 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T23:28:36.228 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T23:28:36.336 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T23:28:36.441 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T23:28:36.544 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T23:28:36.746 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T23:28:36.781 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T23:28:36.782 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T23:28:36.782 INFO:teuthology.orchestra.run.smithi063.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T23:28:36.782 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:36.969 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T23:28:37.193 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T23:28:37.414 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T23:28:37.414 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T23:28:37.414 INFO:teuthology.orchestra.run.smithi039.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T23:28:37.414 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:37.585 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T23:28:37.814 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T23:28:38.049 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T23:28:38.211 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T23:28:38.321 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T23:28:38.463 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T23:28:38.719 INFO:teuthology.orchestra.run.smithi072.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T23:28:39.016 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T23:28:39.333 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T23:28:39.628 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T23:28:39.737 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T23:28:40.025 INFO:teuthology.orchestra.run.smithi063.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T23:28:40.179 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T23:28:40.324 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T23:28:40.472 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T23:28:40.509 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T23:28:40.715 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T23:28:40.934 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T23:28:40.941 INFO:teuthology.orchestra.run.smithi039.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T23:28:41.126 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T23:28:41.136 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T23:28:41.232 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T23:28:41.276 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T23:28:41.276 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:41.585 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:41.767 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T23:28:41.768 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:41.883 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T23:28:41.954 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:42.001 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T23:28:42.103 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:42.137 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T23:28:42.291 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T23:28:42.314 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T23:28:42.445 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T23:28:42.512 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T23:28:42.625 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T23:28:42.638 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T23:28:42.638 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:42.770 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T23:28:42.779 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T23:28:42.919 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T23:28:42.959 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:43.019 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T23:28:43.152 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T23:28:43.153 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:43.241 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T23:28:43.266 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T23:28:43.266 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:43.328 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:43.453 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T23:28:43.462 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:43.595 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:43.627 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T23:28:43.627 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:43.806 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T23:28:43.865 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T23:28:43.947 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T23:28:43.955 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T23:28:44.163 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T23:28:44.163 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:44.166 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T23:28:44.250 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T23:28:44.251 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T23:28:44.252 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T23:28:44.279 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T23:28:44.379 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T23:28:44.395 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T23:28:44.528 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:44.564 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T23:28:44.565 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:44.720 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:44.820 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T23:28:44.970 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T23:28:45.187 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T23:28:45.260 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T23:28:45.328 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T23:28:45.494 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T23:28:45.655 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T23:28:45.655 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T23:28:45.673 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:45.674 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T23:28:45.675 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T23:28:45.675 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T23:28:45.675 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T23:28:45.675 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T23:28:45.675 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T23:28:45.827 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:46.498 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T23:28:46.898 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T23:28:46.899 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T23:28:46.900 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T23:28:46.901 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T23:28:46.901 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T23:28:46.901 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T23:28:48.196 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T23:28:48.196 INFO:teuthology.orchestra.run.smithi072.stdout:Installed products updated. 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout:Downgraded: 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.396 INFO:teuthology.orchestra.run.smithi072.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:48.397 INFO:teuthology.orchestra.run.smithi072.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:48.398 INFO:teuthology.orchestra.run.smithi072.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T23:28:48.398 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:28:48.398 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-07T23:28:48.620 DEBUG:teuthology.parallel:result is None 2023-12-07T23:28:49.892 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T23:28:49.892 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-07T23:28:50.101 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout:Downgraded: 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:50.102 INFO:teuthology.orchestra.run.smithi063.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:28:50.103 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-07T23:28:50.306 DEBUG:teuthology.parallel:result is None 2023-12-07T23:28:51.257 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T23:28:51.258 INFO:teuthology.orchestra.run.smithi039.stdout:Installed products updated. 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout:Downgraded: 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.475 INFO:teuthology.orchestra.run.smithi039.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:28:51.476 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2023-12-07T23:28:51.679 DEBUG:teuthology.parallel:result is None 2023-12-07T23:28:51.679 INFO:teuthology.run_tasks:Running task install... 2023-12-07T23:28:51.688 DEBUG:teuthology.task.install:project ceph 2023-12-07T23:28:51.688 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'}} 2023-12-07T23:28:51.688 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'} 2023-12-07T23:28:51.688 INFO:teuthology.task.install:Using flavor: default 2023-12-07T23:28:51.694 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-07T23:28:51.694 INFO:teuthology.task.install:extra packages: [] 2023-12-07T23:28:51.695 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-07T23:28:51.696 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-07T23:28:51.698 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-07T23:28:51.698 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-07T23:28:51.699 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-07T23:28:51.700 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-07T23:28:51.918 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-07T23:28:51.918 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-07T23:28:51.923 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-07T23:28:51.923 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-07T23:28:51.929 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-07T23:28:51.929 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-07T23:28:52.178 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T23:28:52.178 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2023-12-07T23:28:52.178 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T23:28:52.183 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T23:28:52.183 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-07T23:28:52.183 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T23:28:52.188 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T23:28:52.188 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-07T23:28:52.188 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T23:28:52.208 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-07T23:28:52.208 DEBUG:teuthology.orchestra.run.smithi039:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T23:28:52.217 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-07T23:28:52.217 DEBUG:teuthology.orchestra.run.smithi072:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T23:28:52.221 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-07T23:28:52.221 DEBUG:teuthology.orchestra.run.smithi063:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T23:28:52.278 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:28:52.287 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:28:52.295 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:28:52.358 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:28:52.366 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:28:52.380 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:28:52.424 INFO:teuthology.orchestra.run.smithi039.stdout:check_obsoletes = 1 2023-12-07T23:28:52.425 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum clean all 2023-12-07T23:28:52.432 INFO:teuthology.orchestra.run.smithi072.stdout:check_obsoletes = 1 2023-12-07T23:28:52.434 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum clean all 2023-12-07T23:28:52.449 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2023-12-07T23:28:52.450 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2023-12-07T23:28:52.805 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:52.816 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:52.848 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:53.149 INFO:teuthology.orchestra.run.smithi072.stdout:44 files removed 2023-12-07T23:28:53.187 INFO:teuthology.orchestra.run.smithi039.stdout:44 files removed 2023-12-07T23:28:53.196 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-radosgw 2023-12-07T23:28:53.204 INFO:teuthology.orchestra.run.smithi063.stdout:44 files removed 2023-12-07T23:28:53.235 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-radosgw 2023-12-07T23:28:53.251 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2023-12-07T23:28:53.526 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:53.587 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:53.601 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:28:54.844 INFO:teuthology.orchestra.run.smithi072.stdout:ceph packages for x86_64 97 kB/s | 83 kB 00:00 2023-12-07T23:28:55.025 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 90 kB/s | 83 kB 00:00 2023-12-07T23:28:55.032 INFO:teuthology.orchestra.run.smithi039.stdout:ceph packages for x86_64 90 kB/s | 83 kB 00:00 2023-12-07T23:28:55.530 INFO:teuthology.orchestra.run.smithi072.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-07T23:28:55.768 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 13 kB/s | 9.5 kB 00:00 2023-12-07T23:28:55.874 INFO:teuthology.orchestra.run.smithi039.stdout:ceph noarch packages 12 kB/s | 9.5 kB 00:00 2023-12-07T23:28:56.314 INFO:teuthology.orchestra.run.smithi072.stdout:ceph source packages 1.9 kB/s | 1.5 kB 00:00 2023-12-07T23:28:56.489 INFO:teuthology.orchestra.run.smithi072.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T23:28:56.593 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 1.8 kB/s | 1.5 kB 00:00 2023-12-07T23:28:56.716 INFO:teuthology.orchestra.run.smithi039.stdout:ceph source packages 1.8 kB/s | 1.5 kB 00:00 2023-12-07T23:28:56.768 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-07T23:28:56.858 INFO:teuthology.orchestra.run.smithi039.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-07T23:28:57.562 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-07T23:28:57.854 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T23:28:58.147 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T23:29:01.218 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 613 kB/s | 24 kB 00:00 2023-12-07T23:29:01.369 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 434 kB/s | 24 kB 00:00 2023-12-07T23:29:01.912 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 575 kB/s | 24 kB 00:00 2023-12-07T23:29:02.220 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 MB/s | 47 MB 00:00 2023-12-07T23:29:02.667 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 MB/s | 53 MB 00:01 2023-12-07T23:29:02.805 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-07T23:29:10.738 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 MB/s | 53 MB 00:00 2023-12-07T23:29:11.002 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-12-07T23:29:11.132 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-07T23:29:22.013 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================================== 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================================== 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrading: 2023-12-07T23:29:22.015 INFO:teuthology.orchestra.run.smithi072.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-07T23:29:22.016 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================================== 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout:Install 21 Packages 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrade 2 Packages 2023-12-07T23:29:22.017 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:29:22.018 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 62 M 2023-12-07T23:29:22.018 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-07T23:29:22.805 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2023-12-07T23:29:22.808 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================================== 2023-12-07T23:29:22.808 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2023-12-07T23:29:22.808 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================================== 2023-12-07T23:29:22.808 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2023-12-07T23:29:22.808 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrading: 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T23:29:22.809 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================================== 2023-12-07T23:29:22.810 INFO:teuthology.orchestra.run.smithi039.stdout:Install 21 Packages 2023-12-07T23:29:22.811 INFO:teuthology.orchestra.run.smithi039.stdout:Upgrade 2 Packages 2023-12-07T23:29:22.811 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:29:22.811 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 62 M 2023-12-07T23:29:22.811 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2023-12-07T23:29:23.024 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-07T23:29:23.026 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================================== 2023-12-07T23:29:23.026 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-07T23:29:23.026 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================================== 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T23:29:23.027 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-07T23:29:23.028 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================================== 2023-12-07T23:29:23.029 INFO:teuthology.orchestra.run.smithi063.stdout:Install 21 Packages 2023-12-07T23:29:23.029 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2023-12-07T23:29:23.029 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:29:23.029 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 62 M 2023-12-07T23:29:23.029 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-07T23:29:24.180 INFO:teuthology.orchestra.run.smithi039.stdout:(1/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x8 10 MB/s | 14 MB 00:01 2023-12-07T23:29:24.246 INFO:teuthology.orchestra.run.smithi039.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T23:29:24.388 INFO:teuthology.orchestra.run.smithi039.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 6.0 MB/s | 864 kB 00:00 2023-12-07T23:29:24.497 INFO:teuthology.orchestra.run.smithi039.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 4.9 MB/s | 545 kB 00:00 2023-12-07T23:29:25.090 INFO:teuthology.orchestra.run.smithi072.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 2.0 MB/s | 5.4 MB 00:02 2023-12-07T23:29:25.165 INFO:teuthology.orchestra.run.smithi072.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 324 kB/s | 24 kB 00:00 2023-12-07T23:29:25.214 INFO:teuthology.orchestra.run.smithi039.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 9.7 MB/s | 6.9 MB 00:00 2023-12-07T23:29:25.289 INFO:teuthology.orchestra.run.smithi039.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 599 kB/s | 45 kB 00:00 2023-12-07T23:29:25.364 INFO:teuthology.orchestra.run.smithi039.stdout:(7/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 2.1 MB/s | 5.4 MB 00:02 2023-12-07T23:29:25.431 INFO:teuthology.orchestra.run.smithi039.stdout:(8/23): python3-ceph-common-19.0.0-83.gc56ad3ea 906 kB/s | 129 kB 00:00 2023-12-07T23:29:25.457 INFO:teuthology.orchestra.run.smithi063.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 2.3 MB/s | 5.4 MB 00:02 2023-12-07T23:29:25.465 INFO:teuthology.orchestra.run.smithi039.stdout:(9/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 1.9 MB/s | 197 kB 00:00 2023-12-07T23:29:25.507 INFO:teuthology.orchestra.run.smithi039.stdout:(10/23): python3-rados-19.0.0-83.gc56ad3ea.el8. 4.8 MB/s | 371 kB 00:00 2023-12-07T23:29:25.517 INFO:teuthology.orchestra.run.smithi072.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 2.4 MB/s | 864 kB 00:00 2023-12-07T23:29:25.524 INFO:teuthology.orchestra.run.smithi063.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T23:29:25.582 INFO:teuthology.orchestra.run.smithi039.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.4 MB/s | 106 kB 00:00 2023-12-07T23:29:25.683 INFO:teuthology.orchestra.run.smithi039.stdout:(12/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 1.6 MB/s | 364 kB 00:00 2023-12-07T23:29:25.741 INFO:teuthology.orchestra.run.smithi063.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 3.9 MB/s | 864 kB 00:00 2023-12-07T23:29:25.758 INFO:teuthology.orchestra.run.smithi039.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2023-12-07T23:29:25.758 INFO:teuthology.orchestra.run.smithi072.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 2.2 MB/s | 545 kB 00:00 2023-12-07T23:29:25.783 INFO:teuthology.orchestra.run.smithi039.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 586 kB/s | 59 kB 00:00 2023-12-07T23:29:25.808 INFO:teuthology.orchestra.run.smithi039.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-07T23:29:25.883 INFO:teuthology.orchestra.run.smithi063.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 3.8 MB/s | 545 kB 00:00 2023-12-07T23:29:25.883 INFO:teuthology.orchestra.run.smithi039.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.4 MB/s | 259 kB 00:00 2023-12-07T23:29:25.934 INFO:teuthology.orchestra.run.smithi039.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 878 kB/s | 44 kB 00:00 2023-12-07T23:29:25.976 INFO:teuthology.orchestra.run.smithi039.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 9.0 MB/s | 1.7 MB 00:00 2023-12-07T23:29:26.033 INFO:teuthology.orchestra.run.smithi039.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.5 MB/s | 354 kB 00:00 2023-12-07T23:29:26.093 INFO:teuthology.orchestra.run.smithi039.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 401 kB/s | 47 kB 00:00 2023-12-07T23:29:27.150 INFO:teuthology.orchestra.run.smithi063.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 5.5 MB/s | 6.9 MB 00:01 2023-12-07T23:29:27.225 INFO:teuthology.orchestra.run.smithi063.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 597 kB/s | 45 kB 00:00 2023-12-07T23:29:27.308 INFO:teuthology.orchestra.run.smithi063.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 1.5 MB/s | 129 kB 00:00 2023-12-07T23:29:27.409 INFO:teuthology.orchestra.run.smithi063.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 1.9 MB/s | 197 kB 00:00 2023-12-07T23:29:27.510 INFO:teuthology.orchestra.run.smithi039.stdout:(21/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 2.6 MB/s | 3.8 MB 00:01 2023-12-07T23:29:27.517 INFO:teuthology.orchestra.run.smithi063.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 3.3 MB/s | 371 kB 00:00 2023-12-07T23:29:27.626 INFO:teuthology.orchestra.run.smithi063.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 3.3 MB/s | 364 kB 00:00 2023-12-07T23:29:27.709 INFO:teuthology.orchestra.run.smithi063.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.3 MB/s | 106 kB 00:00 2023-12-07T23:29:27.935 INFO:teuthology.orchestra.run.smithi063.stdout:(12/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x8 4.7 MB/s | 23 MB 00:04 2023-12-07T23:29:28.261 INFO:teuthology.orchestra.run.smithi039.stdout:(22/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x8 4.2 MB/s | 23 MB 00:05 2023-12-07T23:29:28.319 INFO:teuthology.orchestra.run.smithi039.stdout:(23/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 1.7 MB/s | 3.8 MB 00:02 2023-12-07T23:29:28.321 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:29:28.321 INFO:teuthology.orchestra.run.smithi039.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-07T23:29:28.360 INFO:teuthology.orchestra.run.smithi063.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 140 kB/s | 59 kB 00:00 2023-12-07T23:29:28.369 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2023-12-07T23:29:28.419 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2023-12-07T23:29:28.419 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2023-12-07T23:29:28.469 INFO:teuthology.orchestra.run.smithi063.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 403 kB/s | 306 kB 00:00 2023-12-07T23:29:28.511 INFO:teuthology.orchestra.run.smithi063.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2023-12-07T23:29:28.561 INFO:teuthology.orchestra.run.smithi063.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-07T23:29:28.603 INFO:teuthology.orchestra.run.smithi063.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T23:29:28.626 INFO:teuthology.orchestra.run.smithi072.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 2.4 MB/s | 6.9 MB 00:02 2023-12-07T23:29:28.668 INFO:teuthology.orchestra.run.smithi072.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 1.1 MB/s | 45 kB 00:00 2023-12-07T23:29:28.669 INFO:teuthology.orchestra.run.smithi063.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-12-07T23:29:28.712 INFO:teuthology.orchestra.run.smithi063.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-07T23:29:28.735 INFO:teuthology.orchestra.run.smithi072.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 1.9 MB/s | 129 kB 00:00 2023-12-07T23:29:28.791 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2023-12-07T23:29:28.795 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2023-12-07T23:29:28.802 INFO:teuthology.orchestra.run.smithi072.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 2.9 MB/s | 197 kB 00:00 2023-12-07T23:29:28.837 INFO:teuthology.orchestra.run.smithi063.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.7 MB/s | 1.7 MB 00:00 2023-12-07T23:29:28.920 INFO:teuthology.orchestra.run.smithi072.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 3.1 MB/s | 371 kB 00:00 2023-12-07T23:29:29.095 INFO:teuthology.orchestra.run.smithi072.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 2.0 MB/s | 364 kB 00:00 2023-12-07T23:29:29.154 INFO:teuthology.orchestra.run.smithi072.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.8 MB/s | 106 kB 00:00 2023-12-07T23:29:29.162 INFO:teuthology.orchestra.run.smithi063.stdout:(21/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 8.5 MB/s | 3.8 MB 00:00 2023-12-07T23:29:29.321 INFO:teuthology.orchestra.run.smithi072.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-12-07T23:29:29.327 INFO:teuthology.orchestra.run.smithi063.stdout:(22/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 7.7 MB/s | 3.8 MB 00:00 2023-12-07T23:29:29.372 INFO:teuthology.orchestra.run.smithi072.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-12-07T23:29:29.422 INFO:teuthology.orchestra.run.smithi072.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-07T23:29:29.556 INFO:teuthology.orchestra.run.smithi072.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 13 MB/s | 1.7 MB 00:00 2023-12-07T23:29:29.615 INFO:teuthology.orchestra.run.smithi072.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 801 kB/s | 47 kB 00:00 2023-12-07T23:29:29.657 INFO:teuthology.orchestra.run.smithi072.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.0 MB/s | 259 kB 00:00 2023-12-07T23:29:29.782 INFO:teuthology.orchestra.run.smithi072.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 352 kB/s | 44 kB 00:00 2023-12-07T23:29:29.827 INFO:teuthology.orchestra.run.smithi072.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 7.8 MB/s | 354 kB 00:00 2023-12-07T23:29:30.038 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2023-12-07T23:29:30.260 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T23:29:30.288 INFO:teuthology.orchestra.run.smithi063.stdout:(23/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 1.9 MB/s | 14 MB 00:07 2023-12-07T23:29:30.292 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:29:30.292 INFO:teuthology.orchestra.run.smithi063.stdout:Total 8.5 MB/s | 62 MB 00:07 2023-12-07T23:29:30.341 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-07T23:29:30.391 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-07T23:29:30.391 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-07T23:29:30.504 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:30.602 INFO:teuthology.orchestra.run.smithi072.stdout:(20/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 4.9 MB/s | 3.8 MB 00:00 2023-12-07T23:29:30.751 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-07T23:29:30.755 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-07T23:29:30.940 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:31.162 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:31.237 INFO:teuthology.orchestra.run.smithi072.stdout:(21/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 6.0 MB/s | 3.8 MB 00:00 2023-12-07T23:29:31.261 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:31.493 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:29:31.753 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T23:29:31.945 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:31.962 INFO:teuthology.orchestra.run.smithi072.stdout:(22/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 1.4 MB/s | 14 MB 00:09 2023-12-07T23:29:31.988 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-07T23:29:32.205 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T23:29:32.401 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:32.539 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:32.603 INFO:teuthology.orchestra.run.smithi039.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:32.700 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:32.904 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T23:29:32.962 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:33.103 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T23:29:33.164 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:33.257 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:33.432 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:29:33.694 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T23:29:33.819 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T23:29:33.930 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:34.011 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:34.080 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:34.255 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-07T23:29:34.367 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:34.415 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:29:34.588 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:34.654 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:34.675 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:29:34.873 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T23:29:34.905 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-07T23:29:35.078 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:35.172 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T23:29:35.174 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:35.322 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T23:29:35.551 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T23:29:35.784 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T23:29:36.112 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T23:29:36.288 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:36.367 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:36.421 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-07T23:29:36.526 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-07T23:29:36.683 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:29:36.901 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:29:37.090 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-07T23:29:37.371 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:37.438 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:37.548 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T23:29:37.785 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T23:29:38.038 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T23:29:38.238 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-07T23:29:38.262 INFO:teuthology.orchestra.run.smithi072.stdout:(23/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x8 1.4 MB/s | 23 MB 00:15 2023-12-07T23:29:38.264 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:29:38.265 INFO:teuthology.orchestra.run.smithi072.stdout:Total 3.8 MB/s | 62 MB 00:16 2023-12-07T23:29:38.313 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-07T23:29:38.359 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-07T23:29:38.359 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-07T23:29:38.689 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-07T23:29:38.693 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-07T23:29:39.828 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-07T23:29:40.070 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T23:29:40.287 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:40.580 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:40.801 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T23:29:40.802 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:41.096 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:41.194 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:29:41.385 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:29:41.443 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:41.636 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T23:29:41.829 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:42.021 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:42.095 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:42.253 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:29:42.277 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:29:42.373 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:42.512 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:42.613 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:29:42.638 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:42.770 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T23:29:42.845 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T23:29:43.269 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:43.650 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T23:29:43.659 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:43.747 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:43.820 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:43.879 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:29:43.887 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:29:44.022 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-07T23:29:44.190 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:29:44.430 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:29:44.643 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-07T23:29:44.820 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:44.886 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-07T23:29:45.035 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T23:29:45.296 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T23:29:45.538 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T23:29:45.720 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-07T23:29:49.467 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:49.703 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:50.301 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-07T23:29:50.609 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:50.692 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-07T23:29:50.844 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /sys 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /proc 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /dev 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /run 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /mnt 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /var/tmp 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /home 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /tmp 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout:skipping the directory /dev 2023-12-07T23:30:01.884 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /run 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2023-12-07T23:30:03.386 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2023-12-07T23:30:03.387 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2023-12-07T23:30:03.387 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-07T23:30:03.387 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:03.426 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:03.447 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:03.447 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:03.693 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:03.693 INFO:teuthology.orchestra.run.smithi039.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-07T23:30:04.371 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T23:30:04.372 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T23:30:04.373 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T23:30:04.373 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:04.373 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T23:30:04.373 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-07T23:30:04.889 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:04.911 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:04.911 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:05.104 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:05.105 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-07T23:30:05.772 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T23:30:05.773 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T23:30:05.774 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:05.774 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T23:30:05.774 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-07T23:30:08.383 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:08.383 INFO:teuthology.orchestra.run.smithi039.stdout:Installed products updated. 2023-12-07T23:30:08.594 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:08.594 INFO:teuthology.orchestra.run.smithi039.stdout:Upgraded: 2023-12-07T23:30:08.594 INFO:teuthology.orchestra.run.smithi039.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.594 INFO:teuthology.orchestra.run.smithi039.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T23:30:08.595 INFO:teuthology.orchestra.run.smithi039.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T23:30:08.596 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:08.597 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2023-12-07T23:30:08.794 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph-test 2023-12-07T23:30:09.164 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:30:09.871 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:09.871 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-07T23:30:09.906 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 110 kB/s | 4.5 kB 00:00 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.074 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.075 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:10.076 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-07T23:30:10.238 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2023-12-07T23:30:10.265 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2023-12-07T23:30:10.635 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:30:11.228 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:11.228 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /sys 2023-12-07T23:30:11.228 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /proc 2023-12-07T23:30:11.228 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /dev 2023-12-07T23:30:11.228 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /run 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /mnt 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /var/tmp 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /home 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /tmp 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /dev 2023-12-07T23:30:11.229 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:30:11.341 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 113 kB/s | 4.5 kB 00:00 2023-12-07T23:30:11.666 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2023-12-07T23:30:11.908 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2023-12-07T23:30:11.909 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================== 2023-12-07T23:30:11.909 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2023-12-07T23:30:11.909 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================== 2023-12-07T23:30:11.909 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2023-12-07T23:30:11.909 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout:========================================================================================== 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout:Install 6 Packages 2023-12-07T23:30:11.910 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:11.911 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 53 M 2023-12-07T23:30:11.911 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 254 M 2023-12-07T23:30:11.911 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2023-12-07T23:30:11.948 INFO:teuthology.orchestra.run.smithi039.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-07T23:30:12.040 INFO:teuthology.orchestra.run.smithi039.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-07T23:30:12.099 INFO:teuthology.orchestra.run.smithi039.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-12-07T23:30:12.166 INFO:teuthology.orchestra.run.smithi039.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.0 MB/s | 202 kB 00:00 2023-12-07T23:30:12.249 INFO:teuthology.orchestra.run.smithi039.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 543 kB/s | 183 kB 00:00 2023-12-07T23:30:12.664 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:12.686 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-07T23:30:12.686 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:12.902 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T23:30:12.902 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:13.327 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================== 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================== 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-07T23:30:13.328 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout:========================================================================================== 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2023-12-07T23:30:13.329 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:13.330 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 53 M 2023-12-07T23:30:13.330 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 254 M 2023-12-07T23:30:13.330 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-07T23:30:13.368 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-07T23:30:13.435 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-07T23:30:13.477 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T23:30:13.508 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-07T23:30:13.509 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T23:30:13.510 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-07T23:30:13.518 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-07T23:30:13.719 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 472 kB/s | 183 kB 00:00 2023-12-07T23:30:14.441 INFO:teuthology.orchestra.run.smithi039.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 21 MB/s | 52 MB 00:02 2023-12-07T23:30:14.443 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:30:14.443 INFO:teuthology.orchestra.run.smithi039.stdout:Total 21 MB/s | 53 MB 00:02 2023-12-07T23:30:14.482 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2023-12-07T23:30:14.505 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2023-12-07T23:30:14.506 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2023-12-07T23:30:14.805 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2023-12-07T23:30:14.809 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2023-12-07T23:30:15.281 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2023-12-07T23:30:15.456 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:15.539 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:15.770 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T23:30:15.915 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T23:30:16.105 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T23:30:16.272 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:17.358 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T23:30:17.358 INFO:teuthology.orchestra.run.smithi072.stdout:Installed products updated. 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout:Upgraded: 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2023-12-07T23:30:17.544 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.545 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:30:17.546 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-07T23:30:17.706 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-test 2023-12-07T23:30:18.053 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-07T23:30:18.743 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-07T23:30:18.945 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-07T23:30:20.495 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================== 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================== 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-07T23:30:20.496 INFO:teuthology.orchestra.run.smithi072.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================== 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout:Install 6 Packages 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-07T23:30:20.497 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 53 M 2023-12-07T23:30:20.498 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 254 M 2023-12-07T23:30:20.498 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-07T23:30:20.537 INFO:teuthology.orchestra.run.smithi072.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-07T23:30:20.604 INFO:teuthology.orchestra.run.smithi072.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-07T23:30:20.654 INFO:teuthology.orchestra.run.smithi072.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T23:30:20.697 INFO:teuthology.orchestra.run.smithi072.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T23:30:21.105 INFO:teuthology.orchestra.run.smithi072.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 302 kB/s | 183 kB 00:00 2023-12-07T23:30:21.817 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:22.102 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T23:30:22.338 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T23:30:22.385 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 5.8 MB/s | 52 MB 00:09 2023-12-07T23:30:22.387 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:30:22.387 INFO:teuthology.orchestra.run.smithi063.stdout:Total 5.9 MB/s | 53 MB 00:09 2023-12-07T23:30:22.425 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-07T23:30:22.449 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-07T23:30:22.449 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-07T23:30:22.747 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-07T23:30:22.751 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-07T23:30:23.382 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-07T23:30:23.574 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:23.660 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:23.863 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T23:30:24.017 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T23:30:24.182 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T23:30:24.357 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:24.789 INFO:teuthology.orchestra.run.smithi072.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 12 MB/s | 52 MB 00:04 2023-12-07T23:30:24.791 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-07T23:30:24.791 INFO:teuthology.orchestra.run.smithi072.stdout:Total 12 MB/s | 53 MB 00:04 2023-12-07T23:30:24.828 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-07T23:30:24.850 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-07T23:30:24.850 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-07T23:30:25.133 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-07T23:30:25.137 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-07T23:30:25.598 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-07T23:30:25.790 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:25.886 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T23:30:26.110 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T23:30:26.134 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T23:30:26.134 INFO:teuthology.orchestra.run.smithi039.stdout:Installed products updated. 2023-12-07T23:30:26.290 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout: 2023-12-07T23:30:26.333 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2023-12-07T23:30:26.447 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T23:30:26.488 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum -y install ceph 2023-12-07T23:30:26.590 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:26.841 INFO:teuthology.orchestra.run.smithi039.stdout:Updating Subscription Management repositories. 2023-12-07T23:30:27.483 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 141 kB/s | 4.5 kB 00:00 2023-12-07T23:30:27.800 INFO:teuthology.orchestra.run.smithi039.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 126 kB/s | 4.1 kB 00:00 2023-12-07T23:30:29.402 INFO:teuthology.orchestra.run.smithi039.stderr:Error: 2023-12-07T23:30:29.402 INFO:teuthology.orchestra.run.smithi039.stderr: Problem: conflicting requests 2023-12-07T23:30:29.403 INFO:teuthology.orchestra.run.smithi039.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-07T23:30:29.403 INFO:teuthology.orchestra.run.smithi039.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T23:30:29.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:29.485 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 smithi039 with status 1: 'sudo yum -y install ceph' 2023-12-07T23:30:29.500 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 smithi039 with status 1: 'sudo yum -y install ceph' 2023-12-07T23:30:29.866 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=748cfe1d7c6243668676a4eab8a8f576 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 smithi039 with status 1: 'sudo yum -y install ceph' 2023-12-07T23:30:29.869 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T23:30:29.880 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T23:30:29.888 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T23:30:29.889 DEBUG:teuthology.orchestra.run.smithi039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T23:30:29.898 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:29.906 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T23:30:29.909 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T23:30:29.914 INFO:teuthology.orchestra.run.smithi039.stderr:bash: ntpq: command not found 2023-12-07T23:30:29.919 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:30:29.919 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2023-12-07T23:30:29.919 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 14 +1955us[+1955us] +/- 84ms 2023-12-07T23:30:29.920 INFO:teuthology.orchestra.run.smithi039.stdout:^* hv02.front.sepia.ceph.com 3 6 77 14 +8488ns[ -141us] +/- 68ms 2023-12-07T23:30:29.920 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 13 -1529us[-1529us] +/- 63ms 2023-12-07T23:30:29.920 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:30:29.923 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-07T23:30:29.924 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2023-12-07T23:30:29.927 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:30:29.927 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-07T23:30:29.927 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 14 +1988us[+1874us] +/- 84ms 2023-12-07T23:30:29.928 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv02.front.sepia.ceph.com 3 6 77 13 +20us[ -93us] +/- 68ms 2023-12-07T23:30:29.928 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 13 -1496us[-1496us] +/- 63ms 2023-12-07T23:30:29.928 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:30:29.929 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T23:30:29.930 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2023-12-07T23:30:29.930 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 14 +1962us[+1962us] +/- 84ms 2023-12-07T23:30:29.930 INFO:teuthology.orchestra.run.smithi072.stdout:^* hv02.front.sepia.ceph.com 3 6 77 14 +7097ns[ -117us] +/- 68ms 2023-12-07T23:30:29.930 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 14 -1530us[-1530us] +/- 63ms 2023-12-07T23:30:29.930 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T23:30:29.930 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T23:30:29.940 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T23:30:29.940 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T23:30:29.948 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:30:30.069 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:30:30.087 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:30.212 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:30:30.337 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:30:30.358 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:30.358 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-07T23:30:30.358 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-07T23:30:30.358 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T23:30:30.359 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T23:30:30.359 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T23:30:30.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:30.370 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:30:30.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:30.403 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:30:30.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:30.434 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T23:30:30.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T23:30:30.451 INFO:teuthology.task.internal:Duration was 714.216044 seconds 2023-12-07T23:30:30.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T23:30:30.460 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T23:30:30.460 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T23:30:30.462 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T23:30:30.465 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T23:30:30.511 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:30:30.517 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:30:30.519 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T23:30:30.899 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T23:30:30.899 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi039.front.sepia.ceph.com 2023-12-07T23:30:30.899 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:30:30.922 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2023-12-07T23:30:30.922 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:30:30.945 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2023-12-07T23:30:30.945 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:30:30.966 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T23:30:30.966 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T23:30:30.969 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T23:30:30.988 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T23:30:31.043 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T23:30:31.043 DEBUG:teuthology.orchestra.run.smithi039:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T23:30:31.048 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T23:30:31.069 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T23:30:31.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T23:30:31.171 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T23:30:31.172 DEBUG:teuthology.orchestra.run.smithi039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T23:30:31.211 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T23:30:31.260 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T23:30:31.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T23:30:31.342 DEBUG:teuthology.orchestra.run.smithi039:> 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-07T23:30:31.344 DEBUG:teuthology.orchestra.run.smithi063:> 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-07T23:30:31.347 DEBUG:teuthology.orchestra.run.smithi072:> 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-07T23:30:31.369 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = core 2023-12-07T23:30:31.371 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2023-12-07T23:30:31.372 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2023-12-07T23:30:31.403 DEBUG:teuthology.orchestra.run.smithi039:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T23:30:31.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:31.460 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T23:30:31.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:31.477 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T23:30:31.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T23:30:31.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T23:30:31.503 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T23:30:31.505 DEBUG:teuthology.misc:Transferring archived files from smithi039:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558/remote/smithi039 2023-12-07T23:30:31.506 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T23:30:31.557 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558/remote/smithi063 2023-12-07T23:30:31.558 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T23:30:31.627 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558/remote/smithi072 2023-12-07T23:30:31.628 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T23:30:31.678 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T23:30:31.678 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T23:30:31.681 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T23:30:31.683 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T23:30:31.728 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T23:30:31.740 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T23:30:31.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T23:30:31.750 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T23:30:31.750 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T23:30:31.752 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T23:30:31.754 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T23:30:31.767 INFO:teuthology.orchestra.run.smithi039.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 23:30 /home/ubuntu/cephtest 2023-12-07T23:30:31.769 INFO:teuthology.orchestra.run.smithi063.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 23:30 /home/ubuntu/cephtest 2023-12-07T23:30:31.785 INFO:teuthology.orchestra.run.smithi072.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 23:30 /home/ubuntu/cephtest 2023-12-07T23:30:31.786 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T23:30:31.796 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T23:30:31.815 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T23:30:31.819 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-07T23:30:31.844 DEBUG:teuthology.nuke:shortname: smithi039 2023-12-07T23:30:31.844 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T23:30:31.867 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.046785', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:30:31.871 DEBUG:teuthology.nuke:shortname: smithi063 2023-12-07T23:30:31.872 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T23:30:31.899 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.043579', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:30:31.900 DEBUG:teuthology.nuke:shortname: smithi072 2023-12-07T23:30:31.900 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T23:30:31.923 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_21:35:03-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7482558', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 23:12:25.045265', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T23:30:31.935 INFO:teuthology.orchestra.console.smithi039:Power off 2023-12-07T23:30:31.935 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T23:30:31.966 DEBUG:teuthology.orchestra.console.smithi039:power off output: Chassis Power Control: Down/Off 2023-12-07T23:30:31.967 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:31.987 INFO:teuthology.orchestra.console.smithi063:Power off 2023-12-07T23:30:31.987 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T23:30:32.003 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is on 2023-12-07T23:30:32.016 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2023-12-07T23:30:32.016 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:32.034 INFO:teuthology.orchestra.console.smithi072:Power off 2023-12-07T23:30:32.034 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T23:30:32.046 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-07T23:30:32.060 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2023-12-07T23:30:32.060 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:32.079 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:32.084 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-07T23:30:32.300 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-07T23:30:32.300 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-07T23:30:32.300 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-07T23:30:32.301 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T23:30:32.301 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T23:30:32.301 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T23:30:34.155 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T23:30:34.155 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-07T23:30:34.354 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:34.354 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-07T23:30:34.354 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T23:30:34.354 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T23:30:34.354 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T23:30:34.355 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-07T23:30:34.355 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-07T23:30:34.497 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2023-12-07T23:30:34.850 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-07T23:30:35.295 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T23:30:35.295 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T23:30:35.527 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-07T23:30:35.843 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 144 kB/s | 4.1 kB 00:00 2023-12-07T23:30:35.929 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T23:30:36.004 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:36.047 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:36.085 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:36.115 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is on 2023-12-07T23:30:36.159 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-07T23:30:36.196 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-07T23:30:40.121 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:40.159 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:40.197 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T23:30:40.231 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is off 2023-12-07T23:30:40.269 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2023-12-07T23:30:40.309 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2023-12-07T23:30:40.334 INFO:teuthology.orchestra.console.smithi039:Power off completed 2023-12-07T23:30:40.371 INFO:teuthology.orchestra.console.smithi063:Power off completed 2023-12-07T23:30:40.409 INFO:teuthology.orchestra.console.smithi072:Power off completed 2023-12-07T23:30:40.514 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 714.2160444259644 failure_reason: 'Command failed on smithi039 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=748cfe1d7c6243668676a4eab8a8f576 status: fail success: false 2023-12-07T23:30:40.515 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T23:30:40.586 INFO:teuthology.run:FAIL