2023-12-01T16:41:03.903 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T16:41:03.904 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --archive /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832 --owner scheduled_yuriw@teuthology --name yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832/orig.config.yaml 2023-12-01T16:41:03.933 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:41:04.012 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832 branch: wip-neorados-learning-from-experience 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: '7473832' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-neorados-learning-from-experience 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: d710c09d2ffe0f0858468330fd3d69f1f4506222 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-neorados-learning-from-experience sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 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: 5183 sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-neorados-learning-from-experience suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi177.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-01_15:09:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T16:41:04.012 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa; will attempt to use it 2023-12-01T16:41:04.013 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa/tasks 2023-12-01T16:41:04.013 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T16:41:04.015 INFO:teuthology.task.internal:Checking packages... 2023-12-01T16:41:04.039 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'd710c09d2ffe0f0858468330fd3d69f1f4506222' 2023-12-01T16:41:04.040 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T16:41:04.040 INFO:teuthology.packaging:ref: None 2023-12-01T16:41:04.040 INFO:teuthology.packaging:tag: None 2023-12-01T16:41:04.040 INFO:teuthology.packaging:branch: wip-neorados-learning-from-experience 2023-12-01T16:41:04.040 INFO:teuthology.packaging:sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:41:04.040 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-neorados-learning-from-experience 2023-12-01T16:41:04.183 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7570.gd710c09d 2023-12-01T16:41:04.183 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T16:41:04.190 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T16:41:04.190 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T16:41:04.235 INFO:teuthology.task.internal:Saving configuration 2023-12-01T16:41:04.248 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T16:41:04.269 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:41:04.296 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.403817', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:41:04.323 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.401880', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:41:04.350 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.404909', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:41:04.350 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T16:41:04.356 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-01T16:41:04.356 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-01T16:41:04.356 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-01T16:41:04.356 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T16:41:04.489 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe7bbe19ee0>, signals=[15]) 2023-12-01T16:41:04.490 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T16:41:04.496 INFO:teuthology.task.internal:Opening connections... 2023-12-01T16:41:04.496 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T16:41:04.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:41:04.568 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-01T16:41:04.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:41:04.635 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T16:41:04.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:41:04.703 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T16:41:04.709 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-12-01T16:41:04.731 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-12-01T16:41:04.731 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:ID="rhel" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="fedora" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8.6" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:41:04.791 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:41:04.792 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:41:04.793 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-12-01T16:41:04.814 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-01T16:41:04.835 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-01T16:41:04.836 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-01T16:41:04.895 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:41:04.895 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.6" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:41:04.896 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:41:04.897 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:41:04.897 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-01T16:41:04.914 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2023-12-01T16:41:04.934 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2023-12-01T16:41:04.935 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:ID="rhel" 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="fedora" 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8.6" 2023-12-01T16:41:04.994 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:41:04.995 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:41:04.995 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2023-12-01T16:41:05.025 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T16:41:05.034 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T16:41:05.060 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T16:41:05.060 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:41:05.062 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:41:05.064 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:41:05.083 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T16:41:05.093 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T16:41:05.093 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:41:05.121 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:41:05.124 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:41:05.151 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T16:41:05.321 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T16:41:05.335 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T16:41:05.335 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-01T16:41:05.335 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:41:05.336 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:41:05.336 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:41:05.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:05.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:05.357 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-01T16:41:05.357 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-01T16:41:05.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:05.358 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-12-01T16:41:05.416 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.416 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.416 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-12-01T16:41:05.417 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.417 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.417 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-01T16:41:05.418 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.418 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:05.419 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2023-12-01T16:41:06.575 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:06.576 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-01T16:41:06.634 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:06.635 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:41:06.672 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:06.673 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T16:41:08.011 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-01T16:41:08.013 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T16:41:08.129 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T16:41:09.628 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-01T16:41:10.513 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 6.4 MB/s | 16 MB 00:02 2023-12-01T16:41:11.246 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 5.1 MB/s | 16 MB 00:03 2023-12-01T16:41:13.070 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 668 kB/s | 24 kB 00:00 2023-12-01T16:41:13.764 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:41:13.820 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-01T16:41:13.821 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-01T16:41:13.821 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-01T16:41:13.956 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:41:14.096 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 449 kB/s | 24 kB 00:00 2023-12-01T16:41:14.289 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:14.289 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-01T16:41:14.553 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:41:13 PM UTC. 2023-12-01T16:41:14.597 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:14.641 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:14.689 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-01T16:41:14.791 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:41:14.850 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:41:14.851 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-12-01T16:41:14.851 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:41:14.854 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 426 kB/s | 24 kB 00:00 2023-12-01T16:41:14.978 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:41:15.021 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:15.021 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-01T16:41:15.285 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:41:13 PM UTC. 2023-12-01T16:41:15.326 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:15.350 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:15.351 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:41:15.360 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:15.407 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:41:15.489 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:15.489 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:15.489 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:41:15.489 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T16:41:15.489 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:41:15.524 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-01T16:41:15.537 DEBUG:teuthology.parallel:result is None 2023-12-01T16:41:15.557 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:41:15.613 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T16:41:15.614 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-12-01T16:41:15.614 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T16:41:15.619 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:41:14 PM UTC. 2023-12-01T16:41:15.660 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:15.710 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:15.737 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:41:15.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2023-12-01T16:41:16.084 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:16.085 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:41:16.106 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:16.106 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T16:41:16.341 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:41:14 PM UTC. 2023-12-01T16:41:16.369 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:41:14 PM UTC. 2023-12-01T16:41:16.380 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:16.410 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:16.434 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:16.448 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:16.485 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:41:16.494 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2023-12-01T16:41:16.565 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:16.565 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:16.565 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:41:16.566 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T16:41:16.566 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:41:16.598 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2023-12-01T16:41:16.612 DEBUG:teuthology.parallel:result is None 2023-12-01T16:41:16.821 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:41:16.821 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T16:41:17.084 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 04:41:14 PM UTC. 2023-12-01T16:41:17.124 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:41:17.156 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-12-01T16:41:17.201 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:41:17.281 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:17.281 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:41:17.281 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:41:17.281 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T16:41:17.281 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:41:17.307 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-12-01T16:41:17.323 DEBUG:teuthology.parallel:result is None 2023-12-01T16:41:17.324 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T16:41:17.333 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T16:41:17.333 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:41:17.366 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:41:17.368 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:41:17.387 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T16:41:17.394 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T16:41:17.428 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T16:41:17.428 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:41:17.433 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:41:17.438 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:41:17.462 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T16:41:17.476 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T16:41:17.476 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:41:17.490 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:41:17.499 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:41:17.518 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.528 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.540 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.542 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.551 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.554 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:41:17.555 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T16:41:17.562 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T16:41:17.563 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:41:17.572 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:41:17.575 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:41:17.623 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T16:41:17.632 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T16:41:17.632 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:41:17.640 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:41:17.644 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:41:17.682 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:17.738 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:17.792 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:17.874 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:17.917 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-01T16:41:17.918 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:41:17.985 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:18.030 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:18.085 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:18.172 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:18.215 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-01T16:41:18.215 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:41:18.286 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:18.329 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:41:18.392 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:18.475 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:41:18.523 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T16:41:18.523 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:41:18.595 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-12-01T16:41:18.597 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-01T16:41:18.599 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2023-12-01T16:41:18.657 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:41:18.665 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:41:18.696 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:41:19.105 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T16:41:19.112 INFO:teuthology.task.internal:Starting timer... 2023-12-01T16:41:19.113 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T16:41:19.180 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T16:41:19.212 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T16:41:19.213 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-12-01T16:41:19.282 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-12-01T16:41:19.284 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-01T16:41:19.345 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-12-01T16:41:19.347 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2023-12-01T16:41:19.427 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2023-12-01T16:41:19.429 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T16:41:19.429 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-12-01T16:41:19.455 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-12-01T16:41:19.456 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-01T16:41:19.474 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-01T16:41:19.475 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2023-12-01T16:41:19.497 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2023-12-01T16:41:19.497 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2023-12-01T16:41:19.497 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:41:19.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:19.526 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:41:19.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:19.554 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:41:19.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:41:19.582 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T16:41:19.582 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:41:19.609 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:41:19.638 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:41:19.665 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T16:41:19.675 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T16:41:19.680 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T16:41:19.807 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T16:41:19.828 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-01T16:41:19.829 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi163.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T16:50:26.933 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2023-12-01T16:50:26.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-01T16:50:26.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:50:27.004 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-01T16:50:27.071 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-01T16:50:27.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-01T16:50:27.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:50:27.139 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-12-01T16:50:27.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-01T16:50:27.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T16:50:27.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:50:27.275 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-12-01T16:50:27.349 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T16:50:27.350 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T16:50:27.363 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T16:50:27.363 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:50:27.363 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:50:27.366 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:50:27.366 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:50:27.368 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:50:27.368 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:50:27.395 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:50:27.396 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:50:27.409 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:50:27.411 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:50:27.421 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:50:27.436 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:50:27.472 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2023-12-01T16:50:27.473 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-12-01T16:50:27.483 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2023-12-01T16:50:27.484 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-12-01T16:50:27.498 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:50:27.499 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:50:27.510 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2023-12-01T16:50:27.512 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:50:27.513 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:50:27.521 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2023-12-01T16:50:27.535 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:50:27.550 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:50:27.583 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-01T16:50:27.586 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.587 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.589 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:50:27.589 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-01T16:50:27.589 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.589 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.589 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.590 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.618 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.621 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:50:27.622 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T16:50:27.631 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T16:50:27.632 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T16:50:27.632 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:50:27.632 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2023-12-01T16:50:27.632 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:50:27.633 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T16:50:27.633 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:50:28.001 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:28.006 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:28.033 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:28.824 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:31 ago on Fri 01 Dec 2023 04:48:57 PM UTC. 2023-12-01T16:50:28.826 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:01:32 ago on Fri 01 Dec 2023 04:48:56 PM UTC. 2023-12-01T16:50:28.846 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:35 ago on Fri 01 Dec 2023 04:48:53 PM UTC. 2023-12-01T16:50:30.556 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout:Resetting modules: 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-01T16:50:30.557 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-01T16:50:30.558 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:50:30.702 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T16:50:30.703 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:50:30.737 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2023-12-01T16:50:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:50:30.740 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T16:50:30.740 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T16:50:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:50:31.529 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:01:35 ago on Fri 01 Dec 2023 04:48:56 PM UTC. 2023-12-01T16:50:31.670 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:34 ago on Fri 01 Dec 2023 04:48:57 PM UTC. 2023-12-01T16:50:31.752 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:38 ago on Fri 01 Dec 2023 04:48:53 PM UTC. 2023-12-01T16:50:34.117 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-01T16:50:34.413 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T16:50:34.459 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:50:34.580 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:34.860 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:34.913 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:50:35.458 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 04:48:56 PM UTC. 2023-12-01T16:50:35.653 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:38 ago on Fri 01 Dec 2023 04:48:57 PM UTC. 2023-12-01T16:50:35.711 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 04:48:53 PM UTC. 2023-12-01T16:50:37.173 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout:Installing group/module packages: 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:50:37.268 INFO:teuthology.orchestra.run.smithi163.stdout:Downgrading: 2023-12-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.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-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.stdout:Installing module profiles: 2023-12-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools/common 2023-12-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.stdout:Enabling module streams: 2023-12-01T16:50:37.269 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 3.0 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================================================== 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:Install 7 Packages 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:Downgrade 12 Packages 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 51 M 2023-12-01T16:50:37.270 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-01T16:50:37.358 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T16:50:37.368 INFO:teuthology.orchestra.run.smithi163.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 535 kB/s | 51 kB 00:00 2023-12-01T16:50:37.393 INFO:teuthology.orchestra.run.smithi163.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 435 kB/s | 53 kB 00:00 2023-12-01T16:50:37.418 INFO:teuthology.orchestra.run.smithi163.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 620 kB/s | 91 kB 00:00 2023-12-01T16:50:37.428 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:50:37.445 INFO:teuthology.orchestra.run.smithi163.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-01T16:50:37.448 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-12-01T16:50:37.448 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T16:50:37.448 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout:Downgrading: 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:50:37.449 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.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-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 3.0 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================================================== 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:Install 7 Packages 2023-12-01T16:50:37.450 INFO:teuthology.orchestra.run.smithi098.stdout:Downgrade 12 Packages 2023-12-01T16:50:37.451 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:50:37.451 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 51 M 2023-12-01T16:50:37.451 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T16:50:37.477 INFO:teuthology.orchestra.run.smithi163.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-01T16:50:37.502 INFO:teuthology.orchestra.run.smithi163.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-01T16:50:37.522 INFO:teuthology.orchestra.run.smithi098.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.3 MB/s | 91 kB 00:00 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T16:50:37.523 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrading: 2023-12-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.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-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2023-12-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2023-12-01T16:50:37.524 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 3.0 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:Install 7 Packages 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrade 12 Packages 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 51 M 2023-12-01T16:50:37.525 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T16:50:37.547 INFO:teuthology.orchestra.run.smithi098.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 559 kB/s | 53 kB 00:00 2023-12-01T16:50:37.564 INFO:teuthology.orchestra.run.smithi098.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 461 kB/s | 51 kB 00:00 2023-12-01T16:50:37.569 INFO:teuthology.orchestra.run.smithi163.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 19 MB/s | 2.9 MB 00:00 2023-12-01T16:50:37.588 INFO:teuthology.orchestra.run.smithi177.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.4 MB/s | 91 kB 00:00 2023-12-01T16:50:37.595 INFO:teuthology.orchestra.run.smithi163.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 607 kB/s | 56 kB 00:00 2023-12-01T16:50:37.597 INFO:teuthology.orchestra.run.smithi098.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.6 MB/s | 511 kB 00:00 2023-12-01T16:50:37.614 INFO:teuthology.orchestra.run.smithi177.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 609 kB/s | 53 kB 00:00 2023-12-01T16:50:37.625 INFO:teuthology.orchestra.run.smithi098.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.1 MB/s | 69 kB 00:00 2023-12-01T16:50:37.628 INFO:teuthology.orchestra.run.smithi163.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 872 kB/s | 51 kB 00:00 2023-12-01T16:50:37.639 INFO:teuthology.orchestra.run.smithi177.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 458 kB/s | 51 kB 00:00 2023-12-01T16:50:37.667 INFO:teuthology.orchestra.run.smithi098.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.0 MB/s | 72 kB 00:00 2023-12-01T16:50:37.672 INFO:teuthology.orchestra.run.smithi177.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-01T16:50:37.698 INFO:teuthology.orchestra.run.smithi177.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-01T16:50:37.703 INFO:teuthology.orchestra.run.smithi163.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.2 MB/s | 322 kB 00:00 2023-12-01T16:50:37.709 INFO:teuthology.orchestra.run.smithi098.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T16:50:37.723 INFO:teuthology.orchestra.run.smithi177.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-01T16:50:37.762 INFO:teuthology.orchestra.run.smithi163.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-12-01T16:50:37.765 INFO:teuthology.orchestra.run.smithi177.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T16:50:37.776 INFO:teuthology.orchestra.run.smithi098.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T16:50:37.824 INFO:teuthology.orchestra.run.smithi177.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-01T16:50:37.826 INFO:teuthology.orchestra.run.smithi098.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 437 kB/s | 51 kB 00:00 2023-12-01T16:50:37.849 INFO:teuthology.orchestra.run.smithi177.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-12-01T16:50:37.876 INFO:teuthology.orchestra.run.smithi098.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-01T16:50:37.887 INFO:teuthology.orchestra.run.smithi163.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 27 MB/s | 11 MB 00:00 2023-12-01T16:50:37.891 INFO:teuthology.orchestra.run.smithi177.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 7.5 MB/s | 322 kB 00:00 2023-12-01T16:50:37.918 INFO:teuthology.orchestra.run.smithi098.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 978 kB/s | 41 kB 00:00 2023-12-01T16:50:37.933 INFO:teuthology.orchestra.run.smithi177.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2023-12-01T16:50:37.955 INFO:teuthology.orchestra.run.smithi163.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-01T16:50:38.010 INFO:teuthology.orchestra.run.smithi098.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-01T16:50:38.024 INFO:teuthology.orchestra.run.smithi177.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-01T16:50:38.121 INFO:teuthology.orchestra.run.smithi163.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 27 MB/s | 6.4 MB 00:00 2023-12-01T16:50:38.150 INFO:teuthology.orchestra.run.smithi177.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-01T16:50:38.152 INFO:teuthology.orchestra.run.smithi098.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-12-01T16:50:38.317 INFO:teuthology.orchestra.run.smithi177.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 22 MB/s | 6.4 MB 00:00 2023-12-01T16:50:38.327 INFO:teuthology.orchestra.run.smithi098.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-01T16:50:38.339 INFO:teuthology.orchestra.run.smithi163.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-12-01T16:50:38.388 INFO:teuthology.orchestra.run.smithi163.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.0 MB/s | 1.1 MB 00:00 2023-12-01T16:50:38.414 INFO:teuthology.orchestra.run.smithi163.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-01T16:50:38.436 INFO:teuthology.orchestra.run.smithi098.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-12-01T16:50:38.442 INFO:teuthology.orchestra.run.smithi177.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 23 MB/s | 6.8 MB 00:00 2023-12-01T16:50:38.476 INFO:teuthology.orchestra.run.smithi177.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-12-01T16:50:38.478 INFO:teuthology.orchestra.run.smithi098.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-12-01T16:50:38.501 INFO:teuthology.orchestra.run.smithi177.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-01T16:50:38.503 INFO:teuthology.orchestra.run.smithi098.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-01T16:50:38.505 INFO:teuthology.orchestra.run.smithi163.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-01T16:50:38.526 INFO:teuthology.orchestra.run.smithi177.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-01T16:50:38.528 INFO:teuthology.orchestra.run.smithi098.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-01T16:50:38.531 INFO:teuthology.orchestra.run.smithi163.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 356 kB/s | 51 kB 00:00 2023-12-01T16:50:38.531 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:50:38.531 INFO:teuthology.orchestra.run.smithi163.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-01T16:50:38.712 INFO:teuthology.orchestra.run.smithi098.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-01T16:50:38.713 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:50:38.713 INFO:teuthology.orchestra.run.smithi098.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-01T16:50:38.718 INFO:teuthology.orchestra.run.smithi177.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-12-01T16:50:38.719 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:50:38.719 INFO:teuthology.orchestra.run.smithi177.stdout:Total 42 MB/s | 51 MB 00:01 2023-12-01T16:50:39.008 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-01T16:50:39.051 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-01T16:50:39.051 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-01T16:50:39.185 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T16:50:39.197 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T16:50:39.228 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T16:50:39.228 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T16:50:39.238 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T16:50:39.239 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T16:50:39.475 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-01T16:50:39.479 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-01T16:50:39.652 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T16:50:39.656 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T16:50:39.668 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T16:50:39.672 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T16:50:40.641 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-01T16:50:40.681 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:50:40.817 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T16:50:40.845 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T16:50:40.872 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:50:40.874 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:40.884 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:40.903 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:40.905 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:50:41.037 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:41.047 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:41.063 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:41.102 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:41.107 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:41.111 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:50:41.134 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:41.254 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:41.285 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:58.003 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:58.015 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:58.243 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:50:59.808 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:50:59.837 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:50:59.981 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:51:00.053 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:51:00.084 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:51:00.188 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:51:00.261 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:51:00.285 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:51:00.413 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:51:00.458 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:51:00.486 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:51:00.579 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:51:00.668 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:51:00.668 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:51:00.668 INFO:teuthology.orchestra.run.smithi098.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:51:00.668 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:51:00.705 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:51:00.705 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:51:00.705 INFO:teuthology.orchestra.run.smithi163.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:51:00.705 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:51:00.791 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:51:00.791 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:51:00.791 INFO:teuthology.orchestra.run.smithi177.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:51:00.791 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:51:01.461 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:51:01.529 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:51:01.595 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:51:01.643 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:51:01.779 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:51:01.789 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:51:03.162 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:51:03.207 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:51:03.291 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:51:03.428 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:51:03.498 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:51:03.582 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:51:03.810 INFO:teuthology.orchestra.run.smithi098.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:51:03.880 INFO:teuthology.orchestra.run.smithi163.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:51:03.980 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:51:04.083 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:51:04.181 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:51:04.250 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:51:04.811 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:51:04.897 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:51:04.972 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:51:05.528 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:51:05.611 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:51:05.697 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:51:05.800 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:51:05.861 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:51:05.922 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:51:06.000 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:51:06.060 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:51:06.133 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:51:06.193 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:51:06.245 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:51:06.297 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:51:06.307 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:51:06.307 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.401 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:51:06.401 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.412 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:51:06.412 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.628 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.706 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.735 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:51:06.797 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:51:06.797 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:06.896 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:51:06.896 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:06.901 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:51:06.901 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:06.960 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:07.071 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:07.093 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:07.098 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:51:07.221 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:07.248 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:07.252 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:51:07.380 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:51:07.402 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:51:07.415 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:51:07.529 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:51:07.597 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:51:07.598 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:51:07.727 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:51:07.738 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:51:07.801 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:51:07.868 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:51:07.888 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:51:07.948 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:51:08.019 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:51:08.020 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.029 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:51:08.089 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:51:08.192 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.212 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:51:08.212 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.250 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:51:08.250 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.387 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.414 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:08.732 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:51:08.910 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:51:08.942 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:51:09.134 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:51:09.135 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:51:09.136 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:51:09.300 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:09.301 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:51:09.302 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:51:09.302 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:51:09.302 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:51:09.302 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:51:09.302 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:51:09.344 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:51:09.345 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:51:09.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:51:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:51:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:51:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:51:09.347 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:51:10.514 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:51:10.514 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:13 ago on Fri 01 Dec 2023 04:48:57 PM UTC. 2023-12-01T16:51:10.743 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:51:10.744 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:02:14 ago on Fri 01 Dec 2023 04:48:56 PM UTC. 2023-12-01T16:51:10.784 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:51:10.784 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:17 ago on Fri 01 Dec 2023 04:48:53 PM UTC. 2023-12-01T16:51:13.300 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T16:51:13.457 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T16:51:13.497 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:51:13.497 INFO:teuthology.orchestra.run.smithi098.stdout:Downgraded: 2023-12-01T16:51:13.497 INFO:teuthology.orchestra.run.smithi098.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.498 INFO:teuthology.orchestra.run.smithi098.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:51:13.499 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T16:51:13.539 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-01T16:51:13.650 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:51:13.650 INFO:teuthology.orchestra.run.smithi177.stdout:Downgraded: 2023-12-01T16:51:13.650 INFO:teuthology.orchestra.run.smithi177.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.650 INFO:teuthology.orchestra.run.smithi177.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.651 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.652 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.652 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:51:13.652 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:51:13.652 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:51:13.683 DEBUG:teuthology.parallel:result is None 2023-12-01T16:51:13.740 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:51:13.740 INFO:teuthology.orchestra.run.smithi163.stdout:Downgraded: 2023-12-01T16:51:13.740 INFO:teuthology.orchestra.run.smithi163.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.740 INFO:teuthology.orchestra.run.smithi163.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.740 INFO:teuthology.orchestra.run.smithi163.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:51:13.741 INFO:teuthology.orchestra.run.smithi163.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:51:13.742 INFO:teuthology.orchestra.run.smithi163.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:51:13.742 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:51:13.742 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-01T16:51:13.854 DEBUG:teuthology.parallel:result is None 2023-12-01T16:51:13.931 DEBUG:teuthology.parallel:result is None 2023-12-01T16:51:13.932 INFO:teuthology.run_tasks:Running task install... 2023-12-01T16:51:13.942 DEBUG:teuthology.task.install:project ceph 2023-12-01T16:51:13.942 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'}} 2023-12-01T16:51:13.942 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'} 2023-12-01T16:51:13.942 INFO:teuthology.task.install:Using flavor: default 2023-12-01T16:51:13.948 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-01T16:51:13.949 INFO:teuthology.task.install:extra packages: [] 2023-12-01T16:51:13.949 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:51:13.950 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:51:13.952 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:51:13.952 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:51:13.953 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:51:13.953 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:51:14.096 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:51:14.096 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:51:14.171 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:51:14.171 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:51:14.175 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:51:14.175 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:51:14.275 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:51:14.275 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T16:51:14.275 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:51:14.277 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:51:14.278 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-01T16:51:14.278 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:51:14.307 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-01T16:51:14.307 DEBUG:teuthology.orchestra.run.smithi177:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:51:14.309 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-01T16:51:14.310 DEBUG:teuthology.orchestra.run.smithi098:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:51:14.343 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:51:14.343 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-01T16:51:14.344 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:51:14.370 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-01T16:51:14.371 DEBUG:teuthology.orchestra.run.smithi163:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:51:14.375 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:51:14.380 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:51:14.438 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:51:14.452 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:51:14.460 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:51:14.515 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:51:14.519 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2023-12-01T16:51:14.520 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2023-12-01T16:51:14.527 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2023-12-01T16:51:14.529 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2023-12-01T16:51:14.580 INFO:teuthology.orchestra.run.smithi163.stdout:check_obsoletes = 1 2023-12-01T16:51:14.582 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum clean all 2023-12-01T16:51:14.890 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:14.901 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:14.954 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:15.187 INFO:teuthology.orchestra.run.smithi177.stdout:44 files removed 2023-12-01T16:51:15.203 INFO:teuthology.orchestra.run.smithi098.stdout:44 files removed 2023-12-01T16:51:15.234 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2023-12-01T16:51:15.250 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2023-12-01T16:51:15.253 INFO:teuthology.orchestra.run.smithi163.stdout:44 files removed 2023-12-01T16:51:15.302 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-radosgw 2023-12-01T16:51:15.566 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:15.578 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:15.633 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:51:16.290 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 259 kB/s | 82 kB 00:00 2023-12-01T16:51:16.368 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 210 kB/s | 82 kB 00:00 2023-12-01T16:51:16.398 INFO:teuthology.orchestra.run.smithi163.stdout:ceph packages for x86_64 225 kB/s | 82 kB 00:00 2023-12-01T16:51:16.618 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 43 kB/s | 9.5 kB 00:00 2023-12-01T16:51:16.650 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-01T16:51:16.666 INFO:teuthology.orchestra.run.smithi163.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-12-01T16:51:16.952 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-12-01T16:51:17.008 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-01T16:51:17.042 INFO:teuthology.orchestra.run.smithi163.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-12-01T16:51:17.120 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T16:51:17.159 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T16:51:17.192 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T16:51:18.306 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T16:51:18.328 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T16:51:18.878 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 16 MB 00:01 2023-12-01T16:51:21.843 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 539 kB/s | 24 kB 00:00 2023-12-01T16:51:21.862 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 397 kB/s | 24 kB 00:00 2023-12-01T16:51:22.326 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 606 kB/s | 24 kB 00:00 2023-12-01T16:51:22.737 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-01T16:51:22.773 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-01T16:51:23.203 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-12-01T16:51:30.579 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 MB/s | 53 MB 00:00 2023-12-01T16:51:31.112 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-12-01T16:51:31.132 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-01T16:51:41.838 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:51:41.840 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:51:41.841 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:51:41.842 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:Install 21 Packages 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 62 M 2023-12-01T16:51:41.843 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T16:51:42.191 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-01T16:51:42.193 INFO:teuthology.orchestra.run.smithi163.stdout:==================================================================================================== 2023-12-01T16:51:42.193 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-01T16:51:42.193 INFO:teuthology.orchestra.run.smithi163.stdout:==================================================================================================== 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrading: 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:51:42.194 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:51:42.195 INFO:teuthology.orchestra.run.smithi163.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:==================================================================================================== 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:Install 21 Packages 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrade 2 Packages 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 62 M 2023-12-01T16:51:42.196 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-01T16:51:42.344 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T16:51:42.347 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:51:42.348 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout:Install 21 Packages 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2023-12-01T16:51:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:51:42.350 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 62 M 2023-12-01T16:51:42.350 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T16:51:43.750 INFO:teuthology.orchestra.run.smithi098.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 4.8 MB/s | 5.4 MB 00:01 2023-12-01T16:51:43.859 INFO:teuthology.orchestra.run.smithi098.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 224 kB/s | 24 kB 00:00 2023-12-01T16:51:44.310 INFO:teuthology.orchestra.run.smithi098.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 1.9 MB/s | 863 kB 00:00 2023-12-01T16:51:44.471 INFO:teuthology.orchestra.run.smithi163.stdout:(1/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8. 7.1 MB/s | 14 MB 00:01 2023-12-01T16:51:44.476 INFO:teuthology.orchestra.run.smithi098.stdout:(4/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8. 7.6 MB/s | 14 MB 00:01 2023-12-01T16:51:44.509 INFO:teuthology.orchestra.run.smithi098.stdout:(5/23): libradosstriper1-18.0.0-7570.gd710c09d. 2.7 MB/s | 545 kB 00:00 2023-12-01T16:51:44.521 INFO:teuthology.orchestra.run.smithi163.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 488 kB/s | 24 kB 00:00 2023-12-01T16:51:44.635 INFO:teuthology.orchestra.run.smithi098.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 357 kB/s | 45 kB 00:00 2023-12-01T16:51:44.735 INFO:teuthology.orchestra.run.smithi098.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.3 MB/s | 128 kB 00:00 2023-12-01T16:51:44.813 INFO:teuthology.orchestra.run.smithi163.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 2.9 MB/s | 863 kB 00:00 2023-12-01T16:51:44.836 INFO:teuthology.orchestra.run.smithi098.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 1.9 MB/s | 196 kB 00:00 2023-12-01T16:51:45.011 INFO:teuthology.orchestra.run.smithi098.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 2.1 MB/s | 372 kB 00:00 2023-12-01T16:51:45.105 INFO:teuthology.orchestra.run.smithi163.stdout:(4/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 2.1 MB/s | 5.4 MB 00:02 2023-12-01T16:51:45.111 INFO:teuthology.orchestra.run.smithi098.stdout:(10/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_ 11 MB/s | 6.9 MB 00:00 2023-12-01T16:51:45.155 INFO:teuthology.orchestra.run.smithi163.stdout:(5/23): libradosstriper1-18.0.0-7570.gd710c09d. 1.6 MB/s | 545 kB 00:00 2023-12-01T16:51:45.161 INFO:teuthology.orchestra.run.smithi098.stdout:(11/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 2.4 MB/s | 364 kB 00:00 2023-12-01T16:51:45.187 INFO:teuthology.orchestra.run.smithi098.stdout:(12/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T16:51:45.197 INFO:teuthology.orchestra.run.smithi163.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 1.1 MB/s | 45 kB 00:00 2023-12-01T16:51:45.283 INFO:teuthology.orchestra.run.smithi163.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.5 MB/s | 128 kB 00:00 2023-12-01T16:51:45.364 INFO:teuthology.orchestra.run.smithi163.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 2.4 MB/s | 196 kB 00:00 2023-12-01T16:51:45.420 INFO:teuthology.orchestra.run.smithi177.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 2.1 MB/s | 5.4 MB 00:02 2023-12-01T16:51:45.456 INFO:teuthology.orchestra.run.smithi163.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 4.0 MB/s | 372 kB 00:00 2023-12-01T16:51:45.471 INFO:teuthology.orchestra.run.smithi098.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 208 kB/s | 59 kB 00:00 2023-12-01T16:51:45.487 INFO:teuthology.orchestra.run.smithi177.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 366 kB/s | 24 kB 00:00 2023-12-01T16:51:45.564 INFO:teuthology.orchestra.run.smithi163.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 3.3 MB/s | 364 kB 00:00 2023-12-01T16:51:45.588 INFO:teuthology.orchestra.run.smithi098.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 644 kB/s | 75 kB 00:00 2023-12-01T16:51:45.613 INFO:teuthology.orchestra.run.smithi098.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 679 kB/s | 306 kB 00:00 2023-12-01T16:51:45.623 INFO:teuthology.orchestra.run.smithi163.stdout:(11/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T16:51:45.654 INFO:teuthology.orchestra.run.smithi177.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 5.1 MB/s | 863 kB 00:00 2023-12-01T16:51:45.663 INFO:teuthology.orchestra.run.smithi098.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 942 kB/s | 47 kB 00:00 2023-12-01T16:51:45.705 INFO:teuthology.orchestra.run.smithi098.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-01T16:51:45.747 INFO:teuthology.orchestra.run.smithi098.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T16:51:45.748 INFO:teuthology.orchestra.run.smithi163.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.4 MB/s | 306 kB 00:00 2023-12-01T16:51:45.771 INFO:teuthology.orchestra.run.smithi177.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 4.6 MB/s | 545 kB 00:00 2023-12-01T16:51:45.789 INFO:teuthology.orchestra.run.smithi098.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-01T16:51:45.790 INFO:teuthology.orchestra.run.smithi163.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.4 MB/s | 59 kB 00:00 2023-12-01T16:51:45.824 INFO:teuthology.orchestra.run.smithi163.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 2.2 MB/s | 75 kB 00:00 2023-12-01T16:51:45.983 INFO:teuthology.orchestra.run.smithi163.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 11 MB/s | 1.7 MB 00:00 2023-12-01T16:51:46.041 INFO:teuthology.orchestra.run.smithi163.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-01T16:51:46.067 INFO:teuthology.orchestra.run.smithi163.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.7 MB/s | 44 kB 00:00 2023-12-01T16:51:46.109 INFO:teuthology.orchestra.run.smithi163.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-01T16:51:46.134 INFO:teuthology.orchestra.run.smithi163.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.8 MB/s | 47 kB 00:00 2023-12-01T16:51:46.198 INFO:teuthology.orchestra.run.smithi098.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.8 MB/s | 1.7 MB 00:00 2023-12-01T16:51:46.879 INFO:teuthology.orchestra.run.smithi177.stdout:(5/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 6.3 MB/s | 6.9 MB 00:01 2023-12-01T16:51:46.957 INFO:teuthology.orchestra.run.smithi177.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 598 kB/s | 45 kB 00:00 2023-12-01T16:51:46.998 INFO:teuthology.orchestra.run.smithi098.stdout:(21/23): librados2-18.0.0-7570.gd710c09d.el8.x8 3.2 MB/s | 3.8 MB 00:01 2023-12-01T16:51:47.030 INFO:teuthology.orchestra.run.smithi177.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.7 MB/s | 128 kB 00:00 2023-12-01T16:51:47.097 INFO:teuthology.orchestra.run.smithi177.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 2.9 MB/s | 196 kB 00:00 2023-12-01T16:51:47.151 INFO:teuthology.orchestra.run.smithi163.stdout:(20/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_ 3.4 MB/s | 6.9 MB 00:02 2023-12-01T16:51:47.163 INFO:teuthology.orchestra.run.smithi177.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 5.5 MB/s | 372 kB 00:00 2023-12-01T16:51:47.223 INFO:teuthology.orchestra.run.smithi098.stdout:(22/23): ceph-common-18.0.0-7570.gd710c09d.el8. 5.0 MB/s | 23 MB 00:04 2023-12-01T16:51:47.239 INFO:teuthology.orchestra.run.smithi177.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 4.8 MB/s | 364 kB 00:00 2023-12-01T16:51:47.298 INFO:teuthology.orchestra.run.smithi177.stdout:(11/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T16:51:47.451 INFO:teuthology.orchestra.run.smithi163.stdout:(21/23): librados2-18.0.0-7570.gd710c09d.el8.x8 2.9 MB/s | 3.8 MB 00:01 2023-12-01T16:51:47.614 INFO:teuthology.orchestra.run.smithi177.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 967 kB/s | 306 kB 00:00 2023-12-01T16:51:47.673 INFO:teuthology.orchestra.run.smithi177.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-01T16:51:47.732 INFO:teuthology.orchestra.run.smithi177.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T16:51:47.926 INFO:teuthology.orchestra.run.smithi163.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 4.9 MB/s | 3.8 MB 00:00 2023-12-01T16:51:48.140 INFO:teuthology.orchestra.run.smithi098.stdout:(23/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 1.9 MB/s | 3.8 MB 00:01 2023-12-01T16:51:48.144 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:51:48.144 INFO:teuthology.orchestra.run.smithi098.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-01T16:51:48.191 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T16:51:48.236 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T16:51:48.237 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T16:51:48.579 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T16:51:48.583 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T16:51:48.732 INFO:teuthology.orchestra.run.smithi177.stdout:(15/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 2.4 MB/s | 14 MB 00:05 2023-12-01T16:51:48.774 INFO:teuthology.orchestra.run.smithi177.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-12-01T16:51:48.824 INFO:teuthology.orchestra.run.smithi177.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.8 MB/s | 259 kB 00:00 2023-12-01T16:51:48.849 INFO:teuthology.orchestra.run.smithi177.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 633 kB/s | 44 kB 00:00 2023-12-01T16:51:48.883 INFO:teuthology.orchestra.run.smithi177.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-01T16:51:48.908 INFO:teuthology.orchestra.run.smithi177.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 802 kB/s | 47 kB 00:00 2023-12-01T16:51:49.409 INFO:teuthology.orchestra.run.smithi177.stdout:(21/23): librados2-18.0.0-7570.gd710c09d.el8.x8 7.3 MB/s | 3.8 MB 00:00 2023-12-01T16:51:49.651 INFO:teuthology.orchestra.run.smithi177.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 5.1 MB/s | 3.8 MB 00:00 2023-12-01T16:51:49.785 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T16:51:49.902 INFO:teuthology.orchestra.run.smithi163.stdout:(23/23): ceph-common-18.0.0-7570.gd710c09d.el8. 3.1 MB/s | 23 MB 00:07 2023-12-01T16:51:49.904 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:51:49.904 INFO:teuthology.orchestra.run.smithi163.stdout:Total 8.0 MB/s | 62 MB 00:07 2023-12-01T16:51:49.951 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-01T16:51:49.997 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-01T16:51:49.997 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-01T16:51:50.016 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:51:50.195 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:50.337 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-01T16:51:50.341 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-01T16:51:50.614 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:50.769 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:50.867 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:51.067 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:51:51.307 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:51:51.486 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:51.496 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-01T16:51:51.707 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:51:51.895 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:51.907 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:52.103 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:52.190 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:52.317 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:52.361 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:51:52.425 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:51:52.487 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:52.576 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:52.776 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:51:53.017 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:51:53.212 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:53.216 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T16:51:53.217 INFO:teuthology.orchestra.run.smithi177.stdout:(23/23): ceph-common-18.0.0-7570.gd710c09d.el8. 2.2 MB/s | 23 MB 00:10 2023-12-01T16:51:53.220 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:51:53.221 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.4 MB/s | 62 MB 00:11 2023-12-01T16:51:53.269 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T16:51:53.315 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T16:51:53.315 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T16:51:53.370 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:53.435 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:53.563 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:51:53.612 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:53.662 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T16:51:53.665 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T16:51:53.705 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:51:53.820 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:53.882 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:53.946 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:51:54.068 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T16:51:54.142 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:51:54.229 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:51:54.286 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:54.430 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:54.654 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:51:54.858 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T16:51:54.862 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:51:54.903 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:51:55.104 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:51:55.121 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:55.186 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:55.278 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:51:55.322 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:51:55.362 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:51:55.497 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:51:55.563 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:55.732 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:51:55.951 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:51:55.983 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:51:56.103 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:56.129 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:56.199 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:56.229 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:51:56.371 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:51:56.428 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:51:56.546 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:51:56.659 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:51:56.779 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:51:56.854 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:56.928 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:51:57.252 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:51:57.446 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:57.515 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:51:57.702 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T16:51:57.854 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:51:58.550 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:51:58.688 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:58.769 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:51:58.898 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:51:58.940 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:51:59.067 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:51:59.219 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:51:59.284 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:51:59.469 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:51:59.646 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:59.723 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:51:59.798 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:51:59.855 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:52:00.038 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:52:00.436 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:00.592 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:52:00.701 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:52:00.888 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:01.010 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:01.236 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:01.833 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:02.086 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:02.156 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:02.343 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:04.479 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:04.704 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:05.292 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:52:05.532 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:05.630 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:52:05.761 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:19.432 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:19.432 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2023-12-01T16:52:19.432 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2023-12-01T16:52:19.432 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-12-01T16:52:19.432 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /run 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-12-01T16:52:19.433 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:20.866 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:20.887 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:20.888 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:21.118 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:21.118 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:21.128 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:21.128 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /sys 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /proc 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /run 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /mnt 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /var/tmp 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /home 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /tmp 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-01T16:52:21.129 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:52:21.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:52:21.748 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:52:22.550 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:22.571 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:22.571 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:22.801 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:22.801 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:23.121 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:23.121 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:52:23.386 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:52:23.387 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /run 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-01T16:52:24.400 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:24.744 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:24.744 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:54 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:25.499 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:52:25.684 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:25.685 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:52:25.686 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:25.686 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T16:52:25.836 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:25.839 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2023-12-01T16:52:25.858 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:52:25.858 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:26.052 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:52:26.052 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:26.185 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:52:26.680 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T16:52:26.681 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:52:26.682 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:52:26.682 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:52:27.077 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:27.223 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout:Upgraded: 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.410 INFO:teuthology.orchestra.run.smithi163.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:52:27.411 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:27.412 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-01T16:52:27.584 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-test 2023-12-01T16:52:27.933 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:28.011 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:52:28.011 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:58 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:28.432 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:28.433 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 53 M 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 255 M 2023-12-01T16:52:28.434 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T16:52:28.466 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-01T16:52:28.558 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.6 MB/s | 323 kB 00:00 2023-12-01T16:52:28.600 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T16:52:28.642 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T16:52:28.804 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:58 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:28.834 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 457 kB/s | 182 kB 00:00 2023-12-01T16:52:30.167 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-01T16:52:30.167 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================ 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================ 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================ 2023-12-01T16:52:30.168 INFO:teuthology.orchestra.run.smithi163.stdout:Install 6 Packages 2023-12-01T16:52:30.169 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:30.169 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 53 M 2023-12-01T16:52:30.169 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 255 M 2023-12-01T16:52:30.169 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-01T16:52:30.212 INFO:teuthology.orchestra.run.smithi163.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-01T16:52:30.296 INFO:teuthology.orchestra.run.smithi163.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-01T16:52:30.338 INFO:teuthology.orchestra.run.smithi163.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-01T16:52:30.371 INFO:teuthology.orchestra.run.smithi163.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.9 MB/s | 202 kB 00:00 2023-12-01T16:52:30.552 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T16:52:30.580 INFO:teuthology.orchestra.run.smithi163.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 445 kB/s | 182 kB 00:00 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:52:30.739 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:30.740 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:52:30.928 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2023-12-01T16:52:31.001 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 20 MB/s | 53 MB 00:02 2023-12-01T16:52:31.003 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:52:31.003 INFO:teuthology.orchestra.run.smithi098.stdout:Total 21 MB/s | 53 MB 00:02 2023-12-01T16:52:31.041 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T16:52:31.062 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T16:52:31.063 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T16:52:31.277 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:31.340 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T16:52:31.344 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T16:52:31.830 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T16:52:31.956 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:32.031 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:32.226 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:52:32.390 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:52:32.580 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:52:32.730 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:32.789 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:02 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:33.205 INFO:teuthology.orchestra.run.smithi163.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 17 MB/s | 53 MB 00:03 2023-12-01T16:52:33.207 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:52:33.207 INFO:teuthology.orchestra.run.smithi163.stdout:Total 18 MB/s | 53 MB 00:03 2023-12-01T16:52:33.244 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-01T16:52:33.266 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-01T16:52:33.266 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-01T16:52:33.543 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-01T16:52:33.547 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-01T16:52:34.007 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-01T16:52:34.171 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:52:34.172 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T16:52:34.172 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2023-12-01T16:52:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:34.174 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 53 M 2023-12-01T16:52:34.174 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 255 M 2023-12-01T16:52:34.174 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T16:52:34.180 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:34.205 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-01T16:52:34.263 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:34.280 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-01T16:52:34.322 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T16:52:34.364 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T16:52:34.397 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 821 kB/s | 182 kB 00:00 2023-12-01T16:52:34.484 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:52:34.647 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:52:34.811 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:52:34.946 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:37.039 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 18 MB/s | 53 MB 00:02 2023-12-01T16:52:37.041 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:52:37.041 INFO:teuthology.orchestra.run.smithi177.stdout:Total 19 MB/s | 53 MB 00:02 2023-12-01T16:52:37.078 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T16:52:37.100 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T16:52:37.101 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T16:52:37.379 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T16:52:37.383 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T16:52:37.882 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T16:52:37.901 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:38.022 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:38.115 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:52:38.177 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:38.317 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:52:38.409 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:52:38.489 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:52:38.671 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:52:38.838 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:39.523 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:52:39.523 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:09 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:40.093 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:40.375 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:40.602 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:40.603 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:52:40.603 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:52:40.603 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:52:40.603 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:52:40.603 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:52:41.689 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:52:41.690 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:41.832 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:52:42.012 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:52:42.013 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:52:42.013 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T16:52:42.013 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T16:52:42.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2023-12-01T16:52:42.481 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:43.300 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:44.012 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:52:44.160 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-01T16:52:44.268 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:52:44.346 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:52:44.347 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-01T16:52:44.347 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-01T16:52:44.479 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:52:44.479 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:52:44.480 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:52:44.480 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:52:44.480 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:52:44.480 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:52:44.486 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph 2023-12-01T16:52:44.663 INFO:teuthology.orchestra.run.smithi098.stderr:Error: 2023-12-01T16:52:44.663 INFO:teuthology.orchestra.run.smithi098.stderr: Problem: conflicting requests 2023-12-01T16:52:44.663 INFO:teuthology.orchestra.run.smithi098.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:44.663 INFO:teuthology.orchestra.run.smithi098.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T16:52:44.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:44.753 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:52:44.755 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:52:44.834 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0cfce04ed56b493b99cecdd7645587f5 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:52:44.837 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T16:52:44.847 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T16:52:44.935 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T16:52:44.936 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:52:44.950 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:44.958 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:52:44.962 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:52:44.965 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-01T16:52:44.970 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:52:44.970 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-01T16:52:44.970 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1475us[+1475us] +/- 85ms 2023-12-01T16:52:44.970 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 +36us[ +27us] +/- 57ms 2023-12-01T16:52:44.970 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 0 -1740us[-1740us] +/- 93ms 2023-12-01T16:52:44.971 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:52:44.975 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-01T16:52:44.977 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T16:52:44.979 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:52:44.979 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-01T16:52:44.979 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1488us[+1466us] +/- 85ms 2023-12-01T16:52:44.979 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 77 0 +67us[ +45us] +/- 57ms 2023-12-01T16:52:44.979 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 -1741us[-1764us] +/- 93ms 2023-12-01T16:52:44.980 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:52:44.981 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:52:44.981 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T16:52:44.981 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1492us[+1474us] +/- 85ms 2023-12-01T16:52:44.982 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 77 0 +70us[ +52us] +/- 57ms 2023-12-01T16:52:44.982 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 1 -1745us[-1763us] +/- 93ms 2023-12-01T16:52:44.982 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:52:44.982 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T16:52:45.051 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T16:52:45.052 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T16:52:45.091 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:52:45.187 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:52:45.302 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:52:45.416 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:52:45.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:45.448 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:52:45.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:45.480 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:52:45.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:45.511 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T16:52:45.521 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T16:52:45.562 INFO:teuthology.task.internal:Duration was 686.449826 seconds 2023-12-01T16:52:45.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T16:52:45.605 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T16:52:45.606 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:52:45.607 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:52:45.607 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:15 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:45.608 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:52:45.610 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:52:45.652 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:52:45.652 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:01:15 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:45.655 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:52:45.656 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:52:46.027 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T16:52:46.027 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T16:52:46.027 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:52:46.048 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-01T16:52:46.049 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:52:46.070 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T16:52:46.070 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:52:46.092 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T16:52:46.092 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:52:46.094 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:52:46.113 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:52:46.170 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T16:52:46.170 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:52:46.173 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:52:46.191 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:52:46.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T16:52:46.290 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T16:52:46.290 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:52:46.324 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:52:46.364 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:52:46.397 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T16:52:46.407 DEBUG:teuthology.orchestra.run.smithi098:> 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-01T16:52:46.410 DEBUG:teuthology.orchestra.run.smithi163:> 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-01T16:52:46.412 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:52:46.433 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-12-01T16:52:46.436 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-01T16:52:46.463 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2023-12-01T16:52:46.477 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:52:46.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:46.519 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:52:46.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:46.535 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:52:46.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:46.551 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T16:52:46.563 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T16:52:46.564 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832/remote/smithi098 2023-12-01T16:52:46.565 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:52:46.617 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832/remote/smithi163 2023-12-01T16:52:46.617 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:52:46.660 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832/remote/smithi177 2023-12-01T16:52:46.661 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:52:46.715 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T16:52:46.715 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:52:46.718 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:52:46.720 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:52:46.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T16:52:46.772 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T16:52:46.773 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T16:52:46.801 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T16:52:46.801 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:52:46.803 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:52:46.805 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:52:46.817 INFO:teuthology.orchestra.run.smithi098.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:52 /home/ubuntu/cephtest 2023-12-01T16:52:46.819 INFO:teuthology.orchestra.run.smithi163.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:52 /home/ubuntu/cephtest 2023-12-01T16:52:46.820 INFO:teuthology.orchestra.run.smithi177.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:52 /home/ubuntu/cephtest 2023-12-01T16:52:46.821 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T16:52:46.872 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T16:52:46.959 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T16:52:46.986 DEBUG:teuthology.nuke:shortname: smithi098 2023-12-01T16:52:46.986 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:52:47.008 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.403817', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:52:47.012 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-01T16:52:47.012 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:52:47.034 DEBUG:teuthology.nuke:shortname: smithi177 2023-12-01T16:52:47.034 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:52:47.039 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.401880', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:52:47.055 INFO:teuthology.orchestra.console.smithi098:Power off 2023-12-01T16:52:47.055 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:52:47.069 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473832', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:35:13.404909', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:52:47.079 INFO:teuthology.orchestra.run.smithi163.stderr:Error: 2023-12-01T16:52:47.079 INFO:teuthology.orchestra.run.smithi163.stderr: Problem: conflicting requests 2023-12-01T16:52:47.079 INFO:teuthology.orchestra.run.smithi163.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:47.080 INFO:teuthology.orchestra.run.smithi163.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T16:52:47.081 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-12-01T16:52:47.081 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:47.105 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-01T16:52:47.105 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:52:47.115 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-01T16:52:47.127 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-01T16:52:47.127 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:47.143 INFO:teuthology.orchestra.console.smithi177:Power off 2023-12-01T16:52:47.143 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:52:47.153 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-01T16:52:47.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:52:47.166 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2023-12-01T16:52:47.166 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:47.189 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T16:52:48.174 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:52:48.356 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:52:48.357 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:52:48.357 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:52:48.357 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:52:48.357 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:52:48.504 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2023-12-01T16:52:48.837 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:52:49.682 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:19 ago on Fri 01 Dec 2023 04:51:30 PM UTC. 2023-12-01T16:52:50.830 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T16:52:51.116 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:51.154 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:51.190 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:51.228 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-01T16:52:51.263 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-01T16:52:51.300 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T16:52:55.233 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:55.265 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:55.301 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:55.345 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-01T16:52:55.375 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-01T16:52:55.411 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T16:52:59.350 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:59.376 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:59.411 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:52:59.460 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-12-01T16:52:59.488 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-01T16:52:59.521 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2023-12-01T16:52:59.562 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-12-01T16:52:59.589 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-01T16:52:59.622 INFO:teuthology.orchestra.console.smithi177:Power off completed 2023-12-01T16:52:59.727 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: 686.4498257637024 failure_reason: 'Command failed on smithi098 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0cfce04ed56b493b99cecdd7645587f5 status: fail success: false 2023-12-01T16:52:59.727 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:52:59.819 INFO:teuthology.run:FAIL