2023-12-07T02:18:34.608 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T02:18:34.608 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036/orig.config.yaml 2023-12-07T02:18:34.637 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T02:18:34.718 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036 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: yweinste@redhat.com first_in_suite: false job_id: '7481036' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_00:12:58-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: smithi022.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi137.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_00:12:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T02:18:34.718 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-07T02:18:34.718 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa/tasks 2023-12-07T02:18:34.719 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T02:18:34.720 INFO:teuthology.task.internal:Checking packages... 2023-12-07T02:18:34.743 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f0c322331348463ad8afb13a3a03e833bee1c39c' 2023-12-07T02:18:34.743 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T02:18:34.744 INFO:teuthology.packaging:ref: None 2023-12-07T02:18:34.744 INFO:teuthology.packaging:tag: None 2023-12-07T02:18:34.744 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-12-06-1240 2023-12-07T02:18:34.744 INFO:teuthology.packaging:sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T02:18:34.744 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-07T02:18:34.962 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-37.gf0c32233 2023-12-07T02:18:34.963 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T02:18:34.970 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T02:18:34.971 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T02:18:35.005 INFO:teuthology.task.internal:Saving configuration 2023-12-07T02:18:35.015 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T02:18:35.029 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:18:35.055 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.758163', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:18:35.078 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.759105', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:18:35.102 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.756636', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:18:35.103 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T02:18:35.109 INFO:teuthology.task.internal:roles: ubuntu@smithi022.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T02:18:35.109 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T02:18:35.109 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T02:18:35.109 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T02:18:35.229 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8bc8b41ee0>, signals=[15]) 2023-12-07T02:18:35.229 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T02:18:35.235 INFO:teuthology.task.internal:Opening connections... 2023-12-07T02:18:35.236 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T02:18:35.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:18:35.305 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2023-12-07T02:18:35.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:18:35.371 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2023-12-07T02:18:35.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:18:35.439 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T02:18:35.445 DEBUG:teuthology.orchestra.run.smithi022:> uname -m 2023-12-07T02:18:35.466 INFO:teuthology.orchestra.run.smithi022.stdout:x86_64 2023-12-07T02:18:35.466 DEBUG:teuthology.orchestra.run.smithi022:> cat /etc/os-release 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:ID="rhel" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE="fedora" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="8.6" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:18:35.526 INFO:teuthology.orchestra.run.smithi022.stdout:ANSI_COLOR="0;31" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:18:35.527 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:18:35.528 INFO:teuthology.lock.ops:Updating smithi022.front.sepia.ceph.com on lock server 2023-12-07T02:18:35.565 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2023-12-07T02:18:35.585 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2023-12-07T02:18:35.585 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2023-12-07T02:18:35.644 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:18:35.644 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:18:35.644 INFO:teuthology.orchestra.run.smithi094.stdout:ID="rhel" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="fedora" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="8.6" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:18:35.645 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:18:35.646 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2023-12-07T02:18:35.682 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2023-12-07T02:18:35.702 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2023-12-07T02:18:35.702 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:ID="rhel" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="fedora" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="8.6" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:18:35.760 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:18:35.761 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:18:35.761 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:18:35.761 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:18:35.761 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:18:35.761 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:18:35.761 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2023-12-07T02:18:35.790 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T02:18:35.799 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T02:18:35.829 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T02:18:35.830 DEBUG:teuthology.orchestra.run.smithi022:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:18:35.832 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:18:35.834 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:18:35.852 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T02:18:35.858 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T02:18:35.858 DEBUG:teuthology.orchestra.run.smithi022:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:18:35.892 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:18:35.894 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:18:35.918 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T02:18:35.998 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T02:18:36.014 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T02:18:36.014 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-07T02:18:36.014 DEBUG:teuthology.orchestra.run.smithi022:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:18:36.015 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:18:36.015 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:18:36.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:36.034 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2023-12-07T02:18:36.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:36.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:36.036 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2023-12-07T02:18:36.036 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2023-12-07T02:18:36.093 INFO:teuthology.orchestra.run.smithi094.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.093 INFO:teuthology.task.kernel:Running kernel on smithi094: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.094 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2023-12-07T02:18:36.095 INFO:teuthology.orchestra.run.smithi137.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.095 INFO:teuthology.task.kernel:Running kernel on smithi137: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.096 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2023-12-07T02:18:36.096 INFO:teuthology.orchestra.run.smithi022.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.097 INFO:teuthology.task.kernel:Running kernel on smithi022: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:36.097 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum install -y kernel 2023-12-07T02:18:37.275 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:37.275 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-12-07T02:18:37.320 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:37.321 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2023-12-07T02:18:37.373 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:37.374 INFO:teuthology.orchestra.run.smithi022.stdout:Unable to read consumer identity 2023-12-07T02:18:38.750 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-07T02:18:38.752 INFO:teuthology.orchestra.run.smithi022.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T02:18:38.753 INFO:teuthology.orchestra.run.smithi094.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-07T02:18:39.629 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-07T02:18:39.709 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-07T02:18:39.978 INFO:teuthology.orchestra.run.smithi022.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-07T02:18:43.104 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 406 kB/s | 24 kB 00:00 2023-12-07T02:18:43.176 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 425 kB/s | 24 kB 00:00 2023-12-07T02:18:43.653 INFO:teuthology.orchestra.run.smithi022.stdout:lab-extras 426 kB/s | 24 kB 00:00 2023-12-07T02:18:43.798 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:18:43.843 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-12-07T02:18:43.844 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2023-12-07T02:18:43.844 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-12-07T02:18:43.887 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:18:43.944 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T02:18:43.945 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T02:18:43.945 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T02:18:43.965 DEBUG:teuthology.orchestra.run.smithi094:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:18:44.068 DEBUG:teuthology.orchestra.run.smithi137:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:18:44.294 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:44.295 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-12-07T02:18:44.398 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:44.398 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2023-12-07T02:18:44.414 INFO:teuthology.orchestra.run.smithi022.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:18:44.458 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-07T02:18:44.459 INFO:teuthology.orchestra.run.smithi022.stdout:Nothing to do. 2023-12-07T02:18:44.459 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-07T02:18:44.555 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:44.595 INFO:teuthology.orchestra.run.smithi094.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:44.607 DEBUG:teuthology.orchestra.run.smithi022:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:18:44.638 INFO:teuthology.orchestra.run.smithi094.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:44.657 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:44.684 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum reinstall -y kernel || true 2023-12-07T02:18:44.698 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:44.740 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:44.787 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum reinstall -y kernel || true 2023-12-07T02:18:44.961 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:44.961 INFO:teuthology.orchestra.run.smithi022.stdout:Unable to read consumer identity 2023-12-07T02:18:45.014 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:45.014 INFO:teuthology.orchestra.run.smithi094.stdout:Unable to read consumer identity 2023-12-07T02:18:45.118 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:45.118 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2023-12-07T02:18:45.243 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:45.267 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:45.289 INFO:teuthology.orchestra.run.smithi022.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:45.307 INFO:teuthology.orchestra.run.smithi094.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:45.333 INFO:teuthology.orchestra.run.smithi022.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:45.334 INFO:teuthology.orchestra.run.smithi094.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:45.374 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:45.380 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum reinstall -y kernel || true 2023-12-07T02:18:45.383 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:18:45.414 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:45.444 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:45.463 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:45.463 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:45.463 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:18:45.463 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T02:18:45.464 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:18:45.489 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:18:45.503 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2023-12-07T02:18:45.514 DEBUG:teuthology.parallel:result is None 2023-12-07T02:18:45.569 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:45.570 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:45.570 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:18:45.570 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T02:18:45.570 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:18:45.613 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2023-12-07T02:18:45.625 DEBUG:teuthology.parallel:result is None 2023-12-07T02:18:45.729 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:18:45.729 INFO:teuthology.orchestra.run.smithi022.stdout:Unable to read consumer identity 2023-12-07T02:18:45.996 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:18:43 AM UTC. 2023-12-07T02:18:46.038 INFO:teuthology.orchestra.run.smithi022.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:18:46.057 INFO:teuthology.orchestra.run.smithi022.stderr:Error: No packages marked for reinstall. 2023-12-07T02:18:46.104 DEBUG:teuthology.orchestra.run.smithi022:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:18:46.187 INFO:teuthology.orchestra.run.smithi022.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:46.187 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:18:46.187 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:18:46.188 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T02:18:46.188 DEBUG:teuthology.orchestra.run.smithi022:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:18:46.219 INFO:teuthology.orchestra.run.smithi022.stdout:ttyS1 2023-12-07T02:18:46.232 DEBUG:teuthology.parallel:result is None 2023-12-07T02:18:46.233 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T02:18:46.241 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T02:18:46.241 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:18:46.276 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:18:46.278 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:18:46.295 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T02:18:46.460 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T02:18:46.479 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T02:18:46.479 DEBUG:teuthology.orchestra.run.smithi022:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:18:46.481 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:18:46.483 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:18:46.506 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T02:18:46.513 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T02:18:46.513 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:18:46.539 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:18:46.542 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:18:46.566 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.577 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.586 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.587 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.597 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.599 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:18:46.600 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T02:18:46.609 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T02:18:46.609 DEBUG:teuthology.orchestra.run.smithi022:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:18:46.621 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:18:46.623 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:18:46.651 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T02:18:46.659 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T02:18:46.659 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:18:46.689 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:18:46.692 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:18:46.709 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:46.789 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:46.846 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:46.930 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:46.972 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T02:18:46.972 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:18:47.041 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:47.088 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:47.139 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:47.225 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:47.267 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-12-07T02:18:47.267 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:18:47.335 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:47.379 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:18:47.432 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:47.516 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:18:47.560 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T02:18:47.560 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:18:47.657 DEBUG:teuthology.orchestra.run.smithi022:> sudo service rsyslog restart 2023-12-07T02:18:47.659 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2023-12-07T02:18:47.661 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2023-12-07T02:18:47.710 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:18:47.726 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:18:47.759 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:18:48.188 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T02:18:48.195 INFO:teuthology.task.internal:Starting timer... 2023-12-07T02:18:48.196 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T02:18:48.235 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T02:18:48.255 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T02:18:48.255 DEBUG:teuthology.orchestra.run.smithi022:> sudo service auditd rotate 2023-12-07T02:18:48.327 INFO:teuthology.orchestra.run.smithi022.stdout:Rotating logs: 2023-12-07T02:18:48.329 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2023-12-07T02:18:48.396 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2023-12-07T02:18:48.398 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2023-12-07T02:18:48.461 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2023-12-07T02:18:48.463 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T02:18:48.463 DEBUG:teuthology.orchestra.run.smithi022:> /usr/sbin/getenforce 2023-12-07T02:18:48.491 INFO:teuthology.orchestra.run.smithi022.stdout:Permissive 2023-12-07T02:18:48.492 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2023-12-07T02:18:48.513 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2023-12-07T02:18:48.513 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2023-12-07T02:18:48.533 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2023-12-07T02:18:48.534 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi022.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive'} 2023-12-07T02:18:48.534 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:18:48.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:48.563 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:18:48.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:48.593 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:18:48.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:18:48.623 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T02:18:48.623 DEBUG:teuthology.orchestra.run.smithi022:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:18:48.651 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:18:48.681 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:18:48.708 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T02:18:48.717 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T02:18:48.722 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T02:18:48.859 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T02:18:48.878 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-07T02:18:48.879 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi022.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi137.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T02:28:16.068 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi022.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com')] 2023-12-07T02:28:16.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T02:28:16.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:28:16.140 DEBUG:teuthology.orchestra.run.smithi022:> true 2023-12-07T02:28:16.209 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-07T02:28:16.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2023-12-07T02:28:16.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:28:16.278 DEBUG:teuthology.orchestra.run.smithi094:> true 2023-12-07T02:28:16.343 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2023-12-07T02:28:16.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T02:28:16.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:28:16.415 DEBUG:teuthology.orchestra.run.smithi137:> true 2023-12-07T02:28:16.486 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T02:28:16.489 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T02:28:16.500 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T02:28:16.501 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:28:16.501 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:28:16.503 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:28:16.504 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:28:16.507 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:28:16.507 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:28:16.537 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:28:16.538 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:28:16.552 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:28:16.555 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:28:16.562 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:28:16.578 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:28:16.622 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2023-12-07T02:28:16.631 INFO:teuthology.orchestra.run.smithi022.stderr:sudo: ntpd: command not found 2023-12-07T02:28:16.634 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2023-12-07T02:28:16.644 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2023-12-07T02:28:16.645 INFO:teuthology.orchestra.run.smithi022.stdout:506 Cannot talk to daemon 2023-12-07T02:28:16.648 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:28:16.657 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2023-12-07T02:28:16.660 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:28:16.661 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:28:16.671 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:28:16.675 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:28:16.686 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:28:16.741 INFO:teuthology.orchestra.run.smithi094.stderr:bash: ntpq: command not found 2023-12-07T02:28:16.744 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:28:16.744 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2023-12-07T02:28:16.744 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.744 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.745 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.745 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.767 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.771 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.782 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2023-12-07T02:28:16.785 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:28:16.785 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2023-12-07T02:28:16.786 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.786 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.786 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.786 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:28:16.787 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T02:28:16.796 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T02:28:16.797 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T02:28:16.797 DEBUG:teuthology.orchestra.run.smithi022:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:28:16.797 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2023-12-07T02:28:16.798 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:28:16.798 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2023-12-07T02:28:16.798 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:28:17.168 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:17.202 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:17.206 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:17.903 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 148 kB/s | 4.5 kB 00:00 2023-12-07T02:28:17.924 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 kB/s | 4.1 kB 00:00 2023-12-07T02:28:17.985 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2023-12-07T02:28:18.134 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-07T02:28:18.197 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 136 kB/s | 4.5 kB 00:00 2023-12-07T02:28:18.210 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T02:28:20.070 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout:Resetting modules: 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2023-12-07T02:28:20.071 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:28:20.182 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T02:28:20.183 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout:Resetting modules: 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T02:28:20.184 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:28:20.385 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout: Package Architecture Version Repository Size 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout:Resetting modules: 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:28:20.386 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-07T02:28:20.387 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-07T02:28:20.387 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:28:24.585 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T02:28:24.750 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-12-07T02:28:24.784 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-07T02:28:25.112 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:25.197 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:25.327 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:28:25.986 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 121 kB/s | 4.5 kB 00:00 2023-12-07T02:28:26.029 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 109 kB/s | 4.1 kB 00:00 2023-12-07T02:28:26.264 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 120 kB/s | 4.5 kB 00:00 2023-12-07T02:28:26.289 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 103 kB/s | 4.1 kB 00:00 2023-12-07T02:28:26.305 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 100 kB/s | 4.1 kB 00:00 2023-12-07T02:28:26.533 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 104 kB/s | 4.5 kB 00:00 2023-12-07T02:28:28.158 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-12-07T02:28:28.251 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout:Installing group/module packages: 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.stdout:Downgrading: 2023-12-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.252 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.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-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout:Installing module profiles: 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools/common 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout:Enabling module streams: 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout: container-tools 3.0 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-12-07T02:28:28.253 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================================================== 2023-12-07T02:28:28.254 INFO:teuthology.orchestra.run.smithi094.stdout:Install 7 Packages 2023-12-07T02:28:28.254 INFO:teuthology.orchestra.run.smithi094.stdout:Downgrade 12 Packages 2023-12-07T02:28:28.254 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:28:28.254 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 51 M 2023-12-07T02:28:28.254 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2023-12-07T02:28:28.269 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout:Installing group/module packages: 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:28:28.361 INFO:teuthology.orchestra.run.smithi137.stdout:Downgrading: 2023-12-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.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-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.stdout:Installing module profiles: 2023-12-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools/common 2023-12-07T02:28:28.362 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling module streams: 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 3.0 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================================== 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout:Install 7 Packages 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout:Downgrade 12 Packages 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:28:28.363 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 51 M 2023-12-07T02:28:28.364 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T02:28:28.542 INFO:teuthology.orchestra.run.smithi094.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 317 kB/s | 91 kB 00:00 2023-12-07T02:28:28.692 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-07T02:28:28.699 INFO:teuthology.orchestra.run.smithi137.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 158 kB/s | 53 kB 00:00 2023-12-07T02:28:28.724 INFO:teuthology.orchestra.run.smithi137.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 143 kB/s | 51 kB 00:00 2023-12-07T02:28:28.742 INFO:teuthology.orchestra.run.smithi094.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 108 kB/s | 53 kB 00:00 2023-12-07T02:28:28.749 INFO:teuthology.orchestra.run.smithi137.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 236 kB/s | 91 kB 00:00 2023-12-07T02:28:28.759 INFO:teuthology.orchestra.run.smithi094.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 102 kB/s | 51 kB 00:00 2023-12-07T02:28:28.794 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================================================== 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout: Package Arch Version Repository Size 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================================================== 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout:Installing group/module packages: 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:28:28.795 INFO:teuthology.orchestra.run.smithi022.stdout:Downgrading: 2023-12-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.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-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.stdout:Installing module profiles: 2023-12-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools/common 2023-12-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling module streams: 2023-12-07T02:28:28.796 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools 3.0 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================================================== 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:Install 7 Packages 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:Downgrade 12 Packages 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 51 M 2023-12-07T02:28:28.797 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2023-12-07T02:28:28.799 INFO:teuthology.orchestra.run.smithi137.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.0 MB/s | 511 kB 00:00 2023-12-07T02:28:28.801 INFO:teuthology.orchestra.run.smithi094.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 1.9 MB/s | 511 kB 00:00 2023-12-07T02:28:28.835 INFO:teuthology.orchestra.run.smithi094.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 749 kB/s | 69 kB 00:00 2023-12-07T02:28:28.907 INFO:teuthology.orchestra.run.smithi022.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 842 kB/s | 91 kB 00:00 2023-12-07T02:28:28.932 INFO:teuthology.orchestra.run.smithi022.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 397 kB/s | 53 kB 00:00 2023-12-07T02:28:28.977 INFO:teuthology.orchestra.run.smithi094.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-07T02:28:28.983 INFO:teuthology.orchestra.run.smithi137.stdout:(5/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 12 MB/s | 2.9 MB 00:00 2023-12-07T02:28:28.999 INFO:teuthology.orchestra.run.smithi022.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 256 kB/s | 51 kB 00:00 2023-12-07T02:28:29.008 INFO:teuthology.orchestra.run.smithi137.stdout:(6/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 243 kB/s | 69 kB 00:00 2023-12-07T02:28:29.033 INFO:teuthology.orchestra.run.smithi022.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-07T02:28:29.042 INFO:teuthology.orchestra.run.smithi137.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 297 kB/s | 72 kB 00:00 2023-12-07T02:28:29.061 INFO:teuthology.orchestra.run.smithi094.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 278 kB/s | 72 kB 00:00 2023-12-07T02:28:29.066 INFO:teuthology.orchestra.run.smithi022.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 517 kB/s | 69 kB 00:00 2023-12-07T02:28:29.108 INFO:teuthology.orchestra.run.smithi022.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 955 kB/s | 72 kB 00:00 2023-12-07T02:28:29.167 INFO:teuthology.orchestra.run.smithi137.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 353 kB/s | 56 kB 00:00 2023-12-07T02:28:29.200 INFO:teuthology.orchestra.run.smithi022.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-07T02:28:29.202 INFO:teuthology.orchestra.run.smithi094.stdout:(8/19): podman-3.0.1-9.module+el8.6.0+14874+644 30 MB/s | 11 MB 00:00 2023-12-07T02:28:29.225 INFO:teuthology.orchestra.run.smithi022.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 479 kB/s | 56 kB 00:00 2023-12-07T02:28:29.228 INFO:teuthology.orchestra.run.smithi094.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 223 kB/s | 56 kB 00:00 2023-12-07T02:28:29.276 INFO:teuthology.orchestra.run.smithi022.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 678 kB/s | 51 kB 00:00 2023-12-07T02:28:29.318 INFO:teuthology.orchestra.run.smithi137.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 33 MB/s | 11 MB 00:00 2023-12-07T02:28:29.337 INFO:teuthology.orchestra.run.smithi094.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 185 kB/s | 51 kB 00:00 2023-12-07T02:28:29.343 INFO:teuthology.orchestra.run.smithi137.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 170 kB/s | 51 kB 00:00 2023-12-07T02:28:29.468 INFO:teuthology.orchestra.run.smithi137.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.1 MB/s | 322 kB 00:00 2023-12-07T02:28:29.470 INFO:teuthology.orchestra.run.smithi094.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.3 MB/s | 322 kB 00:00 2023-12-07T02:28:29.518 INFO:teuthology.orchestra.run.smithi137.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 233 kB/s | 41 kB 00:00 2023-12-07T02:28:29.520 INFO:teuthology.orchestra.run.smithi094.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 222 kB/s | 41 kB 00:00 2023-12-07T02:28:29.626 INFO:teuthology.orchestra.run.smithi022.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-07T02:28:29.651 INFO:teuthology.orchestra.run.smithi022.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 857 kB/s | 322 kB 00:00 2023-12-07T02:28:29.751 INFO:teuthology.orchestra.run.smithi022.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 326 kB/s | 41 kB 00:00 2023-12-07T02:28:29.804 INFO:teuthology.orchestra.run.smithi094.stdout:(13/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 23 MB/s | 6.4 MB 00:00 2023-12-07T02:28:29.877 INFO:teuthology.orchestra.run.smithi137.stdout:(13/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 18 MB/s | 6.4 MB 00:00 2023-12-07T02:28:29.888 INFO:teuthology.orchestra.run.smithi094.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.2 MB/s | 2.2 MB 00:00 2023-12-07T02:28:29.901 INFO:teuthology.orchestra.run.smithi022.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 8.8 MB/s | 2.2 MB 00:00 2023-12-07T02:28:29.944 INFO:teuthology.orchestra.run.smithi137.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 4.6 MB/s | 2.2 MB 00:00 2023-12-07T02:28:30.047 INFO:teuthology.orchestra.run.smithi094.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 28 MB/s | 6.8 MB 00:00 2023-12-07T02:28:30.052 INFO:teuthology.orchestra.run.smithi137.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 9.9 MB/s | 1.1 MB 00:00 2023-12-07T02:28:30.069 INFO:teuthology.orchestra.run.smithi022.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-07T02:28:30.097 INFO:teuthology.orchestra.run.smithi094.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.1 MB/s | 1.1 MB 00:00 2023-12-07T02:28:30.128 INFO:teuthology.orchestra.run.smithi137.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 27 MB/s | 6.8 MB 00:00 2023-12-07T02:28:30.153 INFO:teuthology.orchestra.run.smithi137.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.8 MB/s | 185 kB 00:00 2023-12-07T02:28:30.156 INFO:teuthology.orchestra.run.smithi094.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.7 MB/s | 185 kB 00:00 2023-12-07T02:28:30.189 INFO:teuthology.orchestra.run.smithi094.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 549 kB/s | 51 kB 00:00 2023-12-07T02:28:30.195 INFO:teuthology.orchestra.run.smithi137.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 757 kB/s | 51 kB 00:00 2023-12-07T02:28:30.302 INFO:teuthology.orchestra.run.smithi022.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 18 MB/s | 19 MB 00:01 2023-12-07T02:28:30.352 INFO:teuthology.orchestra.run.smithi022.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-12-07T02:28:30.374 INFO:teuthology.orchestra.run.smithi094.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 16 MB/s | 19 MB 00:01 2023-12-07T02:28:30.375 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:28:30.375 INFO:teuthology.orchestra.run.smithi094.stdout:Total 24 MB/s | 51 MB 00:02 2023-12-07T02:28:30.377 INFO:teuthology.orchestra.run.smithi022.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-07T02:28:30.403 INFO:teuthology.orchestra.run.smithi137.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 15 MB/s | 19 MB 00:01 2023-12-07T02:28:30.404 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:28:30.404 INFO:teuthology.orchestra.run.smithi137.stdout:Total 25 MB/s | 51 MB 00:02 2023-12-07T02:28:30.478 INFO:teuthology.orchestra.run.smithi022.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-07T02:28:30.503 INFO:teuthology.orchestra.run.smithi022.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 336 kB/s | 51 kB 00:00 2023-12-07T02:28:30.504 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:28:30.504 INFO:teuthology.orchestra.run.smithi022.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T02:28:30.847 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2023-12-07T02:28:30.882 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T02:28:30.889 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2023-12-07T02:28:30.889 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2023-12-07T02:28:30.925 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T02:28:30.925 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T02:28:30.998 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2023-12-07T02:28:31.044 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2023-12-07T02:28:31.044 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2023-12-07T02:28:31.321 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2023-12-07T02:28:31.325 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2023-12-07T02:28:31.345 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T02:28:31.347 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T02:28:31.496 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2023-12-07T02:28:31.500 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2023-12-07T02:28:32.477 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2023-12-07T02:28:32.494 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T02:28:32.523 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T02:28:32.542 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T02:28:32.702 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2023-12-07T02:28:32.714 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.717 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.723 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.726 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.746 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:32.746 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:32.747 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T02:28:32.908 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:32.931 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:32.955 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.964 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T02:28:32.987 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:33.171 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:49.742 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:49.890 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:51.158 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T02:28:51.510 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T02:28:51.690 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T02:28:51.744 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T02:28:51.913 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T02:28:51.955 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T02:28:52.122 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T02:28:52.125 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T02:28:52.296 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T02:28:52.354 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T02:28:52.354 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T02:28:52.355 INFO:teuthology.orchestra.run.smithi137.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T02:28:52.355 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:28:52.508 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T02:28:52.508 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T02:28:52.508 INFO:teuthology.orchestra.run.smithi094.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T02:28:52.508 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:28:53.062 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T02:28:53.195 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T02:28:53.311 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T02:28:53.330 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T02:28:53.386 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T02:28:53.509 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T02:28:53.564 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T02:28:53.825 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T02:28:54.029 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T02:28:54.030 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T02:28:54.030 INFO:teuthology.orchestra.run.smithi022.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T02:28:54.030 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:28:54.852 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T02:28:54.863 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T02:28:55.040 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T02:28:55.130 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T02:28:55.144 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T02:28:55.350 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T02:28:55.509 INFO:teuthology.orchestra.run.smithi137.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T02:28:55.705 INFO:teuthology.orchestra.run.smithi094.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T02:28:55.793 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T02:28:55.954 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T02:28:56.529 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T02:28:56.642 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T02:28:56.681 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T02:28:57.079 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T02:28:57.242 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T02:28:57.456 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T02:28:57.476 INFO:teuthology.orchestra.run.smithi022.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T02:28:57.484 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T02:28:57.680 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T02:28:57.685 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T02:28:57.747 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T02:28:57.869 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T02:28:57.871 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T02:28:58.016 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T02:28:58.017 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:28:58.072 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T02:28:58.195 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T02:28:58.195 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:28:58.312 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:28:58.492 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:28:58.512 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T02:28:58.512 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:28:58.541 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T02:28:58.691 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T02:28:58.691 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:28:58.736 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:28:58.857 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:28:58.894 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:28:58.989 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:28:59.053 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T02:28:59.157 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T02:28:59.194 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T02:28:59.290 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T02:28:59.304 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T02:28:59.369 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T02:28:59.450 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T02:28:59.510 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T02:28:59.551 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T02:28:59.598 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T02:28:59.652 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T02:28:59.739 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T02:28:59.802 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T02:28:59.803 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T02:28:59.803 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:28:59.896 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T02:28:59.897 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:28:59.977 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:00.064 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:00.101 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T02:29:00.276 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T02:29:00.277 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:29:00.513 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T02:29:00.583 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T02:29:00.586 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T02:29:00.761 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T02:29:00.761 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:29:00.904 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T02:29:00.905 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:29:00.906 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T02:29:00.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T02:29:00.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T02:29:00.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T02:29:00.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T02:29:00.907 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T02:29:00.943 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T02:29:00.981 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T02:29:00.982 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T02:29:00.983 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T02:29:01.076 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:29:01.219 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T02:29:01.343 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T02:29:01.527 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T02:29:01.659 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T02:29:01.776 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T02:29:01.938 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T02:29:01.939 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:02.084 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:02.641 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T02:29:03.087 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T02:29:03.087 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T02:29:03.087 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T02:29:03.087 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T02:29:03.087 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T02:29:03.088 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T02:29:03.088 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T02:29:03.088 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T02:29:03.088 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T02:29:03.089 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T02:29:03.090 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T02:29:03.091 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T02:29:03.091 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T02:29:03.091 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T02:29:05.163 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T02:29:05.163 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2023-12-07T02:29:05.223 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T02:29:05.223 INFO:teuthology.orchestra.run.smithi094.stdout:Installed products updated. 2023-12-07T02:29:05.363 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:29:05.363 INFO:teuthology.orchestra.run.smithi137.stdout:Downgraded: 2023-12-07T02:29:05.363 INFO:teuthology.orchestra.run.smithi137.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.363 INFO:teuthology.orchestra.run.smithi137.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.364 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.365 INFO:teuthology.orchestra.run.smithi137.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.365 INFO:teuthology.orchestra.run.smithi137.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:29:05.365 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:29:05.365 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T02:29:05.410 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout:Downgraded: 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.411 INFO:teuthology.orchestra.run.smithi094.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:29:05.412 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-12-07T02:29:05.547 DEBUG:teuthology.parallel:result is None 2023-12-07T02:29:05.595 DEBUG:teuthology.parallel:result is None 2023-12-07T02:29:07.443 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T02:29:07.443 INFO:teuthology.orchestra.run.smithi022.stdout:Installed products updated. 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout:Downgraded: 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.660 INFO:teuthology.orchestra.run.smithi022.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:29:07.661 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-07T02:29:07.868 DEBUG:teuthology.parallel:result is None 2023-12-07T02:29:07.868 INFO:teuthology.run_tasks:Running task install... 2023-12-07T02:29:07.918 DEBUG:teuthology.task.install:project ceph 2023-12-07T02:29:07.918 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'}} 2023-12-07T02:29:07.918 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'} 2023-12-07T02:29:07.918 INFO:teuthology.task.install:Using flavor: default 2023-12-07T02:29:07.926 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-07T02:29:07.926 INFO:teuthology.task.install:extra packages: [] 2023-12-07T02:29:07.927 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-07T02:29:07.928 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-07T02:29:07.931 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-07T02:29:07.931 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-07T02:29:07.932 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-07T02:29:07.932 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-07T02:29:08.177 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-07T02:29:08.177 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:29:08.183 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-07T02:29:08.183 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:29:08.184 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-07T02:29:08.184 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:29:08.299 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-07T02:29:08.299 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2023-12-07T02:29:08.299 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:29:08.333 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-07T02:29:08.334 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:29:08.348 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-07T02:29:08.349 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-07T02:29:08.349 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:29:08.365 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-07T02:29:08.365 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T02:29:08.365 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:29:08.382 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-07T02:29:08.382 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:29:08.398 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-07T02:29:08.398 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:29:08.405 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:29:08.453 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:29:08.470 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:29:08.486 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:29:08.537 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:29:08.550 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:29:08.555 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2023-12-07T02:29:08.556 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2023-12-07T02:29:08.607 INFO:teuthology.orchestra.run.smithi022.stdout:check_obsoletes = 1 2023-12-07T02:29:08.608 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum clean all 2023-12-07T02:29:08.618 INFO:teuthology.orchestra.run.smithi137.stdout:check_obsoletes = 1 2023-12-07T02:29:08.619 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum clean all 2023-12-07T02:29:08.931 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:08.995 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:09.003 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:09.324 INFO:teuthology.orchestra.run.smithi094.stdout:44 files removed 2023-12-07T02:29:09.375 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2023-12-07T02:29:09.459 INFO:teuthology.orchestra.run.smithi022.stdout:44 files removed 2023-12-07T02:29:09.489 INFO:teuthology.orchestra.run.smithi137.stdout:44 files removed 2023-12-07T02:29:09.506 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum -y install ceph-radosgw 2023-12-07T02:29:09.536 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-radosgw 2023-12-07T02:29:09.705 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:09.857 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:09.866 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:29:10.632 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 224 kB/s | 81 kB 00:00 2023-12-07T02:29:10.740 INFO:teuthology.orchestra.run.smithi022.stdout:ceph packages for x86_64 301 kB/s | 81 kB 00:00 2023-12-07T02:29:10.846 INFO:teuthology.orchestra.run.smithi137.stdout:ceph packages for x86_64 205 kB/s | 81 kB 00:00 2023-12-07T02:29:10.997 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-07T02:29:11.050 INFO:teuthology.orchestra.run.smithi022.stdout:ceph noarch packages 34 kB/s | 9.5 kB 00:00 2023-12-07T02:29:11.113 INFO:teuthology.orchestra.run.smithi137.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-12-07T02:29:11.313 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-07T02:29:11.350 INFO:teuthology.orchestra.run.smithi022.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-07T02:29:11.464 INFO:teuthology.orchestra.run.smithi094.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-07T02:29:11.480 INFO:teuthology.orchestra.run.smithi137.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-12-07T02:29:11.484 INFO:teuthology.orchestra.run.smithi022.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-12-07T02:29:11.630 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T02:29:13.006 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T02:29:13.187 INFO:teuthology.orchestra.run.smithi022.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-12-07T02:29:13.497 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2023-12-07T02:29:16.531 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 430 kB/s | 24 kB 00:00 2023-12-07T02:29:16.946 INFO:teuthology.orchestra.run.smithi022.stdout:lab-extras 399 kB/s | 24 kB 00:00 2023-12-07T02:29:17.014 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 463 kB/s | 24 kB 00:00 2023-12-07T02:29:17.400 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 MB/s | 47 MB 00:00 2023-12-07T02:29:17.929 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 MB/s | 53 MB 00:00 2023-12-07T02:29:17.966 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-07T02:29:25.510 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-07T02:29:26.457 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 MB/s | 47 MB 00:01 2023-12-07T02:29:26.753 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-12-07T02:29:36.782 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T02:29:36.784 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================== 2023-12-07T02:29:36.784 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================== 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrading: 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:29:36.785 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:29:36.786 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:29:36.787 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:29:36.788 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T02:29:36.789 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================== 2023-12-07T02:29:36.789 INFO:teuthology.orchestra.run.smithi137.stdout:Install 21 Packages 2023-12-07T02:29:36.789 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrade 2 Packages 2023-12-07T02:29:36.789 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:29:36.790 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 62 M 2023-12-07T02:29:36.790 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T02:29:37.449 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-12-07T02:29:37.451 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================================== 2023-12-07T02:29:37.451 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2023-12-07T02:29:37.451 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================================== 2023-12-07T02:29:37.451 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2023-12-07T02:29:37.451 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:29:37.452 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:29:37.453 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================================== 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout:Install 21 Packages 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 62 M 2023-12-07T02:29:37.454 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2023-12-07T02:29:38.651 INFO:teuthology.orchestra.run.smithi137.stdout:(1/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 13 MB/s | 23 MB 00:01 2023-12-07T02:29:38.661 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-07T02:29:38.664 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================================== 2023-12-07T02:29:38.664 INFO:teuthology.orchestra.run.smithi022.stdout: Package Arch Version Repository Size 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================================== 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout:Installing: 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout:Upgrading: 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:29:38.665 INFO:teuthology.orchestra.run.smithi022.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:29:38.666 INFO:teuthology.orchestra.run.smithi022.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:29:38.667 INFO:teuthology.orchestra.run.smithi022.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:29:38.668 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================================== 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout:Install 21 Packages 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout:Upgrade 2 Packages 2023-12-07T02:29:38.669 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:29:38.670 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 62 M 2023-12-07T02:29:38.670 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2023-12-07T02:29:38.752 INFO:teuthology.orchestra.run.smithi137.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 243 kB/s | 24 kB 00:00 2023-12-07T02:29:38.943 INFO:teuthology.orchestra.run.smithi137.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 4.3 MB/s | 839 kB 00:00 2023-12-07T02:29:39.052 INFO:teuthology.orchestra.run.smithi137.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 4.7 MB/s | 517 kB 00:00 2023-12-07T02:29:39.527 INFO:teuthology.orchestra.run.smithi137.stdout:(5/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 2.1 MB/s | 5.4 MB 00:02 2023-12-07T02:29:39.736 INFO:teuthology.orchestra.run.smithi137.stdout:(6/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 5.0 MB/s | 14 MB 00:02 2023-12-07T02:29:39.761 INFO:teuthology.orchestra.run.smithi137.stdout:(7/23): python3-ceph-argparse-19.0.0-37.gf0c322 191 kB/s | 45 kB 00:00 2023-12-07T02:29:39.845 INFO:teuthology.orchestra.run.smithi137.stdout:(8/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 8.7 MB/s | 6.9 MB 00:00 2023-12-07T02:29:39.862 INFO:teuthology.orchestra.run.smithi137.stdout:(9/23): python3-ceph-common-19.0.0-37.gf0c32233 1.0 MB/s | 128 kB 00:00 2023-12-07T02:29:39.887 INFO:teuthology.orchestra.run.smithi137.stdout:(10/23): python3-cephfs-19.0.0-37.gf0c32233.el8 1.5 MB/s | 197 kB 00:00 2023-12-07T02:29:39.928 INFO:teuthology.orchestra.run.smithi137.stdout:(11/23): python3-rados-19.0.0-37.gf0c32233.el8. 4.3 MB/s | 372 kB 00:00 2023-12-07T02:29:39.987 INFO:teuthology.orchestra.run.smithi137.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.0 MB/s | 107 kB 00:00 2023-12-07T02:29:40.013 INFO:teuthology.orchestra.run.smithi137.stdout:(13/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 2.4 MB/s | 365 kB 00:00 2023-12-07T02:29:40.218 INFO:teuthology.orchestra.run.smithi094.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 2.2 MB/s | 5.4 MB 00:02 2023-12-07T02:29:40.285 INFO:teuthology.orchestra.run.smithi094.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 365 kB/s | 24 kB 00:00 2023-12-07T02:29:40.338 INFO:teuthology.orchestra.run.smithi137.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 168 kB/s | 59 kB 00:00 2023-12-07T02:29:40.388 INFO:teuthology.orchestra.run.smithi137.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 200 kB/s | 75 kB 00:00 2023-12-07T02:29:40.455 INFO:teuthology.orchestra.run.smithi137.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-07T02:29:40.481 INFO:teuthology.orchestra.run.smithi137.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 555 kB/s | 306 kB 00:00 2023-12-07T02:29:40.502 INFO:teuthology.orchestra.run.smithi094.stdout:(3/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 8.3 MB/s | 23 MB 00:02 2023-12-07T02:29:40.506 INFO:teuthology.orchestra.run.smithi137.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 875 kB/s | 44 kB 00:00 2023-12-07T02:29:40.535 INFO:teuthology.orchestra.run.smithi094.stdout:(4/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 3.3 MB/s | 839 kB 00:00 2023-12-07T02:29:40.565 INFO:teuthology.orchestra.run.smithi137.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 889 kB/s | 47 kB 00:00 2023-12-07T02:29:40.585 INFO:teuthology.orchestra.run.smithi094.stdout:(5/23): libradosstriper1-19.0.0-37.gf0c32233.el 6.1 MB/s | 517 kB 00:00 2023-12-07T02:29:40.598 INFO:teuthology.orchestra.run.smithi137.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.0 MB/s | 354 kB 00:00 2023-12-07T02:29:40.644 INFO:teuthology.orchestra.run.smithi094.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 768 kB/s | 45 kB 00:00 2023-12-07T02:29:40.720 INFO:teuthology.orchestra.run.smithi094.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.7 MB/s | 128 kB 00:00 2023-12-07T02:29:40.811 INFO:teuthology.orchestra.run.smithi094.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 2.1 MB/s | 197 kB 00:00 2023-12-07T02:29:40.832 INFO:teuthology.orchestra.run.smithi137.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-12-07T02:29:40.912 INFO:teuthology.orchestra.run.smithi094.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 3.6 MB/s | 372 kB 00:00 2023-12-07T02:29:41.004 INFO:teuthology.orchestra.run.smithi094.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 3.9 MB/s | 365 kB 00:00 2023-12-07T02:29:41.087 INFO:teuthology.orchestra.run.smithi094.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-07T02:29:41.157 INFO:teuthology.orchestra.run.smithi137.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 6.6 MB/s | 3.7 MB 00:00 2023-12-07T02:29:41.471 INFO:teuthology.orchestra.run.smithi094.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 799 kB/s | 306 kB 00:00 2023-12-07T02:29:41.579 INFO:teuthology.orchestra.run.smithi094.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 544 kB/s | 59 kB 00:00 2023-12-07T02:29:41.713 INFO:teuthology.orchestra.run.smithi094.stdout:(14/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 5.9 MB/s | 6.9 MB 00:01 2023-12-07T02:29:41.730 INFO:teuthology.orchestra.run.smithi094.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 499 kB/s | 75 kB 00:00 2023-12-07T02:29:41.797 INFO:teuthology.orchestra.run.smithi094.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 706 kB/s | 47 kB 00:00 2023-12-07T02:29:41.839 INFO:teuthology.orchestra.run.smithi094.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-07T02:29:41.881 INFO:teuthology.orchestra.run.smithi094.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T02:29:41.923 INFO:teuthology.orchestra.run.smithi094.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-07T02:29:41.924 INFO:teuthology.orchestra.run.smithi137.stdout:(23/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 2.8 MB/s | 3.8 MB 00:01 2023-12-07T02:29:41.926 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:29:41.927 INFO:teuthology.orchestra.run.smithi137.stdout:Total 12 MB/s | 62 MB 00:05 2023-12-07T02:29:41.974 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T02:29:42.019 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T02:29:42.019 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T02:29:42.273 INFO:teuthology.orchestra.run.smithi094.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.1 MB/s | 1.7 MB 00:00 2023-12-07T02:29:42.355 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T02:29:42.359 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T02:29:42.490 INFO:teuthology.orchestra.run.smithi094.stdout:(21/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 6.6 MB/s | 3.8 MB 00:00 2023-12-07T02:29:42.707 INFO:teuthology.orchestra.run.smithi094.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 8.6 MB/s | 3.7 MB 00:00 2023-12-07T02:29:42.755 INFO:teuthology.orchestra.run.smithi022.stdout:(1/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 5.8 MB/s | 23 MB 00:03 2023-12-07T02:29:42.830 INFO:teuthology.orchestra.run.smithi022.stdout:(2/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 1.4 MB/s | 5.4 MB 00:03 2023-12-07T02:29:42.855 INFO:teuthology.orchestra.run.smithi022.stdout:(3/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 243 kB/s | 24 kB 00:00 2023-12-07T02:29:43.149 INFO:teuthology.orchestra.run.smithi094.stdout:(23/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x 2.6 MB/s | 14 MB 00:05 2023-12-07T02:29:43.153 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:29:43.153 INFO:teuthology.orchestra.run.smithi094.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-07T02:29:43.192 INFO:teuthology.orchestra.run.smithi022.stdout:(4/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 3.2 MB/s | 14 MB 00:04 2023-12-07T02:29:43.201 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2023-12-07T02:29:43.247 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2023-12-07T02:29:43.247 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2023-12-07T02:29:43.256 INFO:teuthology.orchestra.run.smithi022.stdout:(5/23): libradosstriper1-19.0.0-37.gf0c32233.el 1.3 MB/s | 517 kB 00:00 2023-12-07T02:29:43.298 INFO:teuthology.orchestra.run.smithi022.stdout:(6/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 1.8 MB/s | 839 kB 00:00 2023-12-07T02:29:43.323 INFO:teuthology.orchestra.run.smithi022.stdout:(7/23): python3-ceph-argparse-19.0.0-37.gf0c322 671 kB/s | 45 kB 00:00 2023-12-07T02:29:43.357 INFO:teuthology.orchestra.run.smithi022.stdout:(8/23): python3-ceph-common-19.0.0-37.gf0c32233 2.1 MB/s | 128 kB 00:00 2023-12-07T02:29:43.399 INFO:teuthology.orchestra.run.smithi022.stdout:(9/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 2.6 MB/s | 197 kB 00:00 2023-12-07T02:29:43.466 INFO:teuthology.orchestra.run.smithi022.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 5.4 MB/s | 365 kB 00:00 2023-12-07T02:29:43.508 INFO:teuthology.orchestra.run.smithi022.stdout:(11/23): python3-rados-19.0.0-37.gf0c32233.el8. 2.4 MB/s | 372 kB 00:00 2023-12-07T02:29:43.523 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T02:29:43.533 INFO:teuthology.orchestra.run.smithi022.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-07T02:29:43.600 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2023-12-07T02:29:43.604 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2023-12-07T02:29:43.724 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:29:43.894 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:44.275 INFO:teuthology.orchestra.run.smithi022.stdout:(13/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 6.4 MB/s | 6.9 MB 00:01 2023-12-07T02:29:44.313 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:44.477 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:44.573 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:44.600 INFO:teuthology.orchestra.run.smithi022.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 55 kB/s | 59 kB 00:01 2023-12-07T02:29:44.734 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2023-12-07T02:29:44.749 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:29:44.931 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:29:45.013 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:29:45.092 INFO:teuthology.orchestra.run.smithi022.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 193 kB/s | 306 kB 00:01 2023-12-07T02:29:45.133 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:45.185 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:45.276 INFO:teuthology.orchestra.run.smithi022.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 256 kB/s | 47 kB 00:00 2023-12-07T02:29:45.376 INFO:teuthology.orchestra.run.smithi022.stdout:(17/23): libunwind-1.3.1-3.el8.x86_64.rpm 68 kB/s | 75 kB 00:01 2023-12-07T02:29:45.451 INFO:teuthology.orchestra.run.smithi022.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-12-07T02:29:45.541 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:45.552 INFO:teuthology.orchestra.run.smithi022.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 250 kB/s | 44 kB 00:00 2023-12-07T02:29:45.594 INFO:teuthology.orchestra.run.smithi022.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-12-07T02:29:45.596 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:45.708 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:45.802 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:45.806 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:45.844 INFO:teuthology.orchestra.run.smithi022.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 1.4 MB/s | 1.7 MB 00:01 2023-12-07T02:29:45.871 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:45.986 INFO:teuthology.orchestra.run.smithi022.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 9.5 MB/s | 3.7 MB 00:00 2023-12-07T02:29:45.996 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:29:46.074 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T02:29:46.219 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:29:46.261 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:29:46.475 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:46.486 INFO:teuthology.orchestra.run.smithi022.stdout:(23/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 4.0 MB/s | 3.8 MB 00:00 2023-12-07T02:29:46.491 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:29:46.491 INFO:teuthology.orchestra.run.smithi022.stdout:Total 7.9 MB/s | 62 MB 00:07 2023-12-07T02:29:46.539 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2023-12-07T02:29:46.589 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2023-12-07T02:29:46.589 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2023-12-07T02:29:46.873 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:46.957 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2023-12-07T02:29:46.961 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2023-12-07T02:29:47.011 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:29:47.100 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:47.182 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:47.193 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:47.259 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:47.333 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:29:47.397 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:29:47.438 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:29:47.621 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:29:47.862 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:29:48.064 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:29:48.172 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T02:29:48.226 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:48.237 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2023-12-07T02:29:48.297 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:48.332 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:48.392 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:48.428 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:29:48.503 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:29:48.527 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:29:48.632 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:29:48.676 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:48.701 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:29:48.865 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:29:48.953 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:29:49.027 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:29:49.094 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:29:49.153 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:29:49.259 INFO:teuthology.orchestra.run.smithi022.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:49.317 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:49.355 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:29:49.388 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:49.525 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:29:49.531 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:29:49.724 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:29:49.783 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:29:49.967 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:29:49.975 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:50.125 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:29:50.415 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:29:50.617 INFO:teuthology.orchestra.run.smithi022.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:50.701 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:29:50.850 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:29:50.919 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:29:51.735 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T02:29:51.908 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:51.964 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:29:52.087 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:29:52.246 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:29:52.480 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:29:52.674 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:29:52.810 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:52.825 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:52.894 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:29:53.026 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:53.052 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:29:53.245 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:29:53.476 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:29:53.630 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:53.675 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:29:53.826 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:53.884 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:53.970 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:54.057 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:54.101 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:29:54.642 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:54.884 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:54.952 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:55.116 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:29:57.702 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:57.916 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:58.553 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:29:58.895 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:59.389 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:29:59.565 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:12.509 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:12.509 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /sys 2023-12-07T02:30:12.509 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /proc 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /dev 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /run 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /mnt 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /var/tmp 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /home 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /tmp 2023-12-07T02:30:12.510 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /dev 2023-12-07T02:30:12.511 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:13.580 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /dev 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /run 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /dev 2023-12-07T02:30:13.581 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:13.931 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:13.951 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:13.952 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:14.192 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:14.192 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:30:14.826 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:30:14.827 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:30:15.015 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:15.036 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:15.036 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:15.240 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:15.240 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:30:15.806 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T02:30:15.807 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:15.808 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:30:15.808 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /sys 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /proc 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /dev 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /run 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /mnt 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /var/tmp 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /home 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /tmp 2023-12-07T02:30:18.938 INFO:teuthology.orchestra.run.smithi022.stdout:skipping the directory /dev 2023-12-07T02:30:18.939 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:19.620 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:19.620 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout:Upgraded: 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:30:19.809 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:19.810 INFO:teuthology.orchestra.run.smithi137.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:30:19.811 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:19.811 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T02:30:19.972 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-test 2023-12-07T02:30:19.984 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:19.984 INFO:teuthology.orchestra.run.smithi094.stdout:Installed products updated. 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.171 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.172 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:20.173 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-12-07T02:30:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:20.346 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2023-12-07T02:30:20.455 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:20.477 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:30:20.477 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:20.694 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:20.789 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:30:20.789 INFO:teuthology.orchestra.run.smithi022.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:21.099 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 118 kB/s | 4.5 kB 00:00 2023-12-07T02:30:21.406 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:30:21.435 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T02:30:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T02:30:21.437 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T02:30:21.437 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:30:21.437 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:30:21.437 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:30:21.456 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 139 kB/s | 4.1 kB 00:00 2023-12-07T02:30:21.664 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2023-12-07T02:30:22.981 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================== 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================== 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:30:22.982 INFO:teuthology.orchestra.run.smithi137.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================== 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:22.983 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 50 M 2023-12-07T02:30:22.984 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 223 M 2023-12-07T02:30:22.984 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T02:30:23.028 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T02:30:23.111 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-07T02:30:23.170 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-12-07T02:30:23.228 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-12-07T02:30:23.285 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2023-12-07T02:30:23.286 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================== 2023-12-07T02:30:23.286 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2023-12-07T02:30:23.286 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================== 2023-12-07T02:30:23.286 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout:========================================================================================== 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2023-12-07T02:30:23.287 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:23.288 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 50 M 2023-12-07T02:30:23.288 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 223 M 2023-12-07T02:30:23.288 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2023-12-07T02:30:23.318 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-07T02:30:23.385 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-12-07T02:30:23.395 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 445 kB/s | 183 kB 00:00 2023-12-07T02:30:23.427 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-07T02:30:23.469 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T02:30:23.511 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 822 kB/s | 183 kB 00:00 2023-12-07T02:30:25.445 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:30:25.445 INFO:teuthology.orchestra.run.smithi022.stdout:Installed products updated. 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout:Upgraded: 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.651 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.652 INFO:teuthology.orchestra.run.smithi022.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:25.653 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-07T02:30:25.814 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum -y install ceph-test 2023-12-07T02:30:26.183 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:26.899 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2023-12-07T02:30:27.116 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 119 kB/s | 4.5 kB 00:00 2023-12-07T02:30:27.161 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 13 MB/s | 49 MB 00:03 2023-12-07T02:30:27.163 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:30:27.163 INFO:teuthology.orchestra.run.smithi094.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-07T02:30:27.202 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2023-12-07T02:30:27.223 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2023-12-07T02:30:27.223 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2023-12-07T02:30:27.487 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2023-12-07T02:30:27.491 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2023-12-07T02:30:27.928 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2023-12-07T02:30:28.012 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 9.8 MB/s | 49 MB 00:05 2023-12-07T02:30:28.013 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:30:28.014 INFO:teuthology.orchestra.run.smithi137.stdout:Total 10 MB/s | 50 MB 00:05 2023-12-07T02:30:28.051 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T02:30:28.052 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:28.073 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T02:30:28.073 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T02:30:28.137 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:28.337 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T02:30:28.340 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T02:30:28.363 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:30:28.520 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:30:28.659 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:30:28.781 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T02:30:28.802 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:28.818 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-07T02:30:28.819 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================== 2023-12-07T02:30:28.819 INFO:teuthology.orchestra.run.smithi022.stdout: Package Arch Version Repository Size 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================== 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:Installing: 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:========================================================================================== 2023-12-07T02:30:28.820 INFO:teuthology.orchestra.run.smithi022.stdout:Install 6 Packages 2023-12-07T02:30:28.821 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:28.821 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 50 M 2023-12-07T02:30:28.821 INFO:teuthology.orchestra.run.smithi022.stdout:Installed size: 223 M 2023-12-07T02:30:28.821 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2023-12-07T02:30:28.853 INFO:teuthology.orchestra.run.smithi022.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-07T02:30:28.920 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:28.928 INFO:teuthology.orchestra.run.smithi022.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-07T02:30:29.004 INFO:teuthology.orchestra.run.smithi022.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.4 MB/s | 187 kB 00:00 2023-12-07T02:30:29.011 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:29.046 INFO:teuthology.orchestra.run.smithi022.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-07T02:30:29.071 INFO:teuthology.orchestra.run.smithi022.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 735 kB/s | 183 kB 00:00 2023-12-07T02:30:29.226 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:30:29.370 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:30:29.535 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:30:29.670 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:31.229 INFO:teuthology.orchestra.run.smithi022.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-07T02:30:31.231 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:30:31.231 INFO:teuthology.orchestra.run.smithi022.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-07T02:30:31.270 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2023-12-07T02:30:31.293 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2023-12-07T02:30:31.293 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2023-12-07T02:30:31.574 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2023-12-07T02:30:31.578 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2023-12-07T02:30:32.035 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2023-12-07T02:30:32.162 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:32.231 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:30:32.431 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:30:32.586 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:30:32.743 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:30:32.876 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:33.536 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:33.800 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T02:30:34.006 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T02:30:34.343 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:34.618 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T02:30:34.842 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T02:30:37.554 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T02:30:37.554 INFO:teuthology.orchestra.run.smithi094.stdout:Installed products updated. 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout: 2023-12-07T02:30:37.735 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2023-12-07T02:30:37.869 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2023-12-07T02:30:37.916 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:30:38.157 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:38.202 INFO:teuthology.orchestra.run.smithi094.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T02:30:38.417 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T02:30:38.702 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T02:30:38.702 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T02:30:38.886 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T02:30:38.889 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 154 kB/s | 4.1 kB 00:00 2023-12-07T02:30:39.022 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph 2023-12-07T02:30:39.098 INFO:teuthology.orchestra.run.smithi094.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 168 kB/s | 4.5 kB 00:00 2023-12-07T02:30:39.355 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:39.948 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2023-12-07T02:30:40.246 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 125 kB/s | 4.1 kB 00:00 2023-12-07T02:30:40.681 INFO:teuthology.orchestra.run.smithi094.stderr:Error: 2023-12-07T02:30:40.681 INFO:teuthology.orchestra.run.smithi094.stderr: Problem: conflicting requests 2023-12-07T02:30:40.681 INFO:teuthology.orchestra.run.smithi094.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:40.682 INFO:teuthology.orchestra.run.smithi094.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T02:30:40.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:40.755 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 smithi094 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:30:40.757 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 smithi094 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:30:41.262 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2b73e36e21b04957b5cdd80c5ac233b2 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 smithi094 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:30:41.266 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T02:30:41.276 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T02:30:41.317 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T02:30:41.318 DEBUG:teuthology.orchestra.run.smithi022:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:30:41.339 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:30:41.343 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:30:41.347 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2023-12-07T02:30:41.352 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:30:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2023-12-07T02:30:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 8 +3252us[+3252us] +/- 78ms 2023-12-07T02:30:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:^* hv02.front.sepia.ceph.com 3 6 77 8 -670us[ -594us] +/- 70ms 2023-12-07T02:30:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 10 -2923us[-2846us] +/- 91ms 2023-12-07T02:30:41.353 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:30:41.357 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2023-12-07T02:30:41.358 INFO:teuthology.orchestra.run.smithi094.stderr:bash: ntpq: command not found 2023-12-07T02:30:41.361 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:30:41.361 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2023-12-07T02:30:41.361 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 9 +3244us[+3244us] +/- 78ms 2023-12-07T02:30:41.362 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv02.front.sepia.ceph.com 3 6 77 9 -651us[ -559us] +/- 70ms 2023-12-07T02:30:41.362 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 9 -2926us[-2834us] +/- 91ms 2023-12-07T02:30:41.362 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:30:41.363 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:30:41.363 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2023-12-07T02:30:41.363 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 9 +3224us[+3224us] +/- 78ms 2023-12-07T02:30:41.364 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv02.front.sepia.ceph.com 3 6 77 9 -693us[ -649us] +/- 70ms 2023-12-07T02:30:41.364 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 9 -2940us[-2895us] +/- 91ms 2023-12-07T02:30:41.364 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:30:41.364 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T02:30:41.373 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T02:30:41.373 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T02:30:41.418 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:30:41.515 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:30:41.630 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:30:41.723 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:30:41.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:41.756 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:30:41.768 INFO:teuthology.orchestra.run.smithi137.stderr:Error: 2023-12-07T02:30:41.768 INFO:teuthology.orchestra.run.smithi137.stderr: Problem: conflicting requests 2023-12-07T02:30:41.769 INFO:teuthology.orchestra.run.smithi137.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:41.769 INFO:teuthology.orchestra.run.smithi137.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T02:30:41.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:41.790 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:30:41.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:41.822 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T02:30:41.831 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T02:30:41.876 INFO:teuthology.task.internal:Duration was 713.680262 seconds 2023-12-07T02:30:41.876 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T02:30:41.926 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T02:30:41.927 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:30:41.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:41.930 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:30:41.933 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:30:41.976 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:30:41.978 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:30:42.015 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:30:42.302 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T02:30:42.303 INFO:teuthology.orchestra.run.smithi022.stdout:Installed products updated. 2023-12-07T02:30:42.436 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T02:30:42.436 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi022.front.sepia.ceph.com 2023-12-07T02:30:42.436 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:30:42.460 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2023-12-07T02:30:42.460 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:30:42.483 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2023-12-07T02:30:42.484 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:30:42.505 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T02:30:42.505 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-07T02:30:42.506 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-07T02:30:42.508 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:30:42.526 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:30:42.583 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T02:30:42.583 DEBUG:teuthology.orchestra.run.smithi022:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:30:42.587 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:30:42.608 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:30:42.661 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum -y install ceph 2023-12-07T02:30:42.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T02:30:42.701 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T02:30:42.702 DEBUG:teuthology.orchestra.run.smithi022:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:30:42.749 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:30:42.789 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:30:42.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T02:30:42.844 DEBUG:teuthology.orchestra.run.smithi022:> 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-07T02:30:42.846 DEBUG:teuthology.orchestra.run.smithi094:> 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-07T02:30:42.848 DEBUG:teuthology.orchestra.run.smithi137:> 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-07T02:30:42.871 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = core 2023-12-07T02:30:42.872 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2023-12-07T02:30:42.874 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2023-12-07T02:30:42.991 DEBUG:teuthology.orchestra.run.smithi022:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:30:43.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:43.007 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:30:43.017 INFO:teuthology.orchestra.run.smithi022.stdout:Updating Subscription Management repositories. 2023-12-07T02:30:43.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:43.025 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:30:43.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:43.047 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T02:30:43.057 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T02:30:43.058 DEBUG:teuthology.misc:Transferring archived files from smithi022:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036/remote/smithi022 2023-12-07T02:30:43.059 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:30:43.110 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036/remote/smithi094 2023-12-07T02:30:43.111 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:30:43.179 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036/remote/smithi137 2023-12-07T02:30:43.180 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:30:43.226 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T02:30:43.226 DEBUG:teuthology.orchestra.run.smithi022:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:30:43.228 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:30:43.230 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:30:43.277 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T02:30:43.288 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T02:30:43.289 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T02:30:43.321 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T02:30:43.321 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:30:43.324 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:30:43.326 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:30:43.340 INFO:teuthology.orchestra.run.smithi022.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:30 /home/ubuntu/cephtest 2023-12-07T02:30:43.341 INFO:teuthology.orchestra.run.smithi094.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:30 /home/ubuntu/cephtest 2023-12-07T02:30:43.343 INFO:teuthology.orchestra.run.smithi137.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:30 /home/ubuntu/cephtest 2023-12-07T02:30:43.344 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T02:30:43.355 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T02:30:43.422 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T02:30:43.449 DEBUG:teuthology.nuke:shortname: smithi022 2023-12-07T02:30:43.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:30:43.478 DEBUG:teuthology.nuke:shortname: smithi094 2023-12-07T02:30:43.478 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:30:43.483 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.758163', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:30:43.502 DEBUG:teuthology.nuke:shortname: smithi137 2023-12-07T02:30:43.502 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:30:43.508 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.759105', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:30:43.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481036', '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 02:13:34.756636', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:30:43.544 INFO:teuthology.orchestra.console.smithi022:Power off 2023-12-07T02:30:43.545 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:30:43.568 DEBUG:teuthology.orchestra.console.smithi022:power off output: Chassis Power Control: Down/Off 2023-12-07T02:30:43.569 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:43.586 INFO:teuthology.orchestra.console.smithi094:Power off 2023-12-07T02:30:43.587 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:30:43.600 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2023-12-07T02:30:43.613 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2023-12-07T02:30:43.613 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:43.629 INFO:teuthology.orchestra.console.smithi137:Power off 2023-12-07T02:30:43.629 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:30:43.643 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2023-12-07T02:30:43.656 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2023-12-07T02:30:43.656 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:43.687 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2023-12-07T02:30:43.750 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 105 kB/s | 4.1 kB 00:00 2023-12-07T02:30:44.000 INFO:teuthology.orchestra.run.smithi022.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 114 kB/s | 4.5 kB 00:00 2023-12-07T02:30:45.752 INFO:teuthology.orchestra.run.smithi022.stderr:Error: 2023-12-07T02:30:45.752 INFO:teuthology.orchestra.run.smithi022.stderr: Problem: conflicting requests 2023-12-07T02:30:45.752 INFO:teuthology.orchestra.run.smithi022.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:30:45.752 INFO:teuthology.orchestra.run.smithi022.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T02:30:45.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:30:47.601 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:47.644 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:47.688 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:47.713 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2023-12-07T02:30:47.755 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2023-12-07T02:30:47.802 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2023-12-07T02:30:51.718 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:51.755 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:51.803 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:51.829 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is off 2023-12-07T02:30:51.865 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2023-12-07T02:30:51.915 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2023-12-07T02:30:51.930 INFO:teuthology.orchestra.console.smithi022:Power off completed 2023-12-07T02:30:51.966 INFO:teuthology.orchestra.console.smithi094:Power off completed 2023-12-07T02:30:55.918 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:30:56.028 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2023-12-07T02:30:56.128 INFO:teuthology.orchestra.console.smithi137:Power off completed 2023-12-07T02:30:56.233 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: 713.6802620887756 failure_reason: 'Command failed on smithi094 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2b73e36e21b04957b5cdd80c5ac233b2 status: fail success: false 2023-12-07T02:30:56.233 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T02:30:56.320 INFO:teuthology.run:FAIL