2023-12-07T16:50:29.415 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T16:50:29.416 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225 --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_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225/orig.config.yaml 2023-12-07T16:50:29.447 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:50:29.524 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225 branch: wip-yuri-testing-2023-12-06-1240 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7482225' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri-testing-2023-12-06-1240 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: f0c322331348463ad8afb13a3a03e833bee1c39c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0c322331348463ad8afb13a3a03e833bee1c39c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2023-12-06-1240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 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: 6240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2023-12-06-1240 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0c322331348463ad8afb13a3a03e833bee1c39c targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi057.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_16:39:06 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T16:50:29.524 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa; will attempt to use it 2023-12-07T16:50:29.525 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa/tasks 2023-12-07T16:50:29.525 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T16:50:29.527 INFO:teuthology.task.internal:Checking packages... 2023-12-07T16:50:29.555 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f0c322331348463ad8afb13a3a03e833bee1c39c' 2023-12-07T16:50:29.556 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T16:50:29.556 INFO:teuthology.packaging:ref: None 2023-12-07T16:50:29.556 INFO:teuthology.packaging:tag: None 2023-12-07T16:50:29.556 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-12-06-1240 2023-12-07T16:50:29.556 INFO:teuthology.packaging:sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T16:50:29.556 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri-testing-2023-12-06-1240 2023-12-07T16:50:29.697 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-37.gf0c32233 2023-12-07T16:50:29.697 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T16:50:29.705 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T16:50:29.705 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T16:50:29.710 INFO:teuthology.task.internal:Saving configuration 2023-12-07T16:50:29.724 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T16:50:29.730 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:50:29.758 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.864304', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:50:29.777 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.862833', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:50:29.800 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.865687', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:50:29.800 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T16:50:29.809 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T16:50:29.809 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T16:50:29.809 INFO:teuthology.task.internal:roles: ubuntu@smithi057.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T16:50:29.809 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T16:50:29.999 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4833b09ee0>, signals=[15]) 2023-12-07T16:50:30.000 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T16:50:30.008 INFO:teuthology.task.internal:Opening connections... 2023-12-07T16:50:30.008 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-12-07T16:50:30.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:30.078 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2023-12-07T16:50:30.082 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:30.194 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2023-12-07T16:50:30.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:30.262 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T16:50:30.268 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-12-07T16:50:30.291 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-12-07T16:50:30.291 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:50:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:50:30.353 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:50:30.354 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-12-07T16:50:30.374 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2023-12-07T16:50:30.395 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2023-12-07T16:50:30.395 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:ID="rhel" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="fedora" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="8.6" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:50:30.455 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:50:30.456 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:50:30.456 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2023-12-07T16:50:30.474 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2023-12-07T16:50:30.497 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2023-12-07T16:50:30.498 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2023-12-07T16:50:30.562 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:50:30.562 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:50:30.562 INFO:teuthology.orchestra.run.smithi057.stdout:ID="rhel" 2023-12-07T16:50:30.562 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE="fedora" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="8.6" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:ANSI_COLOR="0;31" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:50:30.563 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:50:30.564 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2023-12-07T16:50:30.599 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T16:50:30.609 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T16:50:30.643 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T16:50:30.643 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:50:30.646 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:50:30.649 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:50:30.669 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T16:50:30.677 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T16:50:30.677 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:50:30.705 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:50:30.708 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:50:30.739 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T16:50:30.826 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T16:50:30.844 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T16:50:30.844 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-07T16:50:30.845 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:50:30.845 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:50:30.845 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:50:30.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:30.865 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2023-12-07T16:50:30.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:30.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:30.867 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2023-12-07T16:50:30.867 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-12-07T16:50:30.926 INFO:teuthology.orchestra.run.smithi049.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.927 INFO:teuthology.task.kernel:Running kernel on smithi049: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.927 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2023-12-07T16:50:30.929 INFO:teuthology.orchestra.run.smithi057.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.930 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.931 INFO:teuthology.task.kernel:Running kernel on smithi057: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.931 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum install -y kernel 2023-12-07T16:50:30.931 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:30.931 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-12-07T16:50:32.077 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:32.078 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-07T16:50:32.157 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:32.157 INFO:teuthology.orchestra.run.smithi049.stdout:Unable to read consumer identity 2023-12-07T16:50:32.291 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:32.291 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-07T16:50:33.532 INFO:teuthology.orchestra.run.smithi057.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-07T16:50:33.704 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-07T16:50:33.907 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T16:50:35.090 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-07T16:50:35.385 INFO:teuthology.orchestra.run.smithi057.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-07T16:50:38.832 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 605 kB/s | 24 kB 00:00 2023-12-07T16:50:39.083 INFO:teuthology.orchestra.run.smithi057.stdout:lab-extras 443 kB/s | 24 kB 00:00 2023-12-07T16:50:39.543 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:50:39.599 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-07T16:50:39.599 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-12-07T16:50:39.599 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-07T16:50:39.718 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:50:39.832 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:50:39.893 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-07T16:50:39.894 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2023-12-07T16:50:39.894 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-07T16:50:40.011 DEBUG:teuthology.orchestra.run.smithi057:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:50:40.070 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:40.070 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-07T16:50:40.359 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:50:38 PM UTC. 2023-12-07T16:50:40.362 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:40.362 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-07T16:50:40.402 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:40.447 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:40.494 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2023-12-07T16:50:40.643 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 04:50:39 PM UTC. 2023-12-07T16:50:40.688 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:40.718 INFO:teuthology.orchestra.run.smithi057.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:40.766 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum reinstall -y kernel || true 2023-12-07T16:50:40.845 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:40.845 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-07T16:50:41.116 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:41.116 INFO:teuthology.orchestra.run.smithi057.stdout:Unable to read consumer identity 2023-12-07T16:50:41.119 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 04:50:38 PM UTC. 2023-12-07T16:50:41.164 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:41.188 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:41.236 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:50:41.321 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:41.321 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:41.321 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:50:41.321 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T16:50:41.321 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:50:41.380 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-12-07T16:50:41.391 DEBUG:teuthology.parallel:result is None 2023-12-07T16:50:41.401 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:50:39 PM UTC. 2023-12-07T16:50:41.445 INFO:teuthology.orchestra.run.smithi057.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:41.469 INFO:teuthology.orchestra.run.smithi057.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:41.515 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:50:41.599 INFO:teuthology.orchestra.run.smithi057.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:41.599 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:41.599 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:50:41.599 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T16:50:41.599 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:50:41.626 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2023-12-07T16:50:41.639 DEBUG:teuthology.parallel:result is None 2023-12-07T16:50:42.570 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 1.8 MB/s | 16 MB 00:08 2023-12-07T16:50:46.337 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 436 kB/s | 24 kB 00:00 2023-12-07T16:50:47.075 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:50:47.130 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2023-12-07T16:50:47.130 INFO:teuthology.orchestra.run.smithi049.stdout:Nothing to do. 2023-12-07T16:50:47.130 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2023-12-07T16:50:47.279 DEBUG:teuthology.orchestra.run.smithi049:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:50:47.671 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:47.671 INFO:teuthology.orchestra.run.smithi049.stdout:Unable to read consumer identity 2023-12-07T16:50:47.951 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 04:50:46 PM UTC. 2023-12-07T16:50:47.998 INFO:teuthology.orchestra.run.smithi049.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:48.054 INFO:teuthology.orchestra.run.smithi049.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:48.101 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum reinstall -y kernel || true 2023-12-07T16:50:48.448 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T16:50:48.449 INFO:teuthology.orchestra.run.smithi049.stdout:Unable to read consumer identity 2023-12-07T16:50:48.723 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:50:46 PM UTC. 2023-12-07T16:50:48.768 INFO:teuthology.orchestra.run.smithi049.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:50:48.787 INFO:teuthology.orchestra.run.smithi049.stderr:Error: No packages marked for reinstall. 2023-12-07T16:50:48.838 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:50:48.923 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:48.923 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:50:48.923 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:50:48.924 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T16:50:48.924 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:50:48.954 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2023-12-07T16:50:48.966 DEBUG:teuthology.parallel:result is None 2023-12-07T16:50:48.966 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T16:50:48.974 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T16:50:48.974 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:50:48.977 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:50:49.010 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:50:49.031 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T16:50:49.037 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T16:50:49.047 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T16:50:49.048 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:50:49.051 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:50:49.067 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:50:49.098 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T16:50:49.104 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T16:50:49.104 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T16:50:49.115 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T16:50:49.127 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T16:50:49.159 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.161 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.171 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.172 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.188 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.201 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:50:49.203 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T16:50:49.210 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T16:50:49.210 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:50:49.213 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:50:49.215 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:50:49.247 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T16:50:49.259 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T16:50:49.259 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:50:49.284 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:50:49.286 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:50:49.306 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:49.391 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:49.454 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:49.504 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:49.548 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-07T16:50:49.548 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:50:49.621 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:49.663 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:49.714 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:49.802 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:49.841 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2023-12-07T16:50:49.842 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:50:49.919 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:49.976 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:50:50.028 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:50.122 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:50:50.169 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-07T16:50:50.169 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:50:50.240 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-12-07T16:50:50.243 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2023-12-07T16:50:50.245 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2023-12-07T16:50:50.313 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:50:50.314 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:50:50.340 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:50:50.650 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T16:50:50.658 INFO:teuthology.task.internal:Starting timer... 2023-12-07T16:50:50.658 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T16:50:50.672 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T16:50:50.682 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T16:50:50.683 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-12-07T16:50:50.745 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-12-07T16:50:50.752 DEBUG:teuthology.orchestra.run.smithi049:> sudo service auditd rotate 2023-12-07T16:50:50.821 INFO:teuthology.orchestra.run.smithi049.stdout:Rotating logs: 2023-12-07T16:50:50.823 DEBUG:teuthology.orchestra.run.smithi057:> sudo service auditd rotate 2023-12-07T16:50:50.886 INFO:teuthology.orchestra.run.smithi057.stdout:Rotating logs: 2023-12-07T16:50:50.887 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T16:50:50.888 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-12-07T16:50:50.919 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-12-07T16:50:50.920 DEBUG:teuthology.orchestra.run.smithi049:> /usr/sbin/getenforce 2023-12-07T16:50:50.946 INFO:teuthology.orchestra.run.smithi049.stdout:Permissive 2023-12-07T16:50:50.946 DEBUG:teuthology.orchestra.run.smithi057:> /usr/sbin/getenforce 2023-12-07T16:50:50.970 INFO:teuthology.orchestra.run.smithi057.stdout:Permissive 2023-12-07T16:50:50.970 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi049.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi057.front.sepia.ceph.com': 'permissive'} 2023-12-07T16:50:50.970 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T16:50:51.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:51.001 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T16:50:51.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:51.029 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T16:50:51.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:50:51.058 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T16:50:51.058 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:50:51.086 DEBUG:teuthology.orchestra.run.smithi049:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:50:51.114 DEBUG:teuthology.orchestra.run.smithi057:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:50:51.142 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T16:50:51.152 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-07T16:50:51.153 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T16:50:51.176 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-07T16:50:51.177 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi049.front.sepia.ceph.com,smithi057.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T17:06:26.218 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi057.front.sepia.ceph.com')] 2023-12-07T17:06:26.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-07T17:06:26.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:06:26.288 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-12-07T17:06:26.355 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-07T17:06:26.356 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2023-12-07T17:06:26.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:06:26.425 DEBUG:teuthology.orchestra.run.smithi049:> true 2023-12-07T17:06:26.491 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2023-12-07T17:06:26.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-07T17:06:26.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:06:26.561 DEBUG:teuthology.orchestra.run.smithi057:> true 2023-12-07T17:06:26.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-12-07T17:06:26.634 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T17:06:26.644 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T17:06:26.644 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:06:26.645 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:06:26.647 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:06:26.647 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:06:26.649 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:06:26.649 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:06:26.679 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:06:26.679 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:06:26.694 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:06:26.695 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:06:26.709 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:06:26.725 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:06:26.760 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-12-07T17:06:26.770 INFO:teuthology.orchestra.run.smithi049.stderr:sudo: ntpd: command not found 2023-12-07T17:06:26.773 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-12-07T17:06:26.782 INFO:teuthology.orchestra.run.smithi049.stdout:506 Cannot talk to daemon 2023-12-07T17:06:26.788 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:06:26.797 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:06:26.802 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:06:26.803 INFO:teuthology.orchestra.run.smithi057.stderr:sudo: ntpd: command not found 2023-12-07T17:06:26.811 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:06:26.816 INFO:teuthology.orchestra.run.smithi057.stdout:506 Cannot talk to daemon 2023-12-07T17:06:26.832 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:06:26.847 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:06:26.873 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.876 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.894 INFO:teuthology.orchestra.run.smithi049.stderr:bash: ntpq: command not found 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.898 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.929 INFO:teuthology.orchestra.run.smithi057.stderr:bash: ntpq: command not found 2023-12-07T17:06:26.932 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:06:26.932 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2023-12-07T17:06:26.933 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.933 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.933 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.933 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:06:26.934 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T17:06:26.944 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T17:06:26.944 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-12-07T17:06:26.944 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:06:26.945 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi049.front.sepia.ceph.com 2023-12-07T17:06:26.945 DEBUG:teuthology.orchestra.run.smithi049:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:06:26.945 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi057.front.sepia.ceph.com 2023-12-07T17:06:26.945 DEBUG:teuthology.orchestra.run.smithi057:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:06:27.338 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:27.339 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:27.366 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:29.310 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-07T17:06:29.389 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-07T17:06:29.527 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-07T17:06:29.597 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2023-12-07T17:06:29.673 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2023-12-07T17:06:29.904 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2023-12-07T17:06:31.810 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout:Resetting modules: 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2023-12-07T17:06:31.811 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:06:31.846 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-07T17:06:31.847 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-07T17:06:31.847 INFO:teuthology.orchestra.run.smithi057.stdout: Package Architecture Version Repository Size 2023-12-07T17:06:31.847 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-07T17:06:31.847 INFO:teuthology.orchestra.run.smithi057.stdout:Resetting modules: 2023-12-07T17:06:31.847 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools 2023-12-07T17:06:31.848 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:06:31.848 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-07T17:06:31.848 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2023-12-07T17:06:31.848 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:06:32.043 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-07T17:06:32.044 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:06:39.929 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-07T17:06:39.935 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2023-12-07T17:06:40.405 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:40.474 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:41.741 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-07T17:06:42.216 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-07T17:06:42.227 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:42.227 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-07T17:06:42.567 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-07T17:06:42.570 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-07T17:06:43.924 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-07T17:06:44.337 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-07T17:06:44.716 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2023-12-07T17:06:44.742 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-07T17:06:44.816 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================================================== 2023-12-07T17:06:44.816 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2023-12-07T17:06:44.816 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================================================== 2023-12-07T17:06:44.816 INFO:teuthology.orchestra.run.smithi049.stdout:Installing group/module packages: 2023-12-07T17:06:44.816 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout:Downgrading: 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.817 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.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-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Installing module profiles: 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools/common 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling module streams: 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout: container-tools 3.0 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================================================== 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Install 7 Packages 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout:Downgrade 12 Packages 2023-12-07T17:06:44.818 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:06:44.819 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 51 M 2023-12-07T17:06:44.819 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2023-12-07T17:06:44.843 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-07T17:06:44.843 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2023-12-07T17:06:44.843 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-07T17:06:44.843 INFO:teuthology.orchestra.run.smithi057.stdout:Installing group/module packages: 2023-12-07T17:06:44.843 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout:Downgrading: 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.844 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.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-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:Installing module profiles: 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools/common 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling module streams: 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout: container-tools 3.0 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================================================== 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:Install 7 Packages 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout:Downgrade 12 Packages 2023-12-07T17:06:44.845 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:06:44.846 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 51 M 2023-12-07T17:06:44.846 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2023-12-07T17:06:44.976 INFO:teuthology.orchestra.run.smithi049.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 585 kB/s | 91 kB 00:00 2023-12-07T17:06:45.001 INFO:teuthology.orchestra.run.smithi049.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 292 kB/s | 53 kB 00:00 2023-12-07T17:06:45.029 INFO:teuthology.orchestra.run.smithi057.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 292 kB/s | 53 kB 00:00 2023-12-07T17:06:45.035 INFO:teuthology.orchestra.run.smithi049.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 239 kB/s | 51 kB 00:00 2023-12-07T17:06:45.096 INFO:teuthology.orchestra.run.smithi057.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 366 kB/s | 91 kB 00:00 2023-12-07T17:06:45.121 INFO:teuthology.orchestra.run.smithi057.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 187 kB/s | 51 kB 00:00 2023-12-07T17:06:45.135 INFO:teuthology.orchestra.run.smithi049.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.1 MB/s | 511 kB 00:00 2023-12-07T17:06:45.155 INFO:teuthology.orchestra.run.smithi057.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-07T17:06:45.222 INFO:teuthology.orchestra.run.smithi057.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 551 kB/s | 69 kB 00:00 2023-12-07T17:06:45.243 INFO:teuthology.orchestra.run.smithi049.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 285 kB/s | 69 kB 00:00 2023-12-07T17:06:45.280 INFO:teuthology.orchestra.run.smithi057.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 575 kB/s | 72 kB 00:00 2023-12-07T17:06:45.293 INFO:teuthology.orchestra.run.smithi049.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-12-07T17:06:45.319 INFO:teuthology.orchestra.run.smithi049.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 392 kB/s | 72 kB 00:00 2023-12-07T17:06:45.389 INFO:teuthology.orchestra.run.smithi057.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-12-07T17:06:45.428 INFO:teuthology.orchestra.run.smithi049.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 418 kB/s | 56 kB 00:00 2023-12-07T17:06:45.455 INFO:teuthology.orchestra.run.smithi057.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 319 kB/s | 56 kB 00:00 2023-12-07T17:06:45.481 INFO:teuthology.orchestra.run.smithi057.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 555 kB/s | 51 kB 00:00 2023-12-07T17:06:45.494 INFO:teuthology.orchestra.run.smithi049.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 291 kB/s | 51 kB 00:00 2023-12-07T17:06:45.643 INFO:teuthology.orchestra.run.smithi057.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-07T17:06:45.673 INFO:teuthology.orchestra.run.smithi057.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-07T17:06:45.686 INFO:teuthology.orchestra.run.smithi049.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-07T17:06:45.720 INFO:teuthology.orchestra.run.smithi049.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-07T17:06:45.732 INFO:teuthology.orchestra.run.smithi057.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 460 kB/s | 41 kB 00:00 2023-12-07T17:06:45.812 INFO:teuthology.orchestra.run.smithi049.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 326 kB/s | 41 kB 00:00 2023-12-07T17:06:45.857 INFO:teuthology.orchestra.run.smithi057.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 12 MB/s | 2.2 MB 00:00 2023-12-07T17:06:45.913 INFO:teuthology.orchestra.run.smithi049.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-07T17:06:46.024 INFO:teuthology.orchestra.run.smithi057.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 22 MB/s | 6.4 MB 00:00 2023-12-07T17:06:46.146 INFO:teuthology.orchestra.run.smithi049.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-07T17:06:46.266 INFO:teuthology.orchestra.run.smithi057.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 23 MB/s | 19 MB 00:00 2023-12-07T17:06:46.288 INFO:teuthology.orchestra.run.smithi049.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-07T17:06:46.316 INFO:teuthology.orchestra.run.smithi057.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.7 MB/s | 1.1 MB 00:00 2023-12-07T17:06:46.338 INFO:teuthology.orchestra.run.smithi049.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-07T17:06:46.366 INFO:teuthology.orchestra.run.smithi057.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.8 MB/s | 185 kB 00:00 2023-12-07T17:06:46.406 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-07T17:06:46.430 INFO:teuthology.orchestra.run.smithi049.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T17:06:46.458 INFO:teuthology.orchestra.run.smithi057.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 11 MB/s | 6.8 MB 00:00 2023-12-07T17:06:46.497 INFO:teuthology.orchestra.run.smithi049.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 319 kB/s | 51 kB 00:00 2023-12-07T17:06:46.506 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-12-07T17:06:46.506 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:06:46.507 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrading: 2023-12-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.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-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-12-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-12-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-12-07T17:06:46.508 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 3.0 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:Install 7 Packages 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrade 12 Packages 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 51 M 2023-12-07T17:06:46.509 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-07T17:06:46.522 INFO:teuthology.orchestra.run.smithi049.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 791 kB/s | 185 kB 00:00 2023-12-07T17:06:46.522 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:46.523 INFO:teuthology.orchestra.run.smithi049.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T17:06:46.558 INFO:teuthology.orchestra.run.smithi057.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 209 kB/s | 51 kB 00:00 2023-12-07T17:06:46.559 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:46.559 INFO:teuthology.orchestra.run.smithi057.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T17:06:46.652 INFO:teuthology.orchestra.run.smithi005.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 642 kB/s | 91 kB 00:00 2023-12-07T17:06:46.686 INFO:teuthology.orchestra.run.smithi005.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 293 kB/s | 51 kB 00:00 2023-12-07T17:06:46.711 INFO:teuthology.orchestra.run.smithi005.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 264 kB/s | 53 kB 00:00 2023-12-07T17:06:46.795 INFO:teuthology.orchestra.run.smithi005.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-12-07T17:06:46.870 INFO:teuthology.orchestra.run.smithi005.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 376 kB/s | 69 kB 00:00 2023-12-07T17:06:46.954 INFO:teuthology.orchestra.run.smithi005.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 12 MB/s | 2.9 MB 00:00 2023-12-07T17:06:46.979 INFO:teuthology.orchestra.run.smithi005.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 391 kB/s | 72 kB 00:00 2023-12-07T17:06:47.017 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2023-12-07T17:06:47.064 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2023-12-07T17:06:47.064 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2023-12-07T17:06:47.064 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2023-12-07T17:06:47.096 INFO:teuthology.orchestra.run.smithi005.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 438 kB/s | 51 kB 00:00 2023-12-07T17:06:47.109 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2023-12-07T17:06:47.110 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2023-12-07T17:06:47.121 INFO:teuthology.orchestra.run.smithi005.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 334 kB/s | 56 kB 00:00 2023-12-07T17:06:47.255 INFO:teuthology.orchestra.run.smithi005.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 2.4 MB/s | 322 kB 00:00 2023-12-07T17:06:47.397 INFO:teuthology.orchestra.run.smithi005.stdout:(11/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-12-07T17:06:47.422 INFO:teuthology.orchestra.run.smithi005.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 244 kB/s | 41 kB 00:00 2023-12-07T17:06:47.517 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2023-12-07T17:06:47.521 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2023-12-07T17:06:47.555 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2023-12-07T17:06:47.556 INFO:teuthology.orchestra.run.smithi005.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 14 MB/s | 2.2 MB 00:00 2023-12-07T17:06:47.559 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2023-12-07T17:06:47.806 INFO:teuthology.orchestra.run.smithi005.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 27 MB/s | 19 MB 00:00 2023-12-07T17:06:47.907 INFO:teuthology.orchestra.run.smithi005.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-07T17:06:47.998 INFO:teuthology.orchestra.run.smithi005.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-07T17:06:48.091 INFO:teuthology.orchestra.run.smithi005.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T17:06:48.115 INFO:teuthology.orchestra.run.smithi005.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 887 kB/s | 185 kB 00:00 2023-12-07T17:06:48.157 INFO:teuthology.orchestra.run.smithi005.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 319 kB/s | 51 kB 00:00 2023-12-07T17:06:48.158 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:48.158 INFO:teuthology.orchestra.run.smithi005.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-07T17:06:48.654 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-07T17:06:48.699 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-07T17:06:48.699 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-07T17:06:48.738 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2023-12-07T17:06:48.740 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2023-12-07T17:06:48.794 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:06:48.798 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:06:48.954 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:48.956 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:48.963 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:48.965 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:48.981 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:06:48.986 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:06:49.158 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-07T17:06:49.162 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-07T17:06:49.189 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:06:49.220 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:06:50.386 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-07T17:06:50.457 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:06:50.624 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:50.634 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:06:50.653 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:06:50.865 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:07:06.973 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:07:07.207 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:07:08.833 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:07:09.032 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:07:09.080 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:07:09.132 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:07:09.291 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:07:09.349 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:07:09.501 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:07:09.569 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:07:09.709 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:07:09.709 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:07:09.709 INFO:teuthology.orchestra.run.smithi049.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:07:09.709 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:07:09.758 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:07:09.954 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:07:09.954 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:07:09.954 INFO:teuthology.orchestra.run.smithi057.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:07:09.954 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:07:10.500 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:07:10.712 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:07:10.761 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:07:10.922 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:07:10.977 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:07:11.118 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:07:11.351 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:07:11.536 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:07:11.773 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:07:11.774 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:07:11.774 INFO:teuthology.orchestra.run.smithi005.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:07:11.774 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:07:12.265 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:07:12.485 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:07:12.574 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:07:12.576 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:07:12.798 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:07:12.809 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:07:12.990 INFO:teuthology.orchestra.run.smithi049.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:07:13.214 INFO:teuthology.orchestra.run.smithi057.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:07:13.298 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:07:13.488 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:07:14.058 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:07:14.290 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:07:14.713 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:07:14.814 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:07:15.057 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:07:15.060 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:07:15.108 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:07:15.262 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:07:15.317 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:07:15.375 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:07:15.469 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:07:15.518 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:07:15.594 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:07:15.594 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:15.692 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:07:15.808 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:07:15.808 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:15.916 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:16.081 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:07:16.082 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:16.108 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:16.118 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:07:16.298 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:07:16.298 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:16.404 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:16.485 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:16.519 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:16.618 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:16.678 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:07:16.777 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:07:16.869 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:07:16.889 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:07:16.926 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:07:17.048 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:07:17.123 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:07:17.129 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:07:17.220 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:07:17.251 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:07:17.318 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:07:17.335 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:07:17.359 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:07:17.476 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:07:17.476 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:17.515 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:07:17.515 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:17.521 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:07:17.643 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:17.645 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:07:17.645 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:17.692 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:17.951 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:07:18.133 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:07:18.133 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:18.194 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:07:18.245 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:07:18.330 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:07:18.455 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:18.576 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:18.576 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:07:18.576 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:07:18.577 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:07:18.578 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:07:18.631 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:07:18.643 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:18.643 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:07:18.643 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:07:18.643 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:07:18.643 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:07:18.644 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:07:18.645 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:07:18.646 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:07:18.780 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:07:18.948 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:07:19.113 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:07:19.246 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:07:19.447 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:07:19.447 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:19.604 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:20.160 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:07:20.575 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:07:20.576 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:07:20.577 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:07:20.577 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:07:20.577 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:07:20.577 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:07:20.577 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:07:28.127 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:07:28.127 INFO:teuthology.orchestra.run.smithi057.stdout:Installed products updated. 2023-12-07T17:07:28.238 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:07:28.238 INFO:teuthology.orchestra.run.smithi049.stdout:Installed products updated. 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout:Downgraded: 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.338 INFO:teuthology.orchestra.run.smithi057.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.339 INFO:teuthology.orchestra.run.smithi057.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.340 INFO:teuthology.orchestra.run.smithi057.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:07:28.340 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:07:28.340 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-07T17:07:28.445 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:07:28.445 INFO:teuthology.orchestra.run.smithi049.stdout:Downgraded: 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.446 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:07:28.447 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2023-12-07T17:07:28.536 DEBUG:teuthology.parallel:result is None 2023-12-07T17:07:28.647 DEBUG:teuthology.parallel:result is None 2023-12-07T17:07:30.727 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:07:30.728 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-12-07T17:07:30.942 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:07:30.942 INFO:teuthology.orchestra.run.smithi005.stdout:Downgraded: 2023-12-07T17:07:30.942 INFO:teuthology.orchestra.run.smithi005.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.943 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.944 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:07:30.944 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:07:30.944 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:07:30.944 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:07:30.944 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-07T17:07:31.179 DEBUG:teuthology.parallel:result is None 2023-12-07T17:07:31.179 INFO:teuthology.run_tasks:Running task install... 2023-12-07T17:07:31.189 DEBUG:teuthology.task.install:project ceph 2023-12-07T17:07:31.189 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'}} 2023-12-07T17:07:31.189 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'} 2023-12-07T17:07:31.190 INFO:teuthology.task.install:Using flavor: default 2023-12-07T17:07:31.196 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-07T17:07:31.196 INFO:teuthology.task.install:extra packages: [] 2023-12-07T17:07:31.196 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:07:31.197 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:07:31.199 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:07:31.199 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:07:31.200 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:07:31.201 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:07:31.340 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:07:31.340 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:07:31.349 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:07:31.349 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:07:31.492 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:07:31.492 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:07:31.533 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:07:31.534 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-12-07T17:07:31.534 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:07:31.545 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:07:31.546 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2023-12-07T17:07:31.546 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:07:31.562 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-07T17:07:31.562 DEBUG:teuthology.orchestra.run.smithi057:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:07:31.573 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-07T17:07:31.573 DEBUG:teuthology.orchestra.run.smithi049:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:07:31.632 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:07:31.641 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:07:31.669 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:07:31.669 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-07T17:07:31.669 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:07:31.697 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-07T17:07:31.697 DEBUG:teuthology.orchestra.run.smithi005:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:07:31.712 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:07:31.719 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:07:31.766 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:07:31.778 INFO:teuthology.orchestra.run.smithi057.stdout:check_obsoletes = 1 2023-12-07T17:07:31.779 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum clean all 2023-12-07T17:07:31.788 INFO:teuthology.orchestra.run.smithi049.stdout:check_obsoletes = 1 2023-12-07T17:07:31.789 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum clean all 2023-12-07T17:07:31.844 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:07:31.912 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2023-12-07T17:07:31.913 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2023-12-07T17:07:32.179 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:32.209 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:32.351 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:33.438 INFO:teuthology.orchestra.run.smithi057.stdout:44 files removed 2023-12-07T17:07:33.487 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-radosgw 2023-12-07T17:07:33.494 INFO:teuthology.orchestra.run.smithi049.stdout:44 files removed 2023-12-07T17:07:33.543 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-radosgw 2023-12-07T17:07:33.627 INFO:teuthology.orchestra.run.smithi005.stdout:44 files removed 2023-12-07T17:07:33.676 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2023-12-07T17:07:33.860 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:33.897 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:34.048 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:35.693 INFO:teuthology.orchestra.run.smithi049.stdout:ceph packages for x86_64 225 kB/s | 81 kB 00:00 2023-12-07T17:07:35.782 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 317 kB/s | 81 kB 00:00 2023-12-07T17:07:35.838 INFO:teuthology.orchestra.run.smithi057.stdout:ceph packages for x86_64 185 kB/s | 81 kB 00:00 2023-12-07T17:07:36.327 INFO:teuthology.orchestra.run.smithi049.stdout:ceph noarch packages 16 kB/s | 9.5 kB 00:00 2023-12-07T17:07:36.428 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 16 kB/s | 9.5 kB 00:00 2023-12-07T17:07:36.505 INFO:teuthology.orchestra.run.smithi057.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-07T17:07:36.937 INFO:teuthology.orchestra.run.smithi049.stdout:ceph source packages 2.5 kB/s | 1.5 kB 00:00 2023-12-07T17:07:37.078 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 2.4 kB/s | 1.5 kB 00:00 2023-12-07T17:07:37.089 INFO:teuthology.orchestra.run.smithi057.stdout:ceph source packages 2.7 kB/s | 1.5 kB 00:00 2023-12-07T17:07:37.095 INFO:teuthology.orchestra.run.smithi049.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T17:07:37.254 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-07T17:07:37.273 INFO:teuthology.orchestra.run.smithi057.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-07T17:07:38.413 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T17:07:40.058 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 16 MB 00:02 2023-12-07T17:07:42.196 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 435 kB/s | 24 kB 00:00 2023-12-07T17:07:43.423 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-07T17:07:43.846 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-12-07T17:07:45.399 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 MB/s | 47 MB 00:01 2023-12-07T17:07:52.291 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-07T17:07:53.819 INFO:teuthology.orchestra.run.smithi057.stdout:Extra Packages for Enterprise Linux 989 kB/s | 16 MB 00:16 2023-12-07T17:07:54.008 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 MB/s | 53 MB 00:01 2023-12-07T17:07:57.575 INFO:teuthology.orchestra.run.smithi057.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-07T17:07:58.735 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-07T17:08:03.989 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================================== 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================================== 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrading: 2023-12-07T17:08:03.992 INFO:teuthology.orchestra.run.smithi049.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:08:03.993 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2023-12-07T17:08:03.994 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================================== 2023-12-07T17:08:03.995 INFO:teuthology.orchestra.run.smithi049.stdout:Install 21 Packages 2023-12-07T17:08:03.995 INFO:teuthology.orchestra.run.smithi049.stdout:Upgrade 2 Packages 2023-12-07T17:08:03.995 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:03.995 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 62 M 2023-12-07T17:08:03.995 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2023-12-07T17:08:05.848 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================================== 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================================== 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:08:05.851 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:08:05.852 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================================== 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout:Install 21 Packages 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2023-12-07T17:08:05.853 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:05.854 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 62 M 2023-12-07T17:08:05.854 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-07T17:08:05.975 INFO:teuthology.orchestra.run.smithi049.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 3.0 MB/s | 5.4 MB 00:01 2023-12-07T17:08:06.042 INFO:teuthology.orchestra.run.smithi049.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T17:08:06.184 INFO:teuthology.orchestra.run.smithi049.stdout:(3/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 6.9 MB/s | 14 MB 00:02 2023-12-07T17:08:06.217 INFO:teuthology.orchestra.run.smithi049.stdout:(4/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 4.7 MB/s | 839 kB 00:00 2023-12-07T17:08:06.276 INFO:teuthology.orchestra.run.smithi049.stdout:(5/23): libradosstriper1-19.0.0-37.gf0c32233.el 5.5 MB/s | 517 kB 00:00 2023-12-07T17:08:06.351 INFO:teuthology.orchestra.run.smithi049.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 597 kB/s | 45 kB 00:00 2023-12-07T17:08:06.426 INFO:teuthology.orchestra.run.smithi049.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.7 MB/s | 128 kB 00:00 2023-12-07T17:08:06.510 INFO:teuthology.orchestra.run.smithi049.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 2.3 MB/s | 197 kB 00:00 2023-12-07T17:08:06.577 INFO:teuthology.orchestra.run.smithi049.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 5.5 MB/s | 372 kB 00:00 2023-12-07T17:08:06.617 INFO:teuthology.orchestra.run.smithi005.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 9.5 MB/s | 5.4 MB 00:00 2023-12-07T17:08:06.644 INFO:teuthology.orchestra.run.smithi049.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 5.4 MB/s | 365 kB 00:00 2023-12-07T17:08:06.675 INFO:teuthology.orchestra.run.smithi005.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 420 kB/s | 24 kB 00:00 2023-12-07T17:08:06.719 INFO:teuthology.orchestra.run.smithi049.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-07T17:08:06.759 INFO:teuthology.orchestra.run.smithi005.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 9.8 MB/s | 839 kB 00:00 2023-12-07T17:08:06.826 INFO:teuthology.orchestra.run.smithi005.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 7.6 MB/s | 517 kB 00:00 2023-12-07T17:08:07.154 INFO:teuthology.orchestra.run.smithi049.stdout:(12/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 7.4 MB/s | 6.9 MB 00:00 2023-12-07T17:08:07.278 INFO:teuthology.orchestra.run.smithi049.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 548 kB/s | 306 kB 00:00 2023-12-07T17:08:07.370 INFO:teuthology.orchestra.run.smithi049.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 820 kB/s | 75 kB 00:00 2023-12-07T17:08:07.393 INFO:teuthology.orchestra.run.smithi005.stdout:(5/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 12 MB/s | 6.9 MB 00:00 2023-12-07T17:08:07.435 INFO:teuthology.orchestra.run.smithi005.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 1.1 MB/s | 45 kB 00:00 2023-12-07T17:08:07.478 INFO:teuthology.orchestra.run.smithi049.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 181 kB/s | 59 kB 00:00 2023-12-07T17:08:07.577 INFO:teuthology.orchestra.run.smithi005.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 909 kB/s | 128 kB 00:00 2023-12-07T17:08:07.594 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-07T17:08:07.619 INFO:teuthology.orchestra.run.smithi005.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 4.6 MB/s | 197 kB 00:00 2023-12-07T17:08:07.671 INFO:teuthology.orchestra.run.smithi049.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 244 kB/s | 47 kB 00:00 2023-12-07T17:08:07.686 INFO:teuthology.orchestra.run.smithi005.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 5.5 MB/s | 372 kB 00:00 2023-12-07T17:08:07.712 INFO:teuthology.orchestra.run.smithi049.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2023-12-07T17:08:07.778 INFO:teuthology.orchestra.run.smithi005.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 3.9 MB/s | 365 kB 00:00 2023-12-07T17:08:07.796 INFO:teuthology.orchestra.run.smithi049.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-12-07T17:08:07.828 INFO:teuthology.orchestra.run.smithi005.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-07T17:08:07.846 INFO:teuthology.orchestra.run.smithi049.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 329 kB/s | 44 kB 00:00 2023-12-07T17:08:07.989 INFO:teuthology.orchestra.run.smithi049.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-07T17:08:08.253 INFO:teuthology.orchestra.run.smithi005.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 721 kB/s | 306 kB 00:00 2023-12-07T17:08:08.281 INFO:teuthology.orchestra.run.smithi049.stdout:(21/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 5.5 MB/s | 23 MB 00:04 2023-12-07T17:08:08.453 INFO:teuthology.orchestra.run.smithi049.stdout:(22/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 6.2 MB/s | 3.8 MB 00:00 2023-12-07T17:08:08.470 INFO:teuthology.orchestra.run.smithi005.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 272 kB/s | 59 kB 00:00 2023-12-07T17:08:08.571 INFO:teuthology.orchestra.run.smithi005.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 750 kB/s | 75 kB 00:00 2023-12-07T17:08:08.686 INFO:teuthology.orchestra.run.smithi049.stdout:(23/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 5.3 MB/s | 3.7 MB 00:00 2023-12-07T17:08:08.688 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:08.688 INFO:teuthology.orchestra.run.smithi049.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-07T17:08:08.736 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2023-12-07T17:08:08.786 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2023-12-07T17:08:08.786 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2023-12-07T17:08:09.136 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2023-12-07T17:08:09.140 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2023-12-07T17:08:09.179 INFO:teuthology.orchestra.run.smithi005.stdout:(15/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x 4.4 MB/s | 14 MB 00:03 2023-12-07T17:08:09.263 INFO:teuthology.orchestra.run.smithi005.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 2.5 MB/s | 1.7 MB 00:00 2023-12-07T17:08:09.374 INFO:teuthology.orchestra.run.smithi005.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-07T17:08:09.422 INFO:teuthology.orchestra.run.smithi005.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 277 kB/s | 44 kB 00:00 2023-12-07T17:08:09.539 INFO:teuthology.orchestra.run.smithi005.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.1 MB/s | 354 kB 00:00 2023-12-07T17:08:09.786 INFO:teuthology.orchestra.run.smithi005.stdout:(20/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 6.0 MB/s | 23 MB 00:03 2023-12-07T17:08:09.814 INFO:teuthology.orchestra.run.smithi005.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 119 kB/s | 47 kB 00:00 2023-12-07T17:08:10.006 INFO:teuthology.orchestra.run.smithi005.stdout:(22/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 8.1 MB/s | 3.8 MB 00:00 2023-12-07T17:08:10.123 INFO:teuthology.orchestra.run.smithi005.stdout:(23/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 11 MB/s | 3.7 MB 00:00 2023-12-07T17:08:10.126 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:10.126 INFO:teuthology.orchestra.run.smithi005.stdout:Total 14 MB/s | 62 MB 00:04 2023-12-07T17:08:10.175 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-07T17:08:10.224 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-07T17:08:10.224 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-07T17:08:10.357 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2023-12-07T17:08:10.564 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:08:10.612 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-07T17:08:10.616 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-07T17:08:10.735 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:11.196 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:11.393 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:11.491 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:11.707 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:08:11.883 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-07T17:08:11.934 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:08:12.086 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:08:12.168 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:12.313 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:12.600 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:12.746 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:12.801 INFO:teuthology.orchestra.run.smithi049.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:12.890 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:12.913 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:13.016 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:13.084 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:08:13.139 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:08:13.193 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:08:13.437 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:08:13.630 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:13.940 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T17:08:14.063 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:14.279 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:14.300 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:14.346 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:14.368 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:14.530 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:08:14.546 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T17:08:14.688 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:08:14.721 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:08:14.932 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:08:15.134 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:08:15.292 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:15.399 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:15.427 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:08:15.545 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:08:15.612 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:15.668 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:15.740 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:08:15.808 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:08:16.007 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:08:16.010 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:08:16.168 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:08:16.217 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:08:16.954 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:08:17.145 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:17.208 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:17.339 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:08:17.571 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:08:17.814 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:08:18.021 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:08:19.915 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================================== 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================================== 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:Upgrading: 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2023-12-07T17:08:19.918 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:08:19.919 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================================== 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout:Install 21 Packages 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout:Upgrade 2 Packages 2023-12-07T17:08:19.920 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:08:19.921 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 62 M 2023-12-07T17:08:19.921 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2023-12-07T17:08:20.145 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:20.383 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:20.694 INFO:teuthology.orchestra.run.smithi057.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 9.4 MB/s | 5.4 MB 00:00 2023-12-07T17:08:20.761 INFO:teuthology.orchestra.run.smithi057.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 365 kB/s | 24 kB 00:00 2023-12-07T17:08:20.861 INFO:teuthology.orchestra.run.smithi057.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 8.2 MB/s | 839 kB 00:00 2023-12-07T17:08:20.945 INFO:teuthology.orchestra.run.smithi057.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 6.1 MB/s | 517 kB 00:00 2023-12-07T17:08:20.999 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:21.237 INFO:teuthology.orchestra.run.smithi057.stdout:(5/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 12 MB/s | 14 MB 00:01 2023-12-07T17:08:21.237 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:21.279 INFO:teuthology.orchestra.run.smithi057.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 1.1 MB/s | 45 kB 00:00 2023-12-07T17:08:21.339 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:21.346 INFO:teuthology.orchestra.run.smithi057.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.9 MB/s | 128 kB 00:00 2023-12-07T17:08:21.429 INFO:teuthology.orchestra.run.smithi057.stdout:(8/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 14 MB/s | 6.9 MB 00:00 2023-12-07T17:08:21.454 INFO:teuthology.orchestra.run.smithi057.stdout:(9/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 1.8 MB/s | 197 kB 00:00 2023-12-07T17:08:21.458 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:21.488 INFO:teuthology.orchestra.run.smithi057.stdout:(10/23): python3-rados-19.0.0-37.gf0c32233.el8. 6.2 MB/s | 372 kB 00:00 2023-12-07T17:08:21.513 INFO:teuthology.orchestra.run.smithi057.stdout:(11/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-07T17:08:21.538 INFO:teuthology.orchestra.run.smithi057.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-07T17:08:21.872 INFO:teuthology.orchestra.run.smithi057.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-07T17:08:22.006 INFO:teuthology.orchestra.run.smithi057.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 622 kB/s | 306 kB 00:00 2023-12-07T17:08:22.047 INFO:teuthology.orchestra.run.smithi057.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 429 kB/s | 75 kB 00:00 2023-12-07T17:08:22.114 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:22.181 INFO:teuthology.orchestra.run.smithi057.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 351 kB/s | 47 kB 00:00 2023-12-07T17:08:22.298 INFO:teuthology.orchestra.run.smithi057.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.9 MB/s | 1.7 MB 00:00 2023-12-07T17:08:22.349 INFO:teuthology.orchestra.run.smithi057.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-07T17:08:22.404 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:22.424 INFO:teuthology.orchestra.run.smithi057.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 351 kB/s | 44 kB 00:00 2023-12-07T17:08:22.457 INFO:teuthology.orchestra.run.smithi057.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-12-07T17:08:22.691 INFO:teuthology.orchestra.run.smithi057.stdout:(21/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 14 MB/s | 3.8 MB 00:00 2023-12-07T17:08:22.808 INFO:teuthology.orchestra.run.smithi057.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 11 MB/s | 3.7 MB 00:00 2023-12-07T17:08:23.032 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:23.314 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:23.384 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:23.528 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:32.574 INFO:teuthology.orchestra.run.smithi057.stdout:(23/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 1.8 MB/s | 23 MB 00:12 2023-12-07T17:08:32.576 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:32.576 INFO:teuthology.orchestra.run.smithi057.stdout:Total 4.9 MB/s | 62 MB 00:12 2023-12-07T17:08:32.629 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2023-12-07T17:08:32.676 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2023-12-07T17:08:32.677 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2023-12-07T17:08:33.036 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2023-12-07T17:08:33.040 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2023-12-07T17:08:34.224 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2023-12-07T17:08:34.459 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:08:34.663 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:35.081 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:08:35.255 INFO:teuthology.orchestra.run.smithi057.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:35.350 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:35.586 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:08:35.821 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:08:35.997 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:36.569 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:36.780 INFO:teuthology.orchestra.run.smithi057.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:36.867 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:37.046 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:08:37.114 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:08:37.965 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T17:08:38.213 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:38.285 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:38.439 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:08:38.600 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:08:38.819 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:08:39.013 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:08:39.163 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:39.232 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:08:39.357 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:08:39.552 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:08:39.798 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:08:39.980 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:08:40.950 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:40.950 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /sys 2023-12-07T17:08:40.950 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /proc 2023-12-07T17:08:40.950 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /dev 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /run 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /mnt 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /var/tmp 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /home 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /tmp 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:skipping the directory /dev 2023-12-07T17:08:40.951 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:42.451 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:08:42.472 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:08:42.472 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:08:42.674 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:08:42.674 INFO:teuthology.orchestra.run.smithi049.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:43.067 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:43.067 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2023-12-07T17:08:43.067 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /run 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-12-07T17:08:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:43.308 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:43.308 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:08:43.308 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:08:43.308 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T17:08:43.310 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T17:08:43.310 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T17:08:43.310 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:43.310 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:08:43.310 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:08:44.013 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:44.287 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:44.560 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:08:44.582 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:08:44.582 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:08:44.827 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:08:44.828 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:44.919 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:08:45.185 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:45.273 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:08:45.454 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:08:45.467 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:08:45.468 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:08:45.468 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:08:45.468 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:08:45.468 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:08:45.468 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:08:45.469 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:08:45.469 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:08:45.469 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:08:45.470 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:08:50.884 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:50.885 INFO:teuthology.orchestra.run.smithi049.stdout:Installed products updated. 2023-12-07T17:08:51.090 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:51.090 INFO:teuthology.orchestra.run.smithi049.stdout:Upgraded: 2023-12-07T17:08:51.090 INFO:teuthology.orchestra.run.smithi049.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.090 INFO:teuthology.orchestra.run.smithi049.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:08:51.091 INFO:teuthology.orchestra.run.smithi049.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.092 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:51.093 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2023-12-07T17:08:51.242 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph-test 2023-12-07T17:08:51.612 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:08:53.094 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:08:53.094 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-12-07T17:08:53.299 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:53.299 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2023-12-07T17:08:53.299 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.299 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.299 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:08:53.300 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:53.301 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-07T17:08:53.369 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-07T17:08:53.494 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2023-12-07T17:08:53.676 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-07T17:08:53.865 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:08:55.399 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2023-12-07T17:08:55.400 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================== 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: Package Arch Version Repository Size 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================== 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2023-12-07T17:08:55.401 INFO:teuthology.orchestra.run.smithi049.stdout:========================================================================================== 2023-12-07T17:08:55.402 INFO:teuthology.orchestra.run.smithi049.stdout:Install 6 Packages 2023-12-07T17:08:55.402 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:08:55.402 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 50 M 2023-12-07T17:08:55.402 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 223 M 2023-12-07T17:08:55.402 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2023-12-07T17:08:55.438 INFO:teuthology.orchestra.run.smithi049.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-12-07T17:08:55.556 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-07T17:08:55.575 INFO:teuthology.orchestra.run.smithi049.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.5 MB/s | 323 kB 00:00 2023-12-07T17:08:55.622 INFO:teuthology.orchestra.run.smithi049.stdout:(3/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 835 kB/s | 183 kB 00:00 2023-12-07T17:08:55.722 INFO:teuthology.orchestra.run.smithi049.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-07T17:08:55.798 INFO:teuthology.orchestra.run.smithi049.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-07T17:08:55.965 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-07T17:08:57.654 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================== 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================== 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:08:57.655 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================== 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2023-12-07T17:08:57.656 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:08:57.657 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 50 M 2023-12-07T17:08:57.657 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 223 M 2023-12-07T17:08:57.657 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-07T17:08:57.722 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-12-07T17:08:57.955 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-12-07T17:08:58.106 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-07T17:08:58.131 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 386 kB/s | 183 kB 00:00 2023-12-07T17:08:58.231 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-12-07T17:08:58.706 INFO:teuthology.orchestra.run.smithi049.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 15 MB/s | 49 MB 00:03 2023-12-07T17:08:58.707 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:58.708 INFO:teuthology.orchestra.run.smithi049.stdout:Total 15 MB/s | 50 MB 00:03 2023-12-07T17:08:58.746 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2023-12-07T17:08:58.770 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2023-12-07T17:08:58.770 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2023-12-07T17:08:59.049 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2023-12-07T17:08:59.053 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2023-12-07T17:08:59.509 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2023-12-07T17:08:59.669 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:08:59.750 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:08:59.966 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:09:00.128 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:09:00.301 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:09:00.460 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:09:00.715 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 16 MB/s | 49 MB 00:03 2023-12-07T17:09:00.716 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:09:00.717 INFO:teuthology.orchestra.run.smithi005.stdout:Total 16 MB/s | 50 MB 00:03 2023-12-07T17:09:00.757 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-07T17:09:00.780 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-07T17:09:00.780 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-07T17:09:01.063 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-07T17:09:01.066 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-07T17:09:01.527 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-07T17:09:01.673 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:09:01.782 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:09:02.003 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:09:02.183 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:09:02.356 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:09:02.506 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /sys 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /proc 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /dev 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /run 2023-12-07T17:09:04.960 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /mnt 2023-12-07T17:09:04.961 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /var/tmp 2023-12-07T17:09:04.961 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /home 2023-12-07T17:09:04.961 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /tmp 2023-12-07T17:09:04.961 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /dev 2023-12-07T17:09:04.961 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:09:05.497 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:09:05.732 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:09:05.994 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:09:05.994 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T17:09:05.995 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T17:09:05.995 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:09:05.995 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:09:05.995 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:09:06.513 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:09:06.537 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:09:06.537 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:09:06.770 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:09:06.770 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:09:07.396 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:09:07.397 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:09:07.398 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:09:07.607 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:09:07.853 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:09:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:09:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T17:09:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T17:09:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:09:08.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:09:08.089 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:09:15.427 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:09:15.427 INFO:teuthology.orchestra.run.smithi049.stdout:Installed products updated. 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout: 2023-12-07T17:09:15.632 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2023-12-07T17:09:15.772 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum -y install ceph 2023-12-07T17:09:16.130 INFO:teuthology.orchestra.run.smithi049.stdout:Updating Subscription Management repositories. 2023-12-07T17:09:18.094 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-07T17:09:18.435 INFO:teuthology.orchestra.run.smithi049.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-07T17:09:19.501 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:09:19.501 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-12-07T17:09:19.591 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:09:19.591 INFO:teuthology.orchestra.run.smithi057.stdout:Installed products updated. 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-07T17:09:19.697 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-07T17:09:19.803 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:09:19.803 INFO:teuthology.orchestra.run.smithi057.stdout:Upgraded: 2023-12-07T17:09:19.803 INFO:teuthology.orchestra.run.smithi057.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.803 INFO:teuthology.orchestra.run.smithi057.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:09:19.804 INFO:teuthology.orchestra.run.smithi057.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:09:19.805 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2023-12-07T17:09:19.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph 2023-12-07T17:09:19.964 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-test 2023-12-07T17:09:20.168 INFO:teuthology.orchestra.run.smithi049.stderr:Error: 2023-12-07T17:09:20.168 INFO:teuthology.orchestra.run.smithi049.stderr: Problem: conflicting requests 2023-12-07T17:09:20.168 INFO:teuthology.orchestra.run.smithi049.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:20.169 INFO:teuthology.orchestra.run.smithi049.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T17:09:20.188 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-07T17:09:20.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:20.250 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 smithi049 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:09:20.252 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 smithi049 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:09:20.327 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cb4ffbd77a2946a1b758d2d2c0e8e1f2 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 smithi049 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:09:20.330 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T17:09:20.340 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T17:09:20.436 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T17:09:20.437 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:09:20.442 INFO:teuthology.orchestra.run.smithi057.stdout:Updating Subscription Management repositories. 2023-12-07T17:09:20.450 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:09:20.453 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:09:20.457 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-07T17:09:20.461 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:09:20.462 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-07T17:09:20.462 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 37 +646us[ +646us] +/- 81ms 2023-12-07T17:09:20.462 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 38 -619us[ -619us] +/- 73ms 2023-12-07T17:09:20.462 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv03.front.sepia.ceph.com 3 6 77 38 -14us[ -177us] +/- 70ms 2023-12-07T17:09:20.462 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:09:20.468 INFO:teuthology.orchestra.run.smithi049.stderr:bash: ntpq: command not found 2023-12-07T17:09:20.470 INFO:teuthology.orchestra.run.smithi057.stderr:bash: ntpq: command not found 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 37 +650us[ +650us] +/- 81ms 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 38 -620us[ -620us] +/- 73ms 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:^* hv03.front.sepia.ceph.com 3 6 77 38 -12us[ +37us] +/- 70ms 2023-12-07T17:09:20.471 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:09:20.474 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:09:20.475 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2023-12-07T17:09:20.475 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 38 +621us[ +621us] +/- 81ms 2023-12-07T17:09:20.475 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 37 -645us[ -645us] +/- 73ms 2023-12-07T17:09:20.475 INFO:teuthology.orchestra.run.smithi057.stdout:^* hv03.front.sepia.ceph.com 3 6 77 38 -39us[ -85us] +/- 70ms 2023-12-07T17:09:20.475 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:09:20.475 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T17:09:20.484 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T17:09:20.485 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T17:09:20.517 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:09:20.625 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:09:20.731 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:09:20.833 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:09:20.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:20.865 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:09:20.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:20.897 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:09:20.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:20.929 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T17:09:20.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T17:09:20.947 INFO:teuthology.task.internal:Duration was 1110.288959 seconds 2023-12-07T17:09:20.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T17:09:20.957 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T17:09:20.957 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:09:20.959 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:09:20.961 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:09:21.004 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:09:21.006 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:09:21.018 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:09:21.402 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T17:09:21.402 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-12-07T17:09:21.402 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:09:21.425 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2023-12-07T17:09:21.425 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:09:21.447 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2023-12-07T17:09:21.447 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:09:21.471 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T17:09:21.471 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:09:21.473 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:09:21.490 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:09:21.555 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T17:09:21.555 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:09:21.558 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:09:21.569 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:09:21.681 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T17:09:21.691 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T17:09:21.692 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:09:21.724 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:09:21.761 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:09:21.772 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 kB/s | 4.5 kB 00:00 2023-12-07T17:09:21.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T17:09:21.811 DEBUG:teuthology.orchestra.run.smithi005:> 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-07T17:09:21.813 DEBUG:teuthology.orchestra.run.smithi049:> 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-07T17:09:21.816 DEBUG:teuthology.orchestra.run.smithi057:> 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-07T17:09:21.838 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-12-07T17:09:21.840 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2023-12-07T17:09:21.867 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2023-12-07T17:09:21.901 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:09:21.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:21.935 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:09:21.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:21.951 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:09:21.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:21.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T17:09:21.977 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T17:09:21.978 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225/remote/smithi005 2023-12-07T17:09:21.979 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:09:22.034 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225/remote/smithi049 2023-12-07T17:09:22.034 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:09:22.040 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2023-12-07T17:09:22.089 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225/remote/smithi057 2023-12-07T17:09:22.089 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:09:22.144 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T17:09:22.145 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:09:22.147 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:09:22.149 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:09:22.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T17:09:22.178 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T17:09:22.178 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T17:09:22.187 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T17:09:22.187 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:09:22.188 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-07T17:09:22.190 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:09:22.205 INFO:teuthology.orchestra.run.smithi005.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:09 /home/ubuntu/cephtest 2023-12-07T17:09:22.206 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:09:22.220 INFO:teuthology.orchestra.run.smithi049.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:09 /home/ubuntu/cephtest 2023-12-07T17:09:22.222 INFO:teuthology.orchestra.run.smithi057.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:09 /home/ubuntu/cephtest 2023-12-07T17:09:22.224 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T17:09:22.233 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T17:09:22.254 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T17:09:22.280 DEBUG:teuthology.nuke:shortname: smithi005 2023-12-07T17:09:22.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:09:22.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.864304', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:09:22.309 DEBUG:teuthology.nuke:shortname: smithi049 2023-12-07T17:09:22.309 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:09:22.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.862833', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:09:22.339 DEBUG:teuthology.nuke:shortname: smithi057 2023-12-07T17:09:22.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:09:22.363 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482225', '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 16:41:28.865687', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:09:22.374 INFO:teuthology.orchestra.console.smithi005:Power off 2023-12-07T17:09:22.374 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:09:22.385 INFO:teuthology.orchestra.run.smithi057.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-07T17:09:22.397 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-12-07T17:09:22.397 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:22.416 INFO:teuthology.orchestra.console.smithi049:Power off 2023-12-07T17:09:22.417 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:09:22.429 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-07T17:09:22.452 INFO:teuthology.orchestra.console.smithi057:Power off 2023-12-07T17:09:22.452 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:09:22.463 DEBUG:teuthology.orchestra.console.smithi049:power off output: Chassis Power Control: Down/Off 2023-12-07T17:09:22.463 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:22.474 DEBUG:teuthology.orchestra.console.smithi057:power off output: Chassis Power Control: Down/Off 2023-12-07T17:09:22.474 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:22.489 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2023-12-07T17:09:22.496 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-12-07T17:09:23.889 INFO:teuthology.orchestra.run.smithi005.stderr:Error: 2023-12-07T17:09:23.889 INFO:teuthology.orchestra.run.smithi005.stderr: Problem: conflicting requests 2023-12-07T17:09:23.890 INFO:teuthology.orchestra.run.smithi005.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:09:23.890 INFO:teuthology.orchestra.run.smithi005.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T17:09:23.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:09:24.078 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2023-12-07T17:09:24.079 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================== 2023-12-07T17:09:24.079 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================== 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:09:24.080 INFO:teuthology.orchestra.run.smithi057.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================== 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout:Install 6 Packages 2023-12-07T17:09:24.081 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-12-07T17:09:24.082 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 50 M 2023-12-07T17:09:24.082 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 223 M 2023-12-07T17:09:24.082 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2023-12-07T17:09:24.143 INFO:teuthology.orchestra.run.smithi057.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-12-07T17:09:24.285 INFO:teuthology.orchestra.run.smithi057.stdout:(2/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 901 kB/s | 183 kB 00:00 2023-12-07T17:09:24.335 INFO:teuthology.orchestra.run.smithi057.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.7 MB/s | 323 kB 00:00 2023-12-07T17:09:24.510 INFO:teuthology.orchestra.run.smithi057.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 833 kB/s | 187 kB 00:00 2023-12-07T17:09:24.535 INFO:teuthology.orchestra.run.smithi057.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-07T17:09:26.403 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T17:09:26.430 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:26.489 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:26.497 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:26.540 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-07T17:09:26.598 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2023-12-07T17:09:26.605 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-12-07T17:09:30.543 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:30.599 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:30.607 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:30.654 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-07T17:09:30.709 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2023-12-07T17:09:30.716 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-12-07T17:09:34.659 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:34.710 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:34.718 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:09:34.769 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-12-07T17:09:34.819 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is off 2023-12-07T17:09:34.828 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is off 2023-12-07T17:09:34.870 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-12-07T17:09:34.920 INFO:teuthology.orchestra.console.smithi049:Power off completed 2023-12-07T17:09:34.928 INFO:teuthology.orchestra.console.smithi057:Power off completed 2023-12-07T17:09:35.033 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: 1110.2889590263367 failure_reason: 'Command failed on smithi049 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cb4ffbd77a2946a1b758d2d2c0e8e1f2 status: fail success: false 2023-12-07T17:09:35.033 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T17:09:35.109 INFO:teuthology.run:FAIL