2023-10-21T12:04:11.410 INFO:root:teuthology version: 0.0.1.dev201+g202b180 2023-10-21T12:04:11.411 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090 --verbose --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} -- /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090/orig.config.yaml 2023-10-21T12:04:11.445 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T12:04:11.521 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090 branch: main description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7434090' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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: f0804064d67a2a63dbabf1801ff452580a050cfc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0804064d67a2a63dbabf1801ff452580a050cfc selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: f0804064d67a2a63dbabf1801ff452580a050cfc owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 1362 sha1: f0804064d67a2a63dbabf1801ff452580a050cfc sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0804064d67a2a63dbabf1801ff452580a050cfc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0804064d67a2a63dbabf1801ff452580a050cfc targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi139.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:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f93e0adda60>, signals=[15]) 2023-10-21T12:04:12.310 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-21T12:04:12.320 INFO:teuthology.task.internal:Opening connections... 2023-10-21T12:04:12.321 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T12:04:12.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:04:12.391 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T12:04:12.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:04:12.460 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2023-10-21T12:04:12.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:04:12.528 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-21T12:04:12.537 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2023-10-21T12:04:12.559 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2023-10-21T12:04:12.559 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2023-10-21T12:04:12.618 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Red Hat Enterprise Linux" 2023-10-21T12:04:12.619 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8.6 (Ootpa)" 2023-10-21T12:04:12.619 INFO:teuthology.orchestra.run.smithi003.stdout:ID="rhel" 2023-10-21T12:04:12.619 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="fedora" 2023-10-21T12:04:12.619 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8.6" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.redhat.com/" 2023-10-21T12:04:12.620 INFO:teuthology.orchestra.run.smithi003.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-21T12:04:12.621 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:04:12.621 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:04:12.621 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:04:12.621 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-21T12:04:12.621 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-21T12:04:12.622 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-21T12:04:12.622 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2023-10-21T12:04:12.649 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-10-21T12:04:12.669 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-10-21T12:04:12.670 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-10-21T12:04:12.730 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="Red Hat Enterprise Linux" 2023-10-21T12:04:12.730 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="8.6 (Ootpa)" 2023-10-21T12:04:12.730 INFO:teuthology.orchestra.run.smithi139.stdout:ID="rhel" 2023-10-21T12:04:12.731 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="fedora" 2023-10-21T12:04:12.731 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="8.6" 2023-10-21T12:04:12.731 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:04:12.731 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-21T12:04:12.731 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2023-10-21T12:04:12.732 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-21T12:04:12.732 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://www.redhat.com/" 2023-10-21T12:04:12.732 INFO:teuthology.orchestra.run.smithi139.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-21T12:04:12.732 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:04:12.732 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:04:12.733 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:04:12.733 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-21T12:04:12.733 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-21T12:04:12.733 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-21T12:04:12.734 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-10-21T12:04:12.758 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2023-10-21T12:04:12.779 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2023-10-21T12:04:12.779 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2023-10-21T12:04:12.839 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Red Hat Enterprise Linux" 2023-10-21T12:04:12.839 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8.6 (Ootpa)" 2023-10-21T12:04:12.840 INFO:teuthology.orchestra.run.smithi177.stdout:ID="rhel" 2023-10-21T12:04:12.840 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="fedora" 2023-10-21T12:04:12.840 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8.6" 2023-10-21T12:04:12.840 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2023-10-21T12:04:12.840 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-21T12:04:12.841 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2023-10-21T12:04:12.841 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-21T12:04:12.841 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.redhat.com/" 2023-10-21T12:04:12.841 INFO:teuthology.orchestra.run.smithi177.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-21T12:04:12.841 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-21T12:04:12.842 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:04:12.842 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-21T12:04:12.842 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-21T12:04:12.842 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-21T12:04:12.842 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-21T12:04:12.843 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2023-10-21T12:04:12.865 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-21T12:04:12.876 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-21T12:04:12.900 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-21T12:04:12.901 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:04:12.904 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:04:12.907 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2023-10-21T12:04:12.925 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-21T12:04:12.951 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-21T12:04:12.952 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:04:12.966 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:04:12.968 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2023-10-21T12:04:12.993 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-21T12:04:13.078 INFO:teuthology.run_tasks:Running task kernel... 2023-10-21T12:04:13.093 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-21T12:04:13.094 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-10-21T12:04:13.095 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:04:13.096 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:04:13.096 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-21T12:04:13.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:13.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:13.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:13.117 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-10-21T12:04:13.118 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-10-21T12:04:13.119 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-10-21T12:04:13.176 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.177 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.177 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2023-10-21T12:04:13.179 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.179 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.179 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.180 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2023-10-21T12:04:13.180 INFO:teuthology.task.kernel:Running kernel on smithi139: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:13.180 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2023-10-21T12:04:14.366 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:14.366 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-21T12:04:14.380 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:14.381 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-10-21T12:04:14.458 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:14.458 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-10-21T12:04:15.791 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-21T12:04:15.970 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-10-21T12:04:15.973 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-10-21T12:04:16.582 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-10-21T12:04:17.225 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-10-21T12:04:17.978 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:01 2023-10-21T12:04:20.216 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 130 kB/s | 24 kB 00:00 2023-10-21T12:04:20.734 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 315 kB/s | 24 kB 00:00 2023-10-21T12:04:20.894 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-21T12:04:20.954 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:04:20.955 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:04:20.955 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:04:21.093 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2023-10-21T12:04:21.426 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:21.426 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-10-21T12:04:21.469 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-21T12:04:21.519 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:04:21.520 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:04:21.521 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:04:21.661 DEBUG:teuthology.orchestra.run.smithi139:> echo no | sudo yum reinstall kernel || true 2023-10-21T12:04:21.688 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:01 ago on Sat 21 Oct 2023 12:04:20 PM UTC. 2023-10-21T12:04:21.728 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:21.737 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 172 kB/s | 24 kB 00:00 2023-10-21T12:04:21.781 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:21.827 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2023-10-21T12:04:22.032 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:22.032 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-10-21T12:04:22.157 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:22.157 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-10-21T12:04:22.293 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Oct 2023 12:04:20 PM UTC. 2023-10-21T12:04:22.345 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:22.381 INFO:teuthology.orchestra.run.smithi139.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:22.417 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Oct 2023 12:04:20 PM UTC. 2023-10-21T12:04:22.427 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum reinstall -y kernel || true 2023-10-21T12:04:22.459 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:22.472 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-21T12:04:22.497 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:22.522 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:04:22.524 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:04:22.524 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:04:22.548 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:04:22.628 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:22.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:22.628 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-21T12:04:22.629 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-10-21T12:04:22.629 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:04:22.653 DEBUG:teuthology.orchestra.run.smithi003:> echo no | sudo yum reinstall kernel || true 2023-10-21T12:04:22.661 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2023-10-21T12:04:22.673 DEBUG:teuthology.parallel:result is None 2023-10-21T12:04:22.759 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:22.760 INFO:teuthology.orchestra.run.smithi139.stdout:Unable to read consumer identity 2023-10-21T12:04:23.014 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:03 ago on Sat 21 Oct 2023 12:04:20 PM UTC. 2023-10-21T12:04:23.044 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:23.044 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-21T12:04:23.053 INFO:teuthology.orchestra.run.smithi139.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:23.088 INFO:teuthology.orchestra.run.smithi139.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:23.137 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:04:23.218 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:23.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:23.219 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-21T12:04:23.219 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-21T12:04:23.219 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:04:23.251 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-10-21T12:04:23.266 DEBUG:teuthology.parallel:result is None 2023-10-21T12:04:23.317 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:02 ago on Sat 21 Oct 2023 12:04:21 PM UTC. 2023-10-21T12:04:23.362 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:23.415 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:23.463 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum reinstall -y kernel || true 2023-10-21T12:04:23.814 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:04:23.815 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-10-21T12:04:24.083 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:03 ago on Sat 21 Oct 2023 12:04:21 PM UTC. 2023-10-21T12:04:24.127 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-21T12:04:24.156 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-10-21T12:04:24.203 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-10-21T12:04:24.286 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:24.286 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-21T12:04:24.286 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-21T12:04:24.287 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-21T12:04:24.287 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-21T12:04:24.435 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2023-10-21T12:04:24.447 DEBUG:teuthology.parallel:result is None 2023-10-21T12:04:24.447 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-21T12:04:24.456 INFO:teuthology.task.internal:Creating test directory... 2023-10-21T12:04:24.456 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:04:24.459 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:04:24.461 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-21T12:04:24.481 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-21T12:04:24.503 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-21T12:04:24.553 INFO:teuthology.task.internal:Creating archive directory... 2023-10-21T12:04:24.554 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:04:24.557 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:04:24.559 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-21T12:04:24.584 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-21T12:04:24.600 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-21T12:04:24.600 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:04:24.614 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:04:24.619 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-10-21T12:04:24.639 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.650 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.667 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.670 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.679 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.683 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-21T12:04:24.684 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-21T12:04:24.696 INFO:teuthology.task.internal:Configuring sudo... 2023-10-21T12:04:24.696 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:04:24.699 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-21T12:04:24.701 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-10-21T12:04:24.733 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-21T12:04:24.746 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-21T12:04:24.747 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:04:24.767 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:04:24.771 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-21T12:04:24.791 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:24.869 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:24.920 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.003 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.047 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T12:04:25.048 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:04:25.150 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:25.198 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:25.253 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.340 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.382 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T12:04:25.382 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:04:25.451 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:25.495 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-21T12:04:25.554 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.637 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-21T12:04:25.684 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-10-21T12:04:25.685 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-21T12:04:25.753 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2023-10-21T12:04:25.756 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-10-21T12:04:25.758 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2023-10-21T12:04:25.824 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:04:25.826 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:04:25.866 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:04:26.110 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-21T12:04:26.120 INFO:teuthology.task.internal:Starting timer... 2023-10-21T12:04:26.120 INFO:teuthology.run_tasks:Running task pcp... 2023-10-21T12:04:26.174 INFO:teuthology.run_tasks:Running task selinux... 2023-10-21T12:04:26.221 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-21T12:04:26.222 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2023-10-21T12:04:26.291 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2023-10-21T12:04:26.293 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2023-10-21T12:04:26.353 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2023-10-21T12:04:26.355 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2023-10-21T12:04:26.423 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2023-10-21T12:04:26.425 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-21T12:04:26.425 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2023-10-21T12:04:26.452 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2023-10-21T12:04:26.453 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2023-10-21T12:04:26.481 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2023-10-21T12:04:26.481 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2023-10-21T12:04:26.509 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2023-10-21T12:04:26.509 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2023-10-21T12:04:26.509 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:04:26.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:26.538 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:04:26.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:26.567 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-10-21T12:04:26.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:04:26.595 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-21T12:04:26.596 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:04:26.624 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:04:26.653 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2023-10-21T12:04:26.680 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-21T12:04:26.691 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-21T12:04:26.699 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-21T12:04:26.821 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-21T12:04:26.836 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-10-21T12:04:26.837 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi139.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-21T12:13:41.616 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2023-10-21T12:13:41.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T12:13:41.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:13:41.689 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-10-21T12:13:41.756 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-10-21T12:13:41.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T12:13:41.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:13:41.826 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-21T12:13:41.901 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-21T12:13:41.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-10-21T12:13:41.905 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-21T12:13:41.973 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-10-21T12:13:42.040 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-10-21T12:13:42.041 INFO:teuthology.run_tasks:Running task clock... 2023-10-21T12:13:42.054 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-21T12:13:42.055 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:13:42.056 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:13:42.058 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:13:42.059 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:13:42.062 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-21T12:13:42.062 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-10-21T12:13:42.092 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:13:42.093 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:13:42.107 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:13:42.109 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:13:42.112 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-21T12:13:42.127 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-21T12:13:42.176 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2023-10-21T12:13:42.182 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2023-10-21T12:13:42.188 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2023-10-21T12:13:42.195 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2023-10-21T12:13:42.200 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2023-10-21T12:13:42.203 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:13:42.211 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:13:42.211 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2023-10-21T12:13:42.217 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:13:42.226 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-21T12:13:42.226 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:13:42.239 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-21T12:13:42.283 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-10-21T12:13:42.286 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:13:42.286 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-10-21T12:13:42.287 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.287 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.287 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.287 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.310 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-10-21T12:13:42.314 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:13:42.315 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-10-21T12:13:42.315 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.315 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.315 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.316 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.316 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-10-21T12:13:42.318 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:13:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-10-21T12:13:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.319 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:13:42.320 INFO:teuthology.run_tasks:Running task pexec... 2023-10-21T12:13:42.330 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-21T12:13:42.331 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T12:13:42.331 DEBUG:teuthology.orchestra.run.smithi003:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:13:42.332 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T12:13:42.332 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:13:42.333 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2023-10-21T12:13:42.333 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-21T12:13:42.704 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:42.730 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:42.748 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:43.592 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:43.616 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:43.674 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Oct 2023 12:12:11 PM UTC. 2023-10-21T12:13:45.341 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:13:45.342 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:13:45.342 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-10-21T12:13:45.342 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:13:45.343 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2023-10-21T12:13:45.343 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2023-10-21T12:13:45.343 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:13:45.343 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:13:45.343 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:13:45.344 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:13:45.467 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:13:45.468 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:13:45.469 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-21T12:13:45.469 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:13:45.469 INFO:teuthology.orchestra.run.smithi139.stdout:Resetting modules: 2023-10-21T12:13:45.469 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 2023-10-21T12:13:45.470 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:13:45.470 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:13:45.470 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:13:45.470 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:13:45.578 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:13:45.579 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:13:45.579 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-21T12:13:45.579 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:13:45.580 INFO:teuthology.orchestra.run.smithi003.stdout:Resetting modules: 2023-10-21T12:13:45.580 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 2023-10-21T12:13:45.580 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:13:45.580 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:13:45.580 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:13:45.581 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:13:46.317 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:46.434 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:46.595 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Oct 2023 12:12:11 PM UTC. 2023-10-21T12:13:51.283 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:13:51.745 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:52.808 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:13:53.271 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:00 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:53.296 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:53.896 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:13:54.352 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:13:54.942 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Oct 2023 12:12:11 PM UTC. 2023-10-21T12:13:55.121 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:13:55.213 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-10-21T12:13:55.213 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:13:55.214 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-10-21T12:13:55.214 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2023-10-21T12:13:55.214 INFO:teuthology.orchestra.run.smithi177.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-21T12:13:55.214 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-21T12:13:55.214 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-21T12:13:55.215 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-21T12:13:55.215 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-21T12:13:55.215 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-21T12:13:55.215 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-21T12:13:55.215 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:13:55.216 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-21T12:13:55.216 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-21T12:13:55.216 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-21T12:13:55.216 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2023-10-21T12:13:55.216 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2023-10-21T12:13:55.217 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:13:55.217 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2023-10-21T12:13:55.218 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools rhel8 2023-10-21T12:13:55.218 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:13:55.218 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:13:55.218 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-10-21T12:13:55.219 INFO:teuthology.orchestra.run.smithi177.stdout:Install 10 Packages 2023-10-21T12:13:55.219 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:13:55.220 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 18 M 2023-10-21T12:13:55.220 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 65 M 2023-10-21T12:13:55.220 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:13:55.327 INFO:teuthology.orchestra.run.smithi177.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 839 kB/s | 94 kB 00:00 2023-10-21T12:13:55.353 INFO:teuthology.orchestra.run.smithi177.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 181 kB/s | 25 kB 00:00 2023-10-21T12:13:55.378 INFO:teuthology.orchestra.run.smithi177.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 251 kB/s | 41 kB 00:00 2023-10-21T12:13:55.403 INFO:teuthology.orchestra.run.smithi177.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 655 kB/s | 49 kB 00:00 2023-10-21T12:13:55.461 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:02:03 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:13:55.462 INFO:teuthology.orchestra.run.smithi177.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.7 MB/s | 524 kB 00:00 2023-10-21T12:13:55.487 INFO:teuthology.orchestra.run.smithi177.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.7 MB/s | 149 kB 00:00 2023-10-21T12:13:55.579 INFO:teuthology.orchestra.run.smithi177.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.8 MB/s | 213 kB 00:00 2023-10-21T12:13:55.671 INFO:teuthology.orchestra.run.smithi177.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 27 MB/s | 8.0 MB 00:00 2023-10-21T12:13:55.805 INFO:teuthology.orchestra.run.smithi177.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 22 MB/s | 7.0 MB 00:00 2023-10-21T12:13:55.846 INFO:teuthology.orchestra.run.smithi177.stdout:(10/10): toolbox-0.0.99.3-0.6.module+el8.6.0+16 8.2 MB/s | 2.2 MB 00:00 2023-10-21T12:13:55.847 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:13:55.847 INFO:teuthology.orchestra.run.smithi177.stdout:Total 29 MB/s | 18 MB 00:00 2023-10-21T12:13:56.046 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:13:56.065 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:13:56.065 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:13:56.246 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:13:56.250 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:13:56.775 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:13:56.806 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:13:56.907 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================================ 2023-10-21T12:13:56.908 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:13:56.908 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================================ 2023-10-21T12:13:56.908 INFO:teuthology.orchestra.run.smithi003.stdout:Installing group/module packages: 2023-10-21T12:13:56.908 INFO:teuthology.orchestra.run.smithi003.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-21T12:13:56.909 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-21T12:13:56.909 INFO:teuthology.orchestra.run.smithi003.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-21T12:13:56.909 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-21T12:13:56.909 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-21T12:13:56.909 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-21T12:13:56.910 INFO:teuthology.orchestra.run.smithi003.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-21T12:13:56.910 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:13:56.910 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-21T12:13:56.910 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-21T12:13:56.910 INFO:teuthology.orchestra.run.smithi003.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-21T12:13:56.911 INFO:teuthology.orchestra.run.smithi003.stdout:Installing module profiles: 2023-10-21T12:13:56.911 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools/common 2023-10-21T12:13:56.911 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:13:56.911 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling module streams: 2023-10-21T12:13:56.911 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools rhel8 2023-10-21T12:13:56.912 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:13:56.912 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:13:56.912 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================================ 2023-10-21T12:13:56.912 INFO:teuthology.orchestra.run.smithi003.stdout:Install 10 Packages 2023-10-21T12:13:56.912 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:13:56.913 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 18 M 2023-10-21T12:13:56.913 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 65 M 2023-10-21T12:13:56.914 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:13:56.965 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-21T12:13:57.019 INFO:teuthology.orchestra.run.smithi003.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 862 kB/s | 94 kB 00:00 2023-10-21T12:13:57.050 INFO:teuthology.orchestra.run.smithi003.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 178 kB/s | 25 kB 00:00 2023-10-21T12:13:57.075 INFO:teuthology.orchestra.run.smithi003.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 248 kB/s | 41 kB 00:00 2023-10-21T12:13:57.100 INFO:teuthology.orchestra.run.smithi003.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 614 kB/s | 49 kB 00:00 2023-10-21T12:13:57.134 INFO:teuthology.orchestra.run.smithi003.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-10-21T12:13:57.148 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:13:57.159 INFO:teuthology.orchestra.run.smithi003.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-21T12:13:57.184 INFO:teuthology.orchestra.run.smithi003.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-10-21T12:13:57.185 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:13:57.278 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================================ 2023-10-21T12:13:57.279 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:13:57.279 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================================ 2023-10-21T12:13:57.279 INFO:teuthology.orchestra.run.smithi139.stdout:Installing group/module packages: 2023-10-21T12:13:57.279 INFO:teuthology.orchestra.run.smithi139.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-21T12:13:57.279 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-21T12:13:57.280 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:13:57.281 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-21T12:13:57.281 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-21T12:13:57.281 INFO:teuthology.orchestra.run.smithi139.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-21T12:13:57.281 INFO:teuthology.orchestra.run.smithi139.stdout:Installing module profiles: 2023-10-21T12:13:57.281 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools/common 2023-10-21T12:13:57.282 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:13:57.282 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling module streams: 2023-10-21T12:13:57.282 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools rhel8 2023-10-21T12:13:57.282 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:13:57.282 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:13:57.283 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================================ 2023-10-21T12:13:57.283 INFO:teuthology.orchestra.run.smithi139.stdout:Install 10 Packages 2023-10-21T12:13:57.283 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:13:57.284 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 18 M 2023-10-21T12:13:57.284 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 65 M 2023-10-21T12:13:57.284 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:13:57.293 INFO:teuthology.orchestra.run.smithi003.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-10-21T12:13:57.350 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-21T12:13:57.363 INFO:teuthology.orchestra.run.smithi139.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-10-21T12:13:57.389 INFO:teuthology.orchestra.run.smithi139.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 231 kB/s | 25 kB 00:00 2023-10-21T12:13:57.414 INFO:teuthology.orchestra.run.smithi139.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 307 kB/s | 41 kB 00:00 2023-10-21T12:13:57.439 INFO:teuthology.orchestra.run.smithi003.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 25 MB/s | 7.0 MB 00:00 2023-10-21T12:13:57.439 INFO:teuthology.orchestra.run.smithi139.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-10-21T12:13:57.498 INFO:teuthology.orchestra.run.smithi139.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.7 MB/s | 524 kB 00:00 2023-10-21T12:13:57.523 INFO:teuthology.orchestra.run.smithi139.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.7 MB/s | 149 kB 00:00 2023-10-21T12:13:57.543 INFO:teuthology.orchestra.run.smithi003.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-10-21T12:13:57.544 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:13:57.544 INFO:teuthology.orchestra.run.smithi003.stdout:Total 29 MB/s | 18 MB 00:00 2023-10-21T12:13:57.545 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-21T12:13:57.548 INFO:teuthology.orchestra.run.smithi139.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-10-21T12:13:57.649 INFO:teuthology.orchestra.run.smithi139.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-10-21T12:13:57.751 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:13:57.772 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:13:57.772 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:13:57.781 INFO:teuthology.orchestra.run.smithi139.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-10-21T12:13:57.874 INFO:teuthology.orchestra.run.smithi139.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-10-21T12:13:57.875 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:13:57.875 INFO:teuthology.orchestra.run.smithi139.stdout:Total 31 MB/s | 18 MB 00:00 2023-10-21T12:13:57.894 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-21T12:13:57.966 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:13:57.970 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:13:58.075 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:13:58.093 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:13:58.093 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:13:58.275 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:13:58.279 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:13:58.526 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:13:58.666 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-21T12:13:58.735 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-21T12:13:58.852 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:13:58.897 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:13:59.069 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-21T12:13:59.102 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-21T12:13:59.257 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:13:59.298 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-21T12:13:59.442 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-21T12:13:59.572 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-21T12:13:59.662 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-21T12:13:59.663 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-21T12:13:59.795 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-21T12:14:00.038 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-21T12:14:00.044 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-21T12:14:00.257 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:00.463 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-21T12:14:00.523 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:00.523 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-21T12:14:00.523 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:14:00.524 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-21T12:14:00.524 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-21T12:14:00.524 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-21T12:14:00.524 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-21T12:14:00.524 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-21T12:14:00.525 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-21T12:14:00.525 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-21T12:14:00.814 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-21T12:14:01.377 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-21T12:14:01.610 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-21T12:14:01.657 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-21T12:14:01.657 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:09 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:14:01.716 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-21T12:14:01.788 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-21T12:14:01.994 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-21T12:14:02.056 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:02.198 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-21T12:14:02.327 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:02.327 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-21T12:14:02.327 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:14:02.328 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-21T12:14:02.328 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-21T12:14:02.328 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-21T12:14:02.328 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-21T12:14:02.328 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-21T12:14:02.329 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-21T12:14:02.329 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-21T12:14:02.366 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:02.636 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-21T12:14:02.636 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-21T12:14:02.636 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-21T12:14:02.637 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-21T12:14:02.637 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-21T12:14:02.637 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-21T12:14:02.637 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-21T12:14:02.637 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-21T12:14:02.638 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-21T12:14:02.638 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-21T12:14:03.578 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-21T12:14:03.578 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Oct 2023 12:12:11 PM UTC. 2023-10-21T12:14:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-21T12:14:03.798 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:02:11 ago on Sat 21 Oct 2023 12:11:52 PM UTC. 2023-10-21T12:14:07.441 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:14:07.632 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:14:07.632 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:14:07.632 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:07.632 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:07.633 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:07.634 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:07.634 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-21T12:14:07.634 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:14:07.634 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:14:07.777 DEBUG:teuthology.parallel:result is None 2023-10-21T12:14:09.514 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:14:09.723 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:14:09.723 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:14:09.723 INFO:teuthology.orchestra.run.smithi003.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:09.723 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:09.724 INFO:teuthology.orchestra.run.smithi003.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:09.724 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-21T12:14:09.724 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T12:14:09.724 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T12:14:09.724 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:09.725 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:09.725 INFO:teuthology.orchestra.run.smithi003.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:09.725 INFO:teuthology.orchestra.run.smithi003.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-21T12:14:09.725 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:14:09.725 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:14:09.893 DEBUG:teuthology.parallel:result is None 2023-10-21T12:14:10.350 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:14:10.557 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:14:10.557 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:14:10.557 INFO:teuthology.orchestra.run.smithi139.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:10.557 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:10.558 INFO:teuthology.orchestra.run.smithi139.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:10.558 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-21T12:14:10.558 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-21T12:14:10.558 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-21T12:14:10.558 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:10.559 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-21T12:14:10.559 INFO:teuthology.orchestra.run.smithi139.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-21T12:14:10.559 INFO:teuthology.orchestra.run.smithi139.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-21T12:14:10.559 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:14:10.559 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:14:10.733 DEBUG:teuthology.parallel:result is None 2023-10-21T12:14:10.733 INFO:teuthology.run_tasks:Running task install... 2023-10-21T12:14:10.743 DEBUG:teuthology.task.install:project ceph 2023-10-21T12:14:10.743 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc'}} 2023-10-21T12:14:10.744 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0804064d67a2a63dbabf1801ff452580a050cfc'} 2023-10-21T12:14:10.744 INFO:teuthology.task.install:Using flavor: default 2023-10-21T12:14:10.750 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-10-21T12:14:10.750 INFO:teuthology.task.install:extra packages: [] 2023-10-21T12:14:10.751 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': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'tag': None, 'wait_for_package': False} 2023-10-21T12:14:10.752 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:14:10.754 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': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'tag': None, 'wait_for_package': False} 2023-10-21T12:14:10.754 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:14:10.755 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': 'f0804064d67a2a63dbabf1801ff452580a050cfc', 'tag': None, 'wait_for_package': False} 2023-10-21T12:14:10.756 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:14:10.979 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/ 2023-10-21T12:14:10.979 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6820.gf0804064 2023-10-21T12:14:11.100 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-21T12:14:11.101 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-10-21T12:14:11.101 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-21T12:14:11.135 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-10-21T12:14:11.135 DEBUG:teuthology.orchestra.run.smithi003:> 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/f0804064d67a2a63dbabf1801ff452580a050cfc/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-21T12:14:11.209 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:14:11.293 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:14:11.363 INFO:teuthology.orchestra.run.smithi003.stdout:check_obsoletes = 1 2023-10-21T12:14:11.365 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum clean all 2023-10-21T12:14:11.763 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:14:12.624 INFO:teuthology.orchestra.run.smithi003.stdout:44 files removed 2023-10-21T12:14:12.678 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-radosgw 2023-10-21T12:14:13.030 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:14:42.448 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/ 2023-10-21T12:14:42.449 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6820.gf0804064 2023-10-21T12:15:14.149 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-21T12:15:14.150 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-10-21T12:15:14.150 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-21T12:15:14.185 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-10-21T12:15:14.185 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/f0804064d67a2a63dbabf1801ff452580a050cfc/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-21T12:15:14.257 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-10-21T12:15:14.340 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-10-21T12:15:14.408 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2023-10-21T12:15:14.409 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2023-10-21T12:15:14.784 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:15:15.287 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/ 2023-10-21T12:15:15.287 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6820.gf0804064 2023-10-21T12:15:15.457 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/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/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-21T12:15:15.458 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-21T12:15:15.458 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-21T12:15:15.492 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-10-21T12:15:15.493 DEBUG:teuthology.orchestra.run.smithi139:> 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/f0804064d67a2a63dbabf1801ff452580a050cfc/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-21T12:15:15.564 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:15:15.643 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:15:15.711 INFO:teuthology.orchestra.run.smithi139.stdout:check_obsoletes = 1 2023-10-21T12:15:15.713 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum clean all 2023-10-21T12:15:15.741 INFO:teuthology.orchestra.run.smithi177.stdout:44 files removed 2023-10-21T12:15:15.794 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2023-10-21T12:15:16.085 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:15:16.130 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:15:16.528 INFO:teuthology.orchestra.run.smithi139.stdout:44 files removed 2023-10-21T12:15:16.576 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-radosgw 2023-10-21T12:15:16.907 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:15:17.632 INFO:teuthology.orchestra.run.smithi139.stdout:ceph packages for x86_64 269 kB/s | 81 kB 00:00 2023-10-21T12:15:49.529 INFO:teuthology.orchestra.run.smithi139.stdout:ceph noarch packages 302 B/s | 9.4 kB 00:31 2023-10-21T12:15:50.417 INFO:teuthology.orchestra.run.smithi003.stdout:ceph packages for x86_64 864 B/s | 81 kB 01:36 2023-10-21T12:16:22.905 INFO:teuthology.orchestra.run.smithi003.stdout:ceph noarch packages 297 B/s | 9.4 kB 00:32 2023-10-21T12:16:54.044 INFO:teuthology.orchestra.run.smithi139.stdout:ceph source packages 24 B/s | 1.5 kB 01:04 2023-10-21T12:16:54.219 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-21T12:16:55.911 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-10-21T12:16:59.411 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 529 kB/s | 24 kB 00:00 2023-10-21T12:17:00.338 INFO:teuthology.orchestra.run.smithi139.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-10-21T12:17:08.938 INFO:teuthology.orchestra.run.smithi139.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 MB/s | 47 MB 00:01 2023-10-21T12:17:19.837 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:17:19.840 INFO:teuthology.orchestra.run.smithi139.stdout:==================================================================================================== 2023-10-21T12:17:19.840 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:17:19.840 INFO:teuthology.orchestra.run.smithi139.stdout:==================================================================================================== 2023-10-21T12:17:19.840 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:17:19.841 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 14 M 2023-10-21T12:17:19.841 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrading: 2023-10-21T12:17:19.841 INFO:teuthology.orchestra.run.smithi139.stdout: librados2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:17:19.841 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:17:19.841 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:17:19.842 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base x86_64 2:18.0.0-6820.gf0804064.el8 ceph 5.4 M 2023-10-21T12:17:19.842 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 23 M 2023-10-21T12:17:19.842 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux x86_64 2:18.0.0-6820.gf0804064.el8 ceph 24 k 2023-10-21T12:17:19.842 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-21T12:17:19.842 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 840 k 2023-10-21T12:17:19.843 INFO:teuthology.orchestra.run.smithi139.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-21T12:17:19.843 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-21T12:17:19.843 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 518 k 2023-10-21T12:17:19.843 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-21T12:17:19.843 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.9 M 2023-10-21T12:17:19.844 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-21T12:17:19.844 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-21T12:17:19.844 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 45 k 2023-10-21T12:17:19.844 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 126 k 2023-10-21T12:17:19.844 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs x86_64 2:18.0.0-6820.gf0804064.el8 ceph 196 k 2023-10-21T12:17:19.845 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-21T12:17:19.845 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados x86_64 2:18.0.0-6820.gf0804064.el8 ceph 371 k 2023-10-21T12:17:19.845 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 364 k 2023-10-21T12:17:19.845 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 107 k 2023-10-21T12:17:19.845 INFO:teuthology.orchestra.run.smithi139.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-21T12:17:19.846 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:17:19.846 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:17:19.846 INFO:teuthology.orchestra.run.smithi139.stdout:==================================================================================================== 2023-10-21T12:17:19.846 INFO:teuthology.orchestra.run.smithi139.stdout:Install 21 Packages 2023-10-21T12:17:19.846 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrade 2 Packages 2023-10-21T12:17:19.847 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:17:19.847 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 62 M 2023-10-21T12:17:19.847 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:17:21.388 INFO:teuthology.orchestra.run.smithi139.stdout:(1/23): ceph-radosgw-18.0.0-6820.gf0804064.el8. 9.7 MB/s | 14 MB 00:01 2023-10-21T12:17:21.472 INFO:teuthology.orchestra.run.smithi139.stdout:(2/23): ceph-selinux-18.0.0-6820.gf0804064.el8. 292 kB/s | 24 kB 00:00 2023-10-21T12:17:21.596 INFO:teuthology.orchestra.run.smithi139.stdout:(3/23): libcephfs2-18.0.0-6820.gf0804064.el8.x8 6.6 MB/s | 840 kB 00:00 2023-10-21T12:17:21.814 INFO:teuthology.orchestra.run.smithi139.stdout:(4/23): ceph-common-18.0.0-6820.gf0804064.el8.x 12 MB/s | 23 MB 00:01 2023-10-21T12:17:21.872 INFO:teuthology.orchestra.run.smithi139.stdout:(5/23): libradosstriper1-18.0.0-6820.gf0804064. 1.8 MB/s | 518 kB 00:00 2023-10-21T12:17:21.972 INFO:teuthology.orchestra.run.smithi139.stdout:(6/23): python3-ceph-argparse-18.0.0-6820.gf080 447 kB/s | 45 kB 00:00 2023-10-21T12:17:22.056 INFO:teuthology.orchestra.run.smithi139.stdout:(7/23): python3-ceph-common-18.0.0-6820.gf08040 1.5 MB/s | 126 kB 00:00 2023-10-21T12:17:22.165 INFO:teuthology.orchestra.run.smithi139.stdout:(8/23): python3-cephfs-18.0.0-6820.gf0804064.el 1.8 MB/s | 196 kB 00:00 2023-10-21T12:17:22.250 INFO:teuthology.orchestra.run.smithi139.stdout:(9/23): librgw2-18.0.0-6820.gf0804064.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-10-21T12:17:22.273 INFO:teuthology.orchestra.run.smithi139.stdout:(10/23): python3-rados-18.0.0-6820.gf0804064.el 3.3 MB/s | 371 kB 00:00 2023-10-21T12:17:22.315 INFO:teuthology.orchestra.run.smithi139.stdout:(11/23): python3-rbd-18.0.0-6820.gf0804064.el8. 5.3 MB/s | 364 kB 00:00 2023-10-21T12:17:22.341 INFO:teuthology.orchestra.run.smithi139.stdout:(12/23): python3-rgw-18.0.0-6820.gf0804064.el8. 1.6 MB/s | 107 kB 00:00 2023-10-21T12:17:22.458 INFO:teuthology.orchestra.run.smithi139.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 504 kB/s | 59 kB 00:00 2023-10-21T12:17:22.508 INFO:teuthology.orchestra.run.smithi139.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-10-21T12:17:22.533 INFO:teuthology.orchestra.run.smithi139.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 998 kB/s | 75 kB 00:00 2023-10-21T12:17:22.592 INFO:teuthology.orchestra.run.smithi139.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 806 kB/s | 47 kB 00:00 2023-10-21T12:17:22.634 INFO:teuthology.orchestra.run.smithi139.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-10-21T12:17:22.675 INFO:teuthology.orchestra.run.smithi139.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 10 MB/s | 1.7 MB 00:00 2023-10-21T12:17:22.726 INFO:teuthology.orchestra.run.smithi139.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 479 kB/s | 44 kB 00:00 2023-10-21T12:17:22.776 INFO:teuthology.orchestra.run.smithi139.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.4 MB/s | 354 kB 00:00 2023-10-21T12:17:23.052 INFO:teuthology.orchestra.run.smithi139.stdout:(21/23): librados2-18.0.0-6820.gf0804064.el8.x8 12 MB/s | 3.7 MB 00:00 2023-10-21T12:17:23.127 INFO:teuthology.orchestra.run.smithi139.stdout:(22/23): librbd1-18.0.0-6820.gf0804064.el8.x86_ 11 MB/s | 3.7 MB 00:00 2023-10-21T12:18:01.709 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 504 B/s | 81 kB 02:45 2023-10-21T12:18:24.693 INFO:teuthology.orchestra.run.smithi139.stdout:(23/23): ceph-base-18.0.0-6820.gf0804064.el8.x8 86 kB/s | 5.4 MB 01:04 2023-10-21T12:18:24.695 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:18:24.695 INFO:teuthology.orchestra.run.smithi139.stdout:Total 973 kB/s | 62 MB 01:04 2023-10-21T12:18:24.740 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:18:24.785 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:18:24.785 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:18:25.129 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:18:25.133 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:18:26.373 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:18:26.573 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-21T12:18:26.798 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:18:27.212 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:18:27.414 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:18:27.510 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:18:27.720 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:18:28.016 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-21T12:18:28.239 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:18:28.658 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:18:28.881 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:18:28.978 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:18:29.206 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:18:29.269 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:18:29.471 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-10-21T12:18:29.651 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 10/25 2023-10-21T12:18:29.834 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:18:30.052 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:18:30.238 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:18:30.293 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:18:30.407 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-21T12:18:30.612 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-21T12:18:31.466 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-21T12:18:31.622 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:18:31.732 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:18:31.930 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 18/25 2023-10-21T12:18:32.106 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 19/25 2023-10-21T12:18:34.290 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 296 B/s | 9.4 kB 00:32 2023-10-21T12:18:34.624 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-10-21T12:18:34.783 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-10-21T12:18:35.854 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:18:35.945 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-10-21T12:18:36.130 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:18:36.731 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:18:37.040 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:18:37.127 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:18:37.304 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:18:39.517 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 400 kB/s | 24 kB 00:00 2023-10-21T12:18:40.494 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-10-21T12:18:48.578 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-10-21T12:18:56.021 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:18:56.022 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /sys 2023-10-21T12:18:56.022 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /proc 2023-10-21T12:18:56.022 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /dev 2023-10-21T12:18:56.022 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /run 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /mnt 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /var/tmp 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /home 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /tmp 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /dev 2023-10-21T12:18:56.023 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:18:57.462 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:18:57.482 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:18:57.482 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:18:57.720 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:18:57.720 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:18:58.316 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:18:58.317 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 1/25 2023-10-21T12:18:58.317 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2/25 2023-10-21T12:18:58.317 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:18:58.317 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:18:58.318 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 5/25 2023-10-21T12:18:58.318 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 6/25 2023-10-21T12:18:58.318 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:18:58.318 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 8/25 2023-10-21T12:18:58.318 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 9/25 2023-10-21T12:18:58.319 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 10/25 2023-10-21T12:18:58.319 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:18:58.319 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:18:58.319 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 13/25 2023-10-21T12:18:58.319 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-21T12:18:58.320 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-21T12:18:58.320 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-21T12:18:58.320 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-21T12:18:58.320 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-10-21T12:18:58.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-10-21T12:18:58.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-10-21T12:18:58.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-10-21T12:18:58.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:18:58.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-21T12:18:58.322 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 24/25 2023-10-21T12:18:59.649 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:18:59.651 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-10-21T12:18:59.652 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:18:59.652 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-10-21T12:18:59.652 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:18:59.652 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 14 M 2023-10-21T12:18:59.652 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2023-10-21T12:18:59.653 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:18:59.653 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:18:59.653 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:18:59.653 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:18.0.0-6820.gf0804064.el8 ceph 5.4 M 2023-10-21T12:18:59.653 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 23 M 2023-10-21T12:18:59.654 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:18.0.0-6820.gf0804064.el8 ceph 24 k 2023-10-21T12:18:59.654 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-21T12:18:59.654 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 840 k 2023-10-21T12:18:59.654 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-21T12:18:59.654 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-21T12:18:59.655 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 518 k 2023-10-21T12:18:59.655 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-21T12:18:59.655 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.9 M 2023-10-21T12:18:59.655 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-21T12:18:59.655 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-10-21T12:18:59.656 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 45 k 2023-10-21T12:18:59.656 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 126 k 2023-10-21T12:18:59.656 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:18.0.0-6820.gf0804064.el8 ceph 196 k 2023-10-21T12:18:59.656 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-21T12:18:59.656 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:18.0.0-6820.gf0804064.el8 ceph 371 k 2023-10-21T12:18:59.657 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 364 k 2023-10-21T12:18:59.657 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 107 k 2023-10-21T12:18:59.657 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-21T12:18:59.657 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:18:59.657 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:18:59.658 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-10-21T12:18:59.658 INFO:teuthology.orchestra.run.smithi177.stdout:Install 21 Packages 2023-10-21T12:18:59.658 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2023-10-21T12:18:59.658 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:18:59.659 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 62 M 2023-10-21T12:18:59.659 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:18:59.695 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:18:59.696 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:51 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:19:00.536 INFO:teuthology.orchestra.run.smithi177.stdout:(1/23): ceph-base-18.0.0-6820.gf0804064.el8.x86 7.5 MB/s | 5.4 MB 00:00 2023-10-21T12:19:00.577 INFO:teuthology.orchestra.run.smithi177.stdout:(2/23): ceph-selinux-18.0.0-6820.gf0804064.el8. 587 kB/s | 24 kB 00:00 2023-10-21T12:19:00.728 INFO:teuthology.orchestra.run.smithi177.stdout:(3/23): libcephfs2-18.0.0-6820.gf0804064.el8.x8 5.5 MB/s | 840 kB 00:00 2023-10-21T12:19:00.861 INFO:teuthology.orchestra.run.smithi177.stdout:(4/23): ceph-radosgw-18.0.0-6820.gf0804064.el8. 13 MB/s | 14 MB 00:01 2023-10-21T12:19:00.886 INFO:teuthology.orchestra.run.smithi177.stdout:(5/23): libradosstriper1-18.0.0-6820.gf0804064. 3.2 MB/s | 518 kB 00:00 2023-10-21T12:19:00.958 INFO:teuthology.orchestra.run.smithi177.stdout:(6/23): python3-ceph-argparse-18.0.0-6820.gf080 632 kB/s | 45 kB 00:00 2023-10-21T12:19:01.029 INFO:teuthology.orchestra.run.smithi177.stdout:(7/23): python3-ceph-common-18.0.0-6820.gf08040 1.7 MB/s | 126 kB 00:00 2023-10-21T12:19:01.104 INFO:teuthology.orchestra.run.smithi177.stdout:(8/23): python3-cephfs-18.0.0-6820.gf0804064.el 2.6 MB/s | 196 kB 00:00 2023-10-21T12:19:01.188 INFO:teuthology.orchestra.run.smithi177.stdout:(9/23): python3-rados-18.0.0-6820.gf0804064.el8 4.4 MB/s | 371 kB 00:00 2023-10-21T12:19:01.271 INFO:teuthology.orchestra.run.smithi177.stdout:(10/23): librgw2-18.0.0-6820.gf0804064.el8.x86_ 17 MB/s | 6.9 MB 00:00 2023-10-21T12:19:01.296 INFO:teuthology.orchestra.run.smithi177.stdout:(11/23): python3-rbd-18.0.0-6820.gf0804064.el8. 3.3 MB/s | 364 kB 00:00 2023-10-21T12:19:01.322 INFO:teuthology.orchestra.run.smithi177.stdout:(12/23): python3-rgw-18.0.0-6820.gf0804064.el8. 2.1 MB/s | 107 kB 00:00 2023-10-21T12:19:01.530 INFO:teuthology.orchestra.run.smithi177.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 282 kB/s | 59 kB 00:00 2023-10-21T12:19:01.589 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-10-21T12:19:01.631 INFO:teuthology.orchestra.run.smithi177.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 916 kB/s | 306 kB 00:00 2023-10-21T12:19:01.798 INFO:teuthology.orchestra.run.smithi177.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 281 kB/s | 47 kB 00:00 2023-10-21T12:19:01.907 INFO:teuthology.orchestra.run.smithi177.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-10-21T12:19:02.074 INFO:teuthology.orchestra.run.smithi177.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 264 kB/s | 44 kB 00:00 2023-10-21T12:19:02.149 INFO:teuthology.orchestra.run.smithi177.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-10-21T12:19:02.416 INFO:teuthology.orchestra.run.smithi177.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.1 MB/s | 1.7 MB 00:00 2023-10-21T12:19:02.500 INFO:teuthology.orchestra.run.smithi177.stdout:(21/23): librados2-18.0.0-6820.gf0804064.el8.x8 11 MB/s | 3.7 MB 00:00 2023-10-21T12:19:02.808 INFO:teuthology.orchestra.run.smithi177.stdout:(22/23): librbd1-18.0.0-6820.gf0804064.el8.x86_ 9.5 MB/s | 3.7 MB 00:00 2023-10-21T12:19:03.183 INFO:teuthology.orchestra.run.smithi177.stdout:(23/23): ceph-common-18.0.0-6820.gf0804064.el8. 6.7 MB/s | 23 MB 00:03 2023-10-21T12:19:03.187 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:19:03.188 INFO:teuthology.orchestra.run.smithi177.stdout:Total 17 MB/s | 62 MB 00:03 2023-10-21T12:19:03.232 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:19:03.276 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:19:03.277 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:19:03.607 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:19:03.607 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:19:03.610 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:19:03.795 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:19:03.796 INFO:teuthology.orchestra.run.smithi139.stdout:Upgraded: 2023-10-21T12:19:03.796 INFO:teuthology.orchestra.run.smithi139.stdout: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.796 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.796 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:19:03.796 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.797 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.797 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.797 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.797 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-21T12:19:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-21T12:19:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-21T12:19:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.798 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-21T12:19:03.799 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.799 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-21T12:19:03.799 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-21T12:19:03.799 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.799 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.800 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.800 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-21T12:19:03.800 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.800 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.800 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:03.801 INFO:teuthology.orchestra.run.smithi139.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-21T12:19:03.801 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:19:03.801 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:19:03.993 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-test 2023-10-21T12:19:04.340 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:19:04.769 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:19:04.963 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-21T12:19:05.139 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:19:05.182 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:57 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:19:05.552 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:19:05.755 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:19:05.833 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:19:06.069 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:19:06.324 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-21T12:19:06.555 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:19:06.568 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:19:06.569 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================ 2023-10-21T12:19:06.570 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:19:06.570 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================ 2023-10-21T12:19:06.570 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:19:06.570 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test x86_64 2:18.0.0-6820.gf0804064.el8 ceph 49 M 2023-10-21T12:19:06.571 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:19:06.571 INFO:teuthology.orchestra.run.smithi139.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-21T12:19:06.571 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite x86_64 2:18.0.0-6820.gf0804064.el8 ceph 184 k 2023-10-21T12:19:06.571 INFO:teuthology.orchestra.run.smithi139.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-21T12:19:06.571 INFO:teuthology.orchestra.run.smithi139.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-21T12:19:06.572 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-21T12:19:06.572 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:19:06.572 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:19:06.572 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================================ 2023-10-21T12:19:06.573 INFO:teuthology.orchestra.run.smithi139.stdout:Install 6 Packages 2023-10-21T12:19:06.573 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:19:06.573 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 50 M 2023-10-21T12:19:06.574 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 222 M 2023-10-21T12:19:06.574 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:19:06.614 INFO:teuthology.orchestra.run.smithi139.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-10-21T12:19:06.682 INFO:teuthology.orchestra.run.smithi139.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-10-21T12:19:06.748 INFO:teuthology.orchestra.run.smithi139.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.8 MB/s | 187 kB 00:00 2023-10-21T12:19:06.790 INFO:teuthology.orchestra.run.smithi139.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-10-21T12:19:06.815 INFO:teuthology.orchestra.run.smithi139.stdout:(5/6): libcephsqlite-18.0.0-6820.gf0804064.el8. 755 kB/s | 184 kB 00:00 2023-10-21T12:19:06.964 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:19:07.196 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:19:07.292 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:19:07.488 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:19:07.583 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-21T12:19:07.745 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-10-21T12:19:07.891 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 10/25 2023-10-21T12:19:08.089 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:19:08.292 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:19:08.454 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:19:08.514 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:19:08.680 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-21T12:19:08.872 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-21T12:19:09.672 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-21T12:19:10.129 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:19:10.205 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:19:10.432 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 18/25 2023-10-21T12:19:10.580 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 19/25 2023-10-21T12:19:14.248 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:19:14.504 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:19:15.097 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:19:15.454 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:19:15.526 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:19:15.686 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:19:34.436 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:19:34.436 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2023-10-21T12:19:34.436 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2023-10-21T12:19:34.437 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-10-21T12:19:34.437 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /run 2023-10-21T12:19:34.437 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2023-10-21T12:19:34.437 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2023-10-21T12:19:34.437 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2023-10-21T12:19:34.438 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2023-10-21T12:19:34.438 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-10-21T12:19:34.438 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:19:35.859 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:19:35.880 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:19:35.880 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:19:36.085 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:19:36.086 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:19:36.693 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:19:36.694 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 1/25 2023-10-21T12:19:36.694 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2/25 2023-10-21T12:19:36.694 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:19:36.694 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:19:36.694 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 5/25 2023-10-21T12:19:36.695 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 6/25 2023-10-21T12:19:36.695 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:19:36.695 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 8/25 2023-10-21T12:19:36.695 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 9/25 2023-10-21T12:19:36.695 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 10/25 2023-10-21T12:19:36.696 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:19:36.696 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:19:36.696 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 13/25 2023-10-21T12:19:36.696 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-21T12:19:36.696 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-21T12:19:36.697 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-21T12:19:36.697 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-21T12:19:36.697 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-10-21T12:19:36.697 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-10-21T12:19:36.698 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-10-21T12:19:36.698 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-10-21T12:19:36.698 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:19:36.698 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-21T12:19:36.698 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 24/25 2023-10-21T12:19:38.040 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:19:38.040 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:50 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:19:40.511 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:19:40.703 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:19:40.703 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2023-10-21T12:19:40.704 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.704 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.704 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:19:40.704 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.704 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.705 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.705 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.705 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-21T12:19:40.705 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.705 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-21T12:19:40.706 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-21T12:19:40.706 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.706 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-21T12:19:40.706 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.706 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-21T12:19:40.707 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-21T12:19:40.707 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.707 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.707 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.707 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-21T12:19:40.708 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.708 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.708 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:19:40.708 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-21T12:19:40.708 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:19:40.709 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:19:40.891 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2023-10-21T12:19:41.238 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:19:42.160 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:54 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:19:43.534 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:19:43.534 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-10-21T12:19:43.535 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:19:43.535 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-10-21T12:19:43.535 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:19:43.535 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:18.0.0-6820.gf0804064.el8 ceph 49 M 2023-10-21T12:19:43.535 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:19:43.536 INFO:teuthology.orchestra.run.smithi177.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-21T12:19:43.536 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:18.0.0-6820.gf0804064.el8 ceph 184 k 2023-10-21T12:19:43.536 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-21T12:19:43.536 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-10-21T12:19:43.536 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-21T12:19:43.537 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:19:43.537 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:19:43.537 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-10-21T12:19:43.537 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2023-10-21T12:19:43.537 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:19:43.538 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2023-10-21T12:19:43.538 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 222 M 2023-10-21T12:19:43.538 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:19:43.570 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-10-21T12:19:43.637 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-10-21T12:19:43.679 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-10-21T12:19:43.721 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-10-21T12:19:43.855 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): libcephsqlite-18.0.0-6820.gf0804064.el8. 579 kB/s | 184 kB 00:00 2023-10-21T12:20:12.806 INFO:teuthology.orchestra.run.smithi139.stdout:(6/6): ceph-test-18.0.0-6820.gf0804064.el8.x86_ 757 kB/s | 49 MB 01:06 2023-10-21T12:20:12.808 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:20:12.808 INFO:teuthology.orchestra.run.smithi139.stdout:Total 772 kB/s | 50 MB 01:06 2023-10-21T12:20:12.842 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:20:12.863 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:20:12.864 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:20:13.127 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:20:13.131 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:20:13.577 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:20:13.746 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:20:13.833 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:20:14.041 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-21T12:20:14.237 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-21T12:20:14.387 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-21T12:20:14.553 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:20:19.296 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:20:19.567 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:20:19.793 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:20:19.793 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 1/6 2023-10-21T12:20:19.793 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2/6 2023-10-21T12:20:19.794 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-21T12:20:19.794 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-21T12:20:19.794 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-21T12:20:20.919 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-21T12:20:20.920 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:03:12 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:20:23.678 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:20:23.861 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:20:23.862 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:20:23.862 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:20:23.862 INFO:teuthology.orchestra.run.smithi139.stdout: jq-1.6-3.el8.x86_64 2023-10-21T12:20:23.862 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:20:23.863 INFO:teuthology.orchestra.run.smithi139.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-21T12:20:23.863 INFO:teuthology.orchestra.run.smithi139.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-21T12:20:23.863 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-21T12:20:23.863 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:20:23.863 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:20:24.036 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph 2023-10-21T12:20:24.374 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:20:25.215 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:03:17 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:20:26.674 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:20:26.677 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================= 2023-10-21T12:20:26.677 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:20:26.677 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================= 2023-10-21T12:20:26.677 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:20:26.678 INFO:teuthology.orchestra.run.smithi139.stdout: ceph x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.4 k 2023-10-21T12:20:26.678 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:20:26.678 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds x86_64 2:18.0.0-6820.gf0804064.el8 ceph 2.3 M 2023-10-21T12:20:26.678 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr x86_64 2:18.0.0-6820.gf0804064.el8 ceph 1.6 M 2023-10-21T12:20:26.678 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 242 k 2023-10-21T12:20:26.679 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon x86_64 2:18.0.0-6820.gf0804064.el8 ceph 4.6 M 2023-10-21T12:20:26.679 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 18 M 2023-10-21T12:20:26.679 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-21T12:20:26.679 INFO:teuthology.orchestra.run.smithi139.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-21T12:20:26.679 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-21T12:20:26.680 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-21T12:20:26.680 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-21T12:20:26.680 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-21T12:20:26.680 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-21T12:20:26.680 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-21T12:20:26.681 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-21T12:20:26.681 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-21T12:20:26.681 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-21T12:20:26.681 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-21T12:20:26.681 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-21T12:20:26.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-21T12:20:26.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-21T12:20:26.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-21T12:20:26.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-21T12:20:26.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-21T12:20:26.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-21T12:20:26.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-21T12:20:26.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-21T12:20:26.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-21T12:20:26.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:20:26.684 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================= 2023-10-21T12:20:26.685 INFO:teuthology.orchestra.run.smithi139.stdout:Install 32 Packages 2023-10-21T12:20:26.685 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:20:26.686 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 30 M 2023-10-21T12:20:26.686 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 121 M 2023-10-21T12:20:26.686 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:20:27.253 INFO:teuthology.orchestra.run.smithi139.stdout:(1/32): ceph-mds-18.0.0-6820.gf0804064.el8.x86_ 4.6 MB/s | 2.3 MB 00:00 2023-10-21T12:20:27.505 INFO:teuthology.orchestra.run.smithi139.stdout:(2/32): ceph-mon-18.0.0-6820.gf0804064.el8.x86_ 18 MB/s | 4.6 MB 00:00 2023-10-21T12:20:28.322 INFO:teuthology.orchestra.run.smithi139.stdout:(3/32): ceph-osd-18.0.0-6820.gf0804064.el8.x86_ 22 MB/s | 18 MB 00:00 2023-10-21T12:20:28.421 INFO:teuthology.orchestra.run.smithi139.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6820.gf080 2.4 MB/s | 242 kB 00:00 2023-10-21T12:20:29.064 INFO:teuthology.orchestra.run.smithi139.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 68 kB/s | 44 kB 00:00 2023-10-21T12:20:29.156 INFO:teuthology.orchestra.run.smithi139.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.0 MB/s | 185 kB 00:00 2023-10-21T12:20:29.264 INFO:teuthology.orchestra.run.smithi139.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.6 MB/s | 173 kB 00:00 2023-10-21T12:20:29.431 INFO:teuthology.orchestra.run.smithi139.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 2.3 MB/s | 384 kB 00:00 2023-10-21T12:20:29.473 INFO:teuthology.orchestra.run.smithi139.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 268 kB/s | 11 kB 00:00 2023-10-21T12:20:29.515 INFO:teuthology.orchestra.run.smithi139.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 422 kB/s | 18 kB 00:00 2023-10-21T12:20:29.549 INFO:teuthology.orchestra.run.smithi139.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 1.4 MB/s | 49 kB 00:00 2023-10-21T12:20:29.616 INFO:teuthology.orchestra.run.smithi139.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 881 kB/s | 59 kB 00:00 2023-10-21T12:20:29.741 INFO:teuthology.orchestra.run.smithi139.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.2 MB/s | 283 kB 00:00 2023-10-21T12:20:29.774 INFO:teuthology.orchestra.run.smithi139.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 467 kB/s | 16 kB 00:00 2023-10-21T12:20:29.808 INFO:teuthology.orchestra.run.smithi139.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 558 kB/s | 19 kB 00:00 2023-10-21T12:20:29.842 INFO:teuthology.orchestra.run.smithi139.stdout:(16/32): python3-singledispatch-3.4.0.3-18.el8. 719 kB/s | 24 kB 00:00 2023-10-21T12:20:29.909 INFO:teuthology.orchestra.run.smithi139.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 439 kB/s | 29 kB 00:00 2023-10-21T12:20:29.942 INFO:teuthology.orchestra.run.smithi139.stdout:(18/32): python3-trustme-0.6.0-4.el8.noarch.rpm 827 kB/s | 27 kB 00:00 2023-10-21T12:20:30.053 INFO:teuthology.orchestra.run.smithi139.stdout:(19/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.3 MB/s | 255 kB 00:00 2023-10-21T12:20:30.193 INFO:teuthology.orchestra.run.smithi139.stdout:(20/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-10-21T12:20:30.251 INFO:teuthology.orchestra.run.smithi139.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2023-10-21T12:20:30.294 INFO:teuthology.orchestra.run.smithi139.stdout:(22/32): python3-zc-lockfile-2.0-2.el8.noarch.r 550 kB/s | 23 kB 00:00 2023-10-21T12:20:30.361 INFO:teuthology.orchestra.run.smithi139.stdout:(23/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-10-21T12:20:30.411 INFO:teuthology.orchestra.run.smithi139.stdout:(24/32): python3-cryptography-3.2.1-5.el8.x86_6 11 MB/s | 559 kB 00:00 2023-10-21T12:20:30.486 INFO:teuthology.orchestra.run.smithi139.stdout:(25/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 3.1 MB/s | 238 kB 00:00 2023-10-21T12:20:30.528 INFO:teuthology.orchestra.run.smithi139.stdout:(26/32): python3-pytz-2017.2-9.el8.noarch.rpm 1.3 MB/s | 54 kB 00:00 2023-10-21T12:20:30.570 INFO:teuthology.orchestra.run.smithi139.stdout:(27/32): python3-markupsafe-0.23-19.el8.x86_64. 930 kB/s | 39 kB 00:00 2023-10-21T12:20:30.612 INFO:teuthology.orchestra.run.smithi139.stdout:(28/32): python3-mako-1.0.6-13.el8.noarch.rpm 3.7 MB/s | 157 kB 00:00 2023-10-21T12:20:30.654 INFO:teuthology.orchestra.run.smithi139.stdout:(29/32): python3-werkzeug-0.12.2-4.el8.noarch.r 11 MB/s | 457 kB 00:00 2023-10-21T12:20:30.695 INFO:teuthology.orchestra.run.smithi139.stdout:(30/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.4 MB/s | 103 kB 00:00 2023-10-21T12:20:58.892 INFO:teuthology.orchestra.run.smithi139.stdout:(31/32): ceph-mgr-18.0.0-6820.gf0804064.el8.x86 52 kB/s | 1.6 MB 00:32 2023-10-21T12:21:15.140 INFO:teuthology.orchestra.run.smithi003.stdout:ceph source packages 5.2 B/s | 1.5 kB 04:52 2023-10-21T12:21:15.282 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-10-21T12:21:17.133 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-10-21T12:21:20.791 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 395 kB/s | 24 kB 00:00 2023-10-21T12:21:21.785 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 52 MB/s | 47 MB 00:00 2023-10-21T12:21:30.127 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 MB/s | 53 MB 00:00 2023-10-21T12:21:42.002 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:21:42.004 INFO:teuthology.orchestra.run.smithi003.stdout:==================================================================================================== 2023-10-21T12:21:42.005 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:21:42.005 INFO:teuthology.orchestra.run.smithi003.stdout:==================================================================================================== 2023-10-21T12:21:42.005 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:21:42.005 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-radosgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 14 M 2023-10-21T12:21:42.005 INFO:teuthology.orchestra.run.smithi003.stdout:Upgrading: 2023-10-21T12:21:42.006 INFO:teuthology.orchestra.run.smithi003.stdout: librados2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:21:42.006 INFO:teuthology.orchestra.run.smithi003.stdout: librbd1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.7 M 2023-10-21T12:21:42.006 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:21:42.006 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base x86_64 2:18.0.0-6820.gf0804064.el8 ceph 5.4 M 2023-10-21T12:21:42.006 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 23 M 2023-10-21T12:21:42.007 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-selinux x86_64 2:18.0.0-6820.gf0804064.el8 ceph 24 k 2023-10-21T12:21:42.007 INFO:teuthology.orchestra.run.smithi003.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-21T12:21:42.007 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 840 k 2023-10-21T12:21:42.007 INFO:teuthology.orchestra.run.smithi003.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-21T12:21:42.008 INFO:teuthology.orchestra.run.smithi003.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-21T12:21:42.008 INFO:teuthology.orchestra.run.smithi003.stdout: libradosstriper1 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 518 k 2023-10-21T12:21:42.008 INFO:teuthology.orchestra.run.smithi003.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-21T12:21:42.008 INFO:teuthology.orchestra.run.smithi003.stdout: librgw2 x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.9 M 2023-10-21T12:21:42.008 INFO:teuthology.orchestra.run.smithi003.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-21T12:21:42.009 INFO:teuthology.orchestra.run.smithi003.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-21T12:21:42.009 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-argparse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 45 k 2023-10-21T12:21:42.009 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common x86_64 2:18.0.0-6820.gf0804064.el8 ceph 126 k 2023-10-21T12:21:42.009 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cephfs x86_64 2:18.0.0-6820.gf0804064.el8 ceph 196 k 2023-10-21T12:21:42.009 INFO:teuthology.orchestra.run.smithi003.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-21T12:21:42.010 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rados x86_64 2:18.0.0-6820.gf0804064.el8 ceph 371 k 2023-10-21T12:21:42.010 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 364 k 2023-10-21T12:21:42.010 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rgw x86_64 2:18.0.0-6820.gf0804064.el8 ceph 107 k 2023-10-21T12:21:42.010 INFO:teuthology.orchestra.run.smithi003.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-21T12:21:42.010 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:21:42.011 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:21:42.011 INFO:teuthology.orchestra.run.smithi003.stdout:==================================================================================================== 2023-10-21T12:21:42.011 INFO:teuthology.orchestra.run.smithi003.stdout:Install 21 Packages 2023-10-21T12:21:42.011 INFO:teuthology.orchestra.run.smithi003.stdout:Upgrade 2 Packages 2023-10-21T12:21:42.011 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:21:42.012 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 62 M 2023-10-21T12:21:42.012 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:21:43.410 INFO:teuthology.orchestra.run.smithi003.stdout:(1/23): ceph-common-18.0.0-6820.gf0804064.el8.x 17 MB/s | 23 MB 00:01 2023-10-21T12:21:43.477 INFO:teuthology.orchestra.run.smithi003.stdout:(2/23): ceph-selinux-18.0.0-6820.gf0804064.el8. 366 kB/s | 24 kB 00:00 2023-10-21T12:21:43.561 INFO:teuthology.orchestra.run.smithi003.stdout:(3/23): libcephfs2-18.0.0-6820.gf0804064.el8.x8 9.9 MB/s | 840 kB 00:00 2023-10-21T12:21:43.627 INFO:teuthology.orchestra.run.smithi003.stdout:(4/23): libradosstriper1-18.0.0-6820.gf0804064. 7.6 MB/s | 518 kB 00:00 2023-10-21T12:21:43.986 INFO:teuthology.orchestra.run.smithi003.stdout:(5/23): librgw2-18.0.0-6820.gf0804064.el8.x86_6 19 MB/s | 6.9 MB 00:00 2023-10-21T12:21:44.045 INFO:teuthology.orchestra.run.smithi003.stdout:(6/23): python3-ceph-argparse-18.0.0-6820.gf080 768 kB/s | 45 kB 00:00 2023-10-21T12:21:44.103 INFO:teuthology.orchestra.run.smithi003.stdout:(7/23): python3-ceph-common-18.0.0-6820.gf08040 2.1 MB/s | 126 kB 00:00 2023-10-21T12:21:44.170 INFO:teuthology.orchestra.run.smithi003.stdout:(8/23): python3-cephfs-18.0.0-6820.gf0804064.el 2.9 MB/s | 196 kB 00:00 2023-10-21T12:21:44.267 INFO:teuthology.orchestra.run.smithi003.stdout:(9/23): python3-rados-18.0.0-6820.gf0804064.el8 3.7 MB/s | 371 kB 00:00 2023-10-21T12:21:44.337 INFO:teuthology.orchestra.run.smithi003.stdout:(10/23): python3-rbd-18.0.0-6820.gf0804064.el8. 5.1 MB/s | 364 kB 00:00 2023-10-21T12:21:44.396 INFO:teuthology.orchestra.run.smithi003.stdout:(11/23): python3-rgw-18.0.0-6820.gf0804064.el8. 1.8 MB/s | 107 kB 00:00 2023-10-21T12:21:45.113 INFO:teuthology.orchestra.run.smithi003.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 427 kB/s | 306 kB 00:00 2023-10-21T12:21:45.171 INFO:teuthology.orchestra.run.smithi003.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-10-21T12:21:45.222 INFO:teuthology.orchestra.run.smithi003.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-10-21T12:21:45.347 INFO:teuthology.orchestra.run.smithi003.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 14 MB/s | 1.7 MB 00:00 2023-10-21T12:21:45.414 INFO:teuthology.orchestra.run.smithi003.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-10-21T12:21:45.448 INFO:teuthology.orchestra.run.smithi003.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-10-21T12:21:45.515 INFO:teuthology.orchestra.run.smithi003.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-10-21T12:21:45.573 INFO:teuthology.orchestra.run.smithi003.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 800 kB/s | 47 kB 00:00 2023-10-21T12:21:45.924 INFO:teuthology.orchestra.run.smithi003.stdout:(20/23): librados2-18.0.0-6820.gf0804064.el8.x8 11 MB/s | 3.7 MB 00:00 2023-10-21T12:21:46.141 INFO:teuthology.orchestra.run.smithi003.stdout:(21/23): librbd1-18.0.0-6820.gf0804064.el8.x86_ 17 MB/s | 3.7 MB 00:00 2023-10-21T12:21:55.452 INFO:teuthology.orchestra.run.smithi177.stdout:[MIRROR] ceph-test-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/ceph-test-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:21:57.991 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): ceph-test-18.0.0-6820.gf0804064.el8.x86_ 373 kB/s | 49 MB 02:14 2023-10-21T12:21:57.992 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:21:57.993 INFO:teuthology.orchestra.run.smithi177.stdout:Total 380 kB/s | 50 MB 02:14 2023-10-21T12:21:58.026 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:21:58.047 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:21:58.048 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:21:58.310 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:21:58.314 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:21:58.770 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:21:58.907 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:21:58.994 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:21:59.169 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-21T12:21:59.324 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-21T12:21:59.456 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-21T12:21:59.607 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:22:04.336 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:22:04.579 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:22:04.785 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:22:04.786 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 1/6 2023-10-21T12:22:04.786 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2/6 2023-10-21T12:22:04.786 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-21T12:22:04.786 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-21T12:22:04.787 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-21T12:22:05.928 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-21T12:22:05.928 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:03:17 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:22:08.409 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:22:08.592 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:22:08.593 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:22:08.593 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:22:08.593 INFO:teuthology.orchestra.run.smithi177.stdout: jq-1.6-3.el8.x86_64 2023-10-21T12:22:08.593 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:22:08.594 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-21T12:22:08.594 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-21T12:22:08.594 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-21T12:22:08.594 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:22:08.594 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:22:08.739 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2023-10-21T12:22:09.076 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:22:09.919 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:03:21 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:22:11.366 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:22:11.369 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================= 2023-10-21T12:22:11.369 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:22:11.369 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================= 2023-10-21T12:22:11.369 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:22:11.370 INFO:teuthology.orchestra.run.smithi177.stdout: ceph x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.4 k 2023-10-21T12:22:11.370 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:22:11.370 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds x86_64 2:18.0.0-6820.gf0804064.el8 ceph 2.3 M 2023-10-21T12:22:11.370 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr x86_64 2:18.0.0-6820.gf0804064.el8 ceph 1.6 M 2023-10-21T12:22:11.371 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 242 k 2023-10-21T12:22:11.371 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon x86_64 2:18.0.0-6820.gf0804064.el8 ceph 4.6 M 2023-10-21T12:22:11.371 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 18 M 2023-10-21T12:22:11.371 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-21T12:22:11.371 INFO:teuthology.orchestra.run.smithi177.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-21T12:22:11.372 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-21T12:22:11.372 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-21T12:22:11.372 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-21T12:22:11.372 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-21T12:22:11.372 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-21T12:22:11.373 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-21T12:22:11.373 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-21T12:22:11.373 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-21T12:22:11.373 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-21T12:22:11.373 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-21T12:22:11.374 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-21T12:22:11.374 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-21T12:22:11.374 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-21T12:22:11.374 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-21T12:22:11.374 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-21T12:22:11.375 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-21T12:22:11.376 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-21T12:22:11.376 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-21T12:22:11.376 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-21T12:22:11.376 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:22:11.376 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:22:11.377 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================= 2023-10-21T12:22:11.377 INFO:teuthology.orchestra.run.smithi177.stdout:Install 32 Packages 2023-10-21T12:22:11.377 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:22:11.378 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 30 M 2023-10-21T12:22:11.378 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 121 M 2023-10-21T12:22:11.378 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:22:11.992 INFO:teuthology.orchestra.run.smithi177.stdout:(1/32): ceph-mgr-18.0.0-6820.gf0804064.el8.x86_ 3.6 MB/s | 1.6 MB 00:00 2023-10-21T12:22:12.251 INFO:teuthology.orchestra.run.smithi177.stdout:(2/32): ceph-mon-18.0.0-6820.gf0804064.el8.x86_ 18 MB/s | 4.6 MB 00:00 2023-10-21T12:22:13.093 INFO:teuthology.orchestra.run.smithi177.stdout:(3/32): ceph-osd-18.0.0-6820.gf0804064.el8.x86_ 21 MB/s | 18 MB 00:00 2023-10-21T12:22:13.160 INFO:teuthology.orchestra.run.smithi177.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6820.gf080 3.6 MB/s | 242 kB 00:00 2023-10-21T12:22:13.318 INFO:teuthology.orchestra.run.smithi177.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 275 kB/s | 44 kB 00:00 2023-10-21T12:22:13.418 INFO:teuthology.orchestra.run.smithi177.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.8 MB/s | 185 kB 00:00 2023-10-21T12:22:13.477 INFO:teuthology.orchestra.run.smithi177.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.9 MB/s | 173 kB 00:00 2023-10-21T12:22:13.553 INFO:teuthology.orchestra.run.smithi177.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 5.0 MB/s | 384 kB 00:00 2023-10-21T12:22:13.645 INFO:teuthology.orchestra.run.smithi177.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 121 kB/s | 11 kB 00:00 2023-10-21T12:22:13.703 INFO:teuthology.orchestra.run.smithi177.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 301 kB/s | 18 kB 00:00 2023-10-21T12:22:13.745 INFO:teuthology.orchestra.run.smithi177.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 1.1 MB/s | 49 kB 00:00 2023-10-21T12:22:13.812 INFO:teuthology.orchestra.run.smithi177.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 878 kB/s | 59 kB 00:00 2023-10-21T12:22:13.879 INFO:teuthology.orchestra.run.smithi177.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 4.2 MB/s | 283 kB 00:00 2023-10-21T12:22:13.938 INFO:teuthology.orchestra.run.smithi177.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 267 kB/s | 16 kB 00:00 2023-10-21T12:22:14.005 INFO:teuthology.orchestra.run.smithi177.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 281 kB/s | 19 kB 00:00 2023-10-21T12:22:14.247 INFO:teuthology.orchestra.run.smithi177.stdout:(16/32): python3-singledispatch-3.4.0.3-18.el8. 99 kB/s | 24 kB 00:00 2023-10-21T12:22:14.289 INFO:teuthology.orchestra.run.smithi177.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 703 kB/s | 29 kB 00:00 2023-10-21T12:22:14.330 INFO:teuthology.orchestra.run.smithi177.stdout:(18/32): python3-trustme-0.6.0-4.el8.noarch.rpm 660 kB/s | 27 kB 00:00 2023-10-21T12:22:14.397 INFO:teuthology.orchestra.run.smithi177.stdout:(19/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.7 MB/s | 255 kB 00:00 2023-10-21T12:22:14.474 INFO:teuthology.orchestra.run.smithi177.stdout:(20/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 3.3 MB/s | 251 kB 00:00 2023-10-21T12:22:14.515 INFO:teuthology.orchestra.run.smithi177.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 2.0 MB/s | 85 kB 00:00 2023-10-21T12:22:14.581 INFO:teuthology.orchestra.run.smithi177.stdout:(22/32): python3-zc-lockfile-2.0-2.el8.noarch.r 344 kB/s | 23 kB 00:00 2023-10-21T12:22:14.649 INFO:teuthology.orchestra.run.smithi177.stdout:(23/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-10-21T12:22:14.671 INFO:teuthology.orchestra.run.smithi003.stdout:(22/23): ceph-radosgw-18.0.0-6820.gf0804064.el8 437 kB/s | 14 MB 00:32 2023-10-21T12:22:14.707 INFO:teuthology.orchestra.run.smithi177.stdout:(24/32): python3-cryptography-3.2.1-5.el8.x86_6 9.4 MB/s | 559 kB 00:00 2023-10-21T12:22:14.749 INFO:teuthology.orchestra.run.smithi177.stdout:(25/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 5.6 MB/s | 238 kB 00:00 2023-10-21T12:22:14.791 INFO:teuthology.orchestra.run.smithi177.stdout:(26/32): python3-pytz-2017.2-9.el8.noarch.rpm 1.3 MB/s | 54 kB 00:00 2023-10-21T12:22:14.833 INFO:teuthology.orchestra.run.smithi177.stdout:(27/32): python3-markupsafe-0.23-19.el8.x86_64. 928 kB/s | 39 kB 00:00 2023-10-21T12:22:14.900 INFO:teuthology.orchestra.run.smithi177.stdout:(28/32): python3-mako-1.0.6-13.el8.noarch.rpm 2.3 MB/s | 157 kB 00:00 2023-10-21T12:22:14.942 INFO:teuthology.orchestra.run.smithi177.stdout:(29/32): python3-werkzeug-0.12.2-4.el8.noarch.r 11 MB/s | 457 kB 00:00 2023-10-21T12:22:14.975 INFO:teuthology.orchestra.run.smithi177.stdout:(30/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 3.0 MB/s | 103 kB 00:00 2023-10-21T12:22:37.924 INFO:teuthology.orchestra.run.smithi139.stdout:[MIRROR] ceph-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/ceph-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:22:43.664 INFO:teuthology.orchestra.run.smithi177.stdout:(31/32): ceph-18.0.0-6820.gf0804064.el8.x86_64. 204 B/s | 6.4 kB 00:32 2023-10-21T12:22:43.964 INFO:teuthology.orchestra.run.smithi177.stdout:(32/32): ceph-mds-18.0.0-6820.gf0804064.el8.x86 73 kB/s | 2.3 MB 00:32 2023-10-21T12:22:43.967 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:22:43.967 INFO:teuthology.orchestra.run.smithi177.stdout:Total 952 kB/s | 30 MB 00:32 2023-10-21T12:22:44.059 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:22:44.096 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:22:44.096 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:22:44.307 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:22:44.311 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:22:45.401 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:22:45.621 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-21T12:22:45.891 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-21T12:22:46.136 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-10-21T12:22:46.358 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-10-21T12:22:46.563 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-10-21T12:22:46.625 INFO:teuthology.orchestra.run.smithi003.stdout:(23/23): ceph-base-18.0.0-6820.gf0804064.el8.x8 86 kB/s | 5.4 MB 01:04 2023-10-21T12:22:46.628 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:22:46.628 INFO:teuthology.orchestra.run.smithi003.stdout:Total 977 kB/s | 62 MB 01:04 2023-10-21T12:22:46.678 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:22:46.728 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:22:46.728 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:22:46.751 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-10-21T12:22:46.975 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-10-21T12:22:47.095 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:22:47.099 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:22:47.326 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-10-21T12:22:47.576 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-10-21T12:22:47.739 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-10-21T12:22:47.937 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-10-21T12:22:48.173 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-10-21T12:22:48.351 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:22:48.432 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-21T12:22:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-21T12:22:48.706 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-21T12:22:48.794 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-21T12:22:48.892 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:22:48.965 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-21T12:22:49.126 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-21T12:22:49.253 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-21T12:22:49.324 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-21T12:22:49.481 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-21T12:22:49.567 INFO:teuthology.orchestra.run.smithi003.stdout: Upgrading : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:22:49.651 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:22:49.693 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-21T12:22:49.823 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:22:49.879 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-21T12:22:50.108 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-21T12:22:50.150 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-21T12:22:50.333 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:22:50.395 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-21T12:22:50.606 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-21T12:22:50.786 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 6/25 2023-10-21T12:22:50.891 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-21T12:22:51.017 INFO:teuthology.orchestra.run.smithi003.stdout: Upgrading : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:22:51.065 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:22:51.193 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-21T12:22:51.309 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-10-21T12:22:51.508 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-21T12:22:51.533 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 27/32 2023-10-21T12:22:51.595 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-21T12:22:51.715 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:22:51.738 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 10/25 2023-10-21T12:22:51.913 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:22:52.133 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:22:52.283 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:22:52.341 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 13/25 2023-10-21T12:22:52.518 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-21T12:22:52.719 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-21T12:22:53.307 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:22:53.565 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:22:53.612 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-21T12:22:53.791 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:22:53.866 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 17/25 2023-10-21T12:22:54.026 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:22:54.129 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 18/25 2023-10-21T12:22:54.181 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:22:54.308 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 19/25 2023-10-21T12:22:54.398 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:22:54.573 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:22:54.591 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:22:54.770 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:22:55.100 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:22:55.100 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 1/32 2023-10-21T12:22:55.100 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2/32 2023-10-21T12:22:55.101 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 3/32 2023-10-21T12:22:55.101 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 4/32 2023-10-21T12:22:55.101 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 5/32 2023-10-21T12:22:55.101 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 6/32 2023-10-21T12:22:55.102 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-21T12:22:55.102 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-21T12:22:55.102 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-21T12:22:55.102 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-21T12:22:55.103 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-21T12:22:55.103 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-21T12:22:55.103 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-21T12:22:55.103 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-21T12:22:55.103 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-21T12:22:55.104 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-21T12:22:55.104 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-21T12:22:55.104 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-21T12:22:55.104 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-21T12:22:55.105 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-21T12:22:55.105 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-21T12:22:55.105 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-21T12:22:55.105 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-21T12:22:55.105 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-21T12:22:55.106 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-10-21T12:22:55.106 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-10-21T12:22:55.106 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-10-21T12:22:55.106 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-10-21T12:22:55.106 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-10-21T12:22:55.107 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-10-21T12:22:55.107 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-10-21T12:22:56.674 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-10-21T12:22:56.674 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:04:08 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:22:58.293 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:22:58.524 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:22:59.162 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 20/25 2023-10-21T12:22:59.466 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:22:59.540 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 21/25 2023-10-21T12:22:59.673 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:23:00.580 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:23:00.768 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:00.768 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:23:00.768 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:00.769 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:00.769 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:00.769 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:23:00.769 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:00.769 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:00.770 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-21T12:23:00.770 INFO:teuthology.orchestra.run.smithi177.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-21T12:23:00.770 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-21T12:23:00.770 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-21T12:23:00.770 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-21T12:23:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-21T12:23:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-21T12:23:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-21T12:23:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-21T12:23:00.771 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-21T12:23:00.772 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-21T12:23:00.772 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-21T12:23:00.772 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-21T12:23:00.772 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend-2.6-1.el8.noarch 2023-10-21T12:23:00.772 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-21T12:23:00.773 INFO:teuthology.orchestra.run.smithi177.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-21T12:23:00.774 INFO:teuthology.orchestra.run.smithi177.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-21T12:23:00.774 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-21T12:23:00.774 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-21T12:23:00.774 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-21T12:23:00.774 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-21T12:23:00.775 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:00.775 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:23:00.924 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-base 2023-10-21T12:23:01.272 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:23:02.121 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:04:14 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:23:03.401 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:23:03.514 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:23:03.515 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:23:03.515 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:23:03.641 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install cephadm 2023-10-21T12:23:03.985 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:23:05.532 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:04:17 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:23:06.992 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:23:06.993 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:06.994 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:23:06.994 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:06.994 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:23:06.994 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 191 k 2023-10-21T12:23:06.995 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:06.995 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:23:06.995 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:06.995 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:23:06.995 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:06.996 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 191 k 2023-10-21T12:23:06.996 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 780 k 2023-10-21T12:23:06.996 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:23:19.389 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:23:19.389 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /sys 2023-10-21T12:23:19.389 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /proc 2023-10-21T12:23:19.390 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /dev 2023-10-21T12:23:19.390 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /run 2023-10-21T12:23:19.390 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /mnt 2023-10-21T12:23:19.390 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /var/tmp 2023-10-21T12:23:19.391 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /home 2023-10-21T12:23:19.391 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /tmp 2023-10-21T12:23:19.391 INFO:teuthology.orchestra.run.smithi003.stdout:skipping the directory /dev 2023-10-21T12:23:19.391 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:20.914 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:23:20.935 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 23/25 2023-10-21T12:23:20.935 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:23:21.173 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-21T12:23:21.173 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:23:21.815 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:23:21.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 1/25 2023-10-21T12:23:21.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2/25 2023-10-21T12:23:21.816 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 3/25 2023-10-21T12:23:21.816 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 4/25 2023-10-21T12:23:21.816 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 5/25 2023-10-21T12:23:21.816 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_6 6/25 2023-10-21T12:23:21.817 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 7/25 2023-10-21T12:23:21.817 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8. 8/25 2023-10-21T12:23:21.817 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x8 9/25 2023-10-21T12:23:21.817 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 10/25 2023-10-21T12:23:21.818 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 11/25 2023-10-21T12:23:21.818 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 12/25 2023-10-21T12:23:21.818 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 13/25 2023-10-21T12:23:21.818 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-21T12:23:21.819 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-21T12:23:21.819 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-21T12:23:21.819 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-21T12:23:21.819 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-10-21T12:23:21.820 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-10-21T12:23:21.820 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-10-21T12:23:21.820 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-10-21T12:23:21.820 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados2-2:18.0.0-6820.gf0804064.el8.x86_64 22/25 2023-10-21T12:23:21.820 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-21T12:23:21.821 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 24/25 2023-10-21T12:23:23.275 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-21T12:23:23.276 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:54 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:23:26.174 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:23:26.379 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:26.379 INFO:teuthology.orchestra.run.smithi003.stdout:Upgraded: 2023-10-21T12:23:26.380 INFO:teuthology.orchestra.run.smithi003.stdout: librados2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.380 INFO:teuthology.orchestra.run.smithi003.stdout: librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.380 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:23:26.380 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.380 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.381 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-radosgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.381 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-selinux-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.381 INFO:teuthology.orchestra.run.smithi003.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-21T12:23:26.381 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.381 INFO:teuthology.orchestra.run.smithi003.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-21T12:23:26.382 INFO:teuthology.orchestra.run.smithi003.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-21T12:23:26.382 INFO:teuthology.orchestra.run.smithi003.stdout: libradosstriper1-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.382 INFO:teuthology.orchestra.run.smithi003.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-21T12:23:26.382 INFO:teuthology.orchestra.run.smithi003.stdout: librgw2-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.383 INFO:teuthology.orchestra.run.smithi003.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-21T12:23:26.383 INFO:teuthology.orchestra.run.smithi003.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-21T12:23:26.383 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-argparse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.383 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.384 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.384 INFO:teuthology.orchestra.run.smithi003.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-21T12:23:26.385 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.385 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.385 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:26.386 INFO:teuthology.orchestra.run.smithi003.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-21T12:23:26.386 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:26.387 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:23:26.562 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-test 2023-10-21T12:23:26.932 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:23:27.909 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:58 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:23:29.450 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:23:29.451 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2023-10-21T12:23:29.451 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:23:29.451 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2023-10-21T12:23:29.452 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:23:29.452 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-test x86_64 2:18.0.0-6820.gf0804064.el8 ceph 49 M 2023-10-21T12:23:29.452 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:23:29.452 INFO:teuthology.orchestra.run.smithi003.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-21T12:23:29.453 INFO:teuthology.orchestra.run.smithi003.stdout: libcephsqlite x86_64 2:18.0.0-6820.gf0804064.el8 ceph 184 k 2023-10-21T12:23:29.453 INFO:teuthology.orchestra.run.smithi003.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-21T12:23:29.453 INFO:teuthology.orchestra.run.smithi003.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-21T12:23:29.453 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-21T12:23:29.453 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:29.454 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:23:29.454 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================================ 2023-10-21T12:23:29.454 INFO:teuthology.orchestra.run.smithi003.stdout:Install 6 Packages 2023-10-21T12:23:29.454 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:29.455 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 50 M 2023-10-21T12:23:29.455 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 222 M 2023-10-21T12:23:29.455 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:23:29.491 INFO:teuthology.orchestra.run.smithi003.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-10-21T12:23:29.650 INFO:teuthology.orchestra.run.smithi003.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-10-21T12:23:29.750 INFO:teuthology.orchestra.run.smithi003.stdout:(3/6): libcephsqlite-18.0.0-6820.gf0804064.el8. 621 kB/s | 184 kB 00:00 2023-10-21T12:23:29.875 INFO:teuthology.orchestra.run.smithi003.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 833 kB/s | 187 kB 00:00 2023-10-21T12:23:29.909 INFO:teuthology.orchestra.run.smithi003.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-10-21T12:23:31.792 INFO:teuthology.orchestra.run.smithi003.stdout:(6/6): ceph-test-18.0.0-6820.gf0804064.el8.x86_ 21 MB/s | 49 MB 00:02 2023-10-21T12:23:31.795 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:23:31.795 INFO:teuthology.orchestra.run.smithi003.stdout:Total 21 MB/s | 50 MB 00:02 2023-10-21T12:23:31.833 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:23:31.856 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:23:31.857 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:23:32.135 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:23:32.139 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:23:32.629 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:23:32.793 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:23:32.886 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-21T12:23:33.066 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-21T12:23:33.253 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-21T12:23:33.377 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-21T12:23:33.576 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:23:38.610 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 5/6 2023-10-21T12:23:38.898 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:23:39.130 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 6/6 2023-10-21T12:23:39.131 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 1/6 2023-10-21T12:23:39.131 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2/6 2023-10-21T12:23:39.131 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-21T12:23:39.131 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-21T12:23:39.131 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-21T12:23:39.742 INFO:teuthology.orchestra.run.smithi177.stdout:cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm 5.8 kB/s | 191 kB 00:32 2023-10-21T12:23:39.743 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:23:39.743 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.8 kB/s | 191 kB 00:32 2023-10-21T12:23:39.744 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:23:39.753 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:23:39.754 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:23:39.756 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:23:39.760 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:23:39.806 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:23:40.239 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-21T12:23:40.239 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:02:11 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:23:41.515 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:23:41.683 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:23:41.851 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:23:42.308 INFO:teuthology.orchestra.run.smithi139.stdout:(32/32): ceph-18.0.0-6820.gf0804064.el8.x86_64. 34 B/s | 6.4 kB 03:15 2023-10-21T12:23:42.309 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:23:42.309 INFO:teuthology.orchestra.run.smithi139.stdout:Total 159 kB/s | 30 MB 03:15 2023-10-21T12:23:42.391 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:23:42.429 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:23:42.430 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:23:42.639 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:23:42.643 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:23:42.877 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:23:42.877 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:04:54 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:23:43.794 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:23:44.005 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-21T12:23:44.307 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-21T12:23:44.503 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-10-21T12:23:44.734 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-10-21T12:23:44.966 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-10-21T12:23:45.153 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-10-21T12:23:45.393 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-10-21T12:23:45.610 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:23:45.753 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-10-21T12:23:45.813 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:45.813 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:23:45.813 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-test-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:45.813 INFO:teuthology.orchestra.run.smithi003.stdout: jq-1.6-3.el8.x86_64 2023-10-21T12:23:45.814 INFO:teuthology.orchestra.run.smithi003.stdout: libcephsqlite-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:45.814 INFO:teuthology.orchestra.run.smithi003.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-21T12:23:45.814 INFO:teuthology.orchestra.run.smithi003.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-21T12:23:45.814 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-21T12:23:45.814 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:45.815 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:23:45.992 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph 2023-10-21T12:23:46.061 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-10-21T12:23:46.257 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-10-21T12:23:46.348 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:23:46.458 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-10-21T12:23:46.699 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-10-21T12:23:46.927 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-21T12:23:46.976 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:23:47.157 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-21T12:23:47.159 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:23:47.160 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:23:47.160 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:47.160 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:23:47.299 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-immutable-object-cache 2023-10-21T12:23:47.352 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:02:18 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:23:47.354 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-21T12:23:47.585 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-21T12:23:47.657 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:23:47.744 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-21T12:23:47.930 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-21T12:23:48.185 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-21T12:23:48.436 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-21T12:23:48.622 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-21T12:23:48.909 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:23:48.913 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================= 2023-10-21T12:23:48.913 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:23:48.914 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================= 2023-10-21T12:23:48.914 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:23:48.914 INFO:teuthology.orchestra.run.smithi003.stdout: ceph x86_64 2:18.0.0-6820.gf0804064.el8 ceph 6.4 k 2023-10-21T12:23:48.915 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:23:48.915 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mds x86_64 2:18.0.0-6820.gf0804064.el8 ceph 2.3 M 2023-10-21T12:23:48.915 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr x86_64 2:18.0.0-6820.gf0804064.el8 ceph 1.6 M 2023-10-21T12:23:48.916 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 242 k 2023-10-21T12:23:48.916 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mon x86_64 2:18.0.0-6820.gf0804064.el8 ceph 4.6 M 2023-10-21T12:23:48.916 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-osd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 18 M 2023-10-21T12:23:48.917 INFO:teuthology.orchestra.run.smithi003.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-21T12:23:48.917 INFO:teuthology.orchestra.run.smithi003.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-21T12:23:48.918 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-21T12:23:48.918 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-21T12:23:48.919 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-21T12:23:48.919 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-21T12:23:48.919 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-21T12:23:48.920 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-21T12:23:48.920 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-21T12:23:48.920 INFO:teuthology.orchestra.run.smithi003.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-21T12:23:48.920 INFO:teuthology.orchestra.run.smithi003.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-21T12:23:48.921 INFO:teuthology.orchestra.run.smithi003.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-21T12:23:48.921 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-21T12:23:48.921 INFO:teuthology.orchestra.run.smithi003.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-21T12:23:48.922 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-21T12:23:48.922 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-21T12:23:48.922 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-21T12:23:48.922 INFO:teuthology.orchestra.run.smithi003.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-21T12:23:48.922 INFO:teuthology.orchestra.run.smithi003.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-21T12:23:48.923 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-21T12:23:48.923 INFO:teuthology.orchestra.run.smithi003.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-21T12:23:48.923 INFO:teuthology.orchestra.run.smithi003.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-21T12:23:48.923 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-21T12:23:48.924 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-21T12:23:48.924 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-21T12:23:48.924 INFO:teuthology.orchestra.run.smithi003.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-21T12:23:48.924 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:48.924 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:23:48.925 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================= 2023-10-21T12:23:48.925 INFO:teuthology.orchestra.run.smithi003.stdout:Install 32 Packages 2023-10-21T12:23:48.925 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:23:48.926 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 30 M 2023-10-21T12:23:48.926 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 121 M 2023-10-21T12:23:48.927 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:23:48.952 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-21T12:23:49.212 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-21T12:23:49.212 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:05:01 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:23:49.442 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-21T12:23:49.781 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-21T12:23:50.148 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-21T12:23:50.504 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 27/32 2023-10-21T12:23:50.593 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:23:50.594 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:50.594 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2023-10-21T12:23:50.594 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:50.595 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:23:50.595 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6820.gf0804064.el8 ceph 167 k 2023-10-21T12:23:50.595 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:50.595 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:23:50.596 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:23:50.596 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:23:50.596 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:23:50.596 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 167 k 2023-10-21T12:23:50.596 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 512 k 2023-10-21T12:23:50.597 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:23:50.693 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:23:52.283 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:23:52.501 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:23:52.965 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:23:53.149 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:23:53.366 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:23:53.533 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:23:53.549 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:23:53.730 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:23:54.076 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:23:54.076 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 1/32 2023-10-21T12:23:54.077 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2/32 2023-10-21T12:23:54.077 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 3/32 2023-10-21T12:23:54.077 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 4/32 2023-10-21T12:23:54.077 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 5/32 2023-10-21T12:23:54.077 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 6/32 2023-10-21T12:23:54.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-21T12:23:54.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-21T12:23:54.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-21T12:23:54.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-21T12:23:54.078 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-21T12:23:54.079 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-21T12:23:54.079 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-21T12:23:54.079 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-21T12:23:54.079 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-21T12:23:54.079 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-21T12:23:54.080 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-10-21T12:23:54.081 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-10-21T12:23:54.082 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-10-21T12:23:54.082 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-10-21T12:23:54.082 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-10-21T12:23:55.718 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-10-21T12:23:55.719 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:06:47 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:23:58.494 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:23:58.680 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:23:58.681 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:23:58.681 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:58.681 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:58.681 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:58.682 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:23:58.682 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:58.682 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:23:58.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-21T12:23:58.682 INFO:teuthology.orchestra.run.smithi139.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-21T12:23:58.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-21T12:23:58.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-21T12:23:58.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-21T12:23:58.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-21T12:23:58.683 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-21T12:23:58.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-21T12:23:58.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-21T12:23:58.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-21T12:23:58.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-21T12:23:58.684 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-21T12:23:58.685 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-21T12:23:58.685 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend-2.6-1.el8.noarch 2023-10-21T12:23:58.685 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-21T12:23:58.685 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-21T12:23:58.685 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-21T12:23:58.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-21T12:23:58.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-21T12:23:58.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-21T12:23:58.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-21T12:23:58.686 INFO:teuthology.orchestra.run.smithi139.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-21T12:23:58.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-21T12:23:58.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-21T12:23:58.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-21T12:23:58.687 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-21T12:23:58.687 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:23:58.688 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:23:58.847 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-base 2023-10-21T12:23:59.195 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:00.031 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:06:52 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:01.319 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:24:01.428 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:24:01.429 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:24:01.429 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:24:01.533 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install cephadm 2023-10-21T12:24:01.878 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:02.736 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:06:54 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:04.119 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:24:04.120 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:04.121 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:24:04.121 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:04.121 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:24:04.121 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 191 k 2023-10-21T12:24:04.121 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:04.122 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:24:04.122 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:04.122 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:24:04.122 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:04.122 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 191 k 2023-10-21T12:24:04.123 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 780 k 2023-10-21T12:24:04.123 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:24:04.321 INFO:teuthology.orchestra.run.smithi139.stdout:cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm 956 kB/s | 191 kB 00:00 2023-10-21T12:24:04.322 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:24:04.322 INFO:teuthology.orchestra.run.smithi139.stdout:Total 950 kB/s | 191 kB 00:00 2023-10-21T12:24:04.322 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:24:04.330 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:24:04.330 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:24:04.332 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:24:04.336 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:24:04.381 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:24:06.086 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:24:06.295 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:24:06.461 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:24:07.533 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:24:07.534 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:06:59 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:10.309 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:24:10.493 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:10.493 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:24:10.493 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:24:10.494 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:10.494 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:24:10.630 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-immutable-object-cache 2023-10-21T12:24:10.990 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:11.779 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:07:03 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:13.158 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:24:13.159 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:13.160 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2023-10-21T12:24:13.160 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:13.160 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:24:13.160 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6820.gf0804064.el8 ceph 167 k 2023-10-21T12:24:13.161 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:13.161 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:24:13.161 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:24:13.161 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:24:13.161 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:13.162 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 167 k 2023-10-21T12:24:13.162 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 512 k 2023-10-21T12:24:13.162 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:24:13.359 INFO:teuthology.orchestra.run.smithi139.stdout:ceph-immutable-object-cache-18.0.0-6820.gf08040 843 kB/s | 167 kB 00:00 2023-10-21T12:24:13.359 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:24:13.360 INFO:teuthology.orchestra.run.smithi139.stdout:Total 839 kB/s | 167 kB 00:00 2023-10-21T12:24:13.360 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:24:13.370 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:24:13.371 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:24:13.422 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:24:13.426 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:24:13.569 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:24:13.737 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:14.112 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:15.168 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:15.169 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:07:07 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:17.465 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:24:17.653 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:17.654 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:24:17.654 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:24:17.654 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:17.654 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:24:17.813 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr 2023-10-21T12:24:18.161 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:18.985 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:07:10 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:20.263 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:24:20.380 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:24:20.381 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:24:20.382 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:24:20.508 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-dashboard 2023-10-21T12:24:20.855 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:21.514 INFO:teuthology.orchestra.run.smithi003.stdout:(1/32): ceph-18.0.0-6820.gf0804064.el8.x86_64.r 201 B/s | 6.4 kB 00:32 2023-10-21T12:24:21.664 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:07:13 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:24:22.730 INFO:teuthology.orchestra.run.smithi003.stdout:(2/32): ceph-mon-18.0.0-6820.gf0804064.el8.x86_ 3.8 MB/s | 4.6 MB 00:01 2023-10-21T12:24:23.053 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:24:23.054 INFO:teuthology.orchestra.run.smithi139.stdout:=================================================================================================== 2023-10-21T12:24:23.054 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:24:23.054 INFO:teuthology.orchestra.run.smithi139.stdout:=================================================================================================== 2023-10-21T12:24:23.054 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:24:23.055 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 1.8 M 2023-10-21T12:24:23.055 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:24:23.055 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 23 k 2023-10-21T12:24:23.055 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 15 k 2023-10-21T12:24:23.055 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:24:23.056 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-21T12:24:23.056 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-21T12:24:23.056 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:23.056 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:24:23.057 INFO:teuthology.orchestra.run.smithi139.stdout:=================================================================================================== 2023-10-21T12:24:23.057 INFO:teuthology.orchestra.run.smithi139.stdout:Install 6 Packages 2023-10-21T12:24:23.057 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:24:23.058 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 2.1 M 2023-10-21T12:24:23.058 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 8.6 M 2023-10-21T12:24:23.058 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:24:23.164 INFO:teuthology.orchestra.run.smithi003.stdout:(3/32): ceph-mds-18.0.0-6820.gf0804064.el8.x86_ 69 kB/s | 2.3 MB 00:34 2023-10-21T12:24:23.339 INFO:teuthology.orchestra.run.smithi003.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6820.gf080 1.4 MB/s | 242 kB 00:00 2023-10-21T12:24:23.376 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-immutable-object-cache-18.0.0-6820.gf08040 5.1 kB/s | 167 kB 00:32 2023-10-21T12:24:23.376 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:24:23.377 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.1 kB/s | 167 kB 00:32 2023-10-21T12:24:23.377 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:24:23.390 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:24:23.390 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:24:23.441 INFO:teuthology.orchestra.run.smithi003.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 437 kB/s | 44 kB 00:00 2023-10-21T12:24:23.446 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:24:23.450 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:24:23.514 INFO:teuthology.orchestra.run.smithi003.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.4 MB/s | 185 kB 00:00 2023-10-21T12:24:23.581 INFO:teuthology.orchestra.run.smithi003.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.5 MB/s | 173 kB 00:00 2023-10-21T12:24:23.585 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:24:23.640 INFO:teuthology.orchestra.run.smithi003.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 6.4 MB/s | 384 kB 00:00 2023-10-21T12:24:23.699 INFO:teuthology.orchestra.run.smithi003.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 190 kB/s | 11 kB 00:00 2023-10-21T12:24:23.731 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:23.740 INFO:teuthology.orchestra.run.smithi003.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 424 kB/s | 18 kB 00:00 2023-10-21T12:24:23.783 INFO:teuthology.orchestra.run.smithi003.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 1.1 MB/s | 49 kB 00:00 2023-10-21T12:24:23.825 INFO:teuthology.orchestra.run.smithi003.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 1.4 MB/s | 59 kB 00:00 2023-10-21T12:24:23.875 INFO:teuthology.orchestra.run.smithi003.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 5.5 MB/s | 283 kB 00:00 2023-10-21T12:24:23.917 INFO:teuthology.orchestra.run.smithi003.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 375 kB/s | 16 kB 00:00 2023-10-21T12:24:23.950 INFO:teuthology.orchestra.run.smithi003.stdout:(15/32): python3-simplegeneric-0.8.1-17.el8.noa 562 kB/s | 19 kB 00:00 2023-10-21T12:24:23.984 INFO:teuthology.orchestra.run.smithi003.stdout:(16/32): python3-singledispatch-3.4.0.3-18.el8. 717 kB/s | 24 kB 00:00 2023-10-21T12:24:24.018 INFO:teuthology.orchestra.run.smithi003.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 879 kB/s | 29 kB 00:00 2023-10-21T12:24:24.060 INFO:teuthology.orchestra.run.smithi003.stdout:(18/32): python3-trustme-0.6.0-4.el8.noarch.rpm 663 kB/s | 27 kB 00:00 2023-10-21T12:24:24.080 INFO:teuthology.orchestra.run.smithi139.stdout:(1/6): ceph-prometheus-alerts-18.0.0-6820.gf080 17 kB/s | 15 kB 00:00 2023-10-21T12:24:24.082 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:24.126 INFO:teuthology.orchestra.run.smithi003.stdout:(19/32): python3-waitress-1.4.3-1.el8.noarch.rp 3.7 MB/s | 255 kB 00:00 2023-10-21T12:24:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:(20/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-10-21T12:24:24.211 INFO:teuthology.orchestra.run.smithi003.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 2.5 MB/s | 85 kB 00:00 2023-10-21T12:24:24.239 INFO:teuthology.orchestra.run.smithi139.stdout:(2/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 212 kB/s | 34 kB 00:00 2023-10-21T12:24:24.244 INFO:teuthology.orchestra.run.smithi003.stdout:(22/32): python3-zc-lockfile-2.0-2.el8.noarch.r 691 kB/s | 23 kB 00:00 2023-10-21T12:24:24.295 INFO:teuthology.orchestra.run.smithi003.stdout:(23/32): python3-pytz-2017.2-9.el8.noarch.rpm 1.1 MB/s | 54 kB 00:00 2023-10-21T12:24:24.320 INFO:teuthology.orchestra.run.smithi003.stdout:(24/32): python3-markupsafe-0.23-19.el8.x86_64. 1.5 MB/s | 39 kB 00:00 2023-10-21T12:24:24.406 INFO:teuthology.orchestra.run.smithi139.stdout:(3/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.2 MB/s | 196 kB 00:00 2023-10-21T12:24:24.456 INFO:teuthology.orchestra.run.smithi139.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 853 kB/s | 43 kB 00:00 2023-10-21T12:24:24.462 INFO:teuthology.orchestra.run.smithi003.stdout:(25/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.1 MB/s | 157 kB 00:00 2023-10-21T12:24:24.537 INFO:teuthology.orchestra.run.smithi003.stdout:(26/32): python3-werkzeug-0.12.2-4.el8.noarch.r 6.0 MB/s | 457 kB 00:00 2023-10-21T12:24:24.579 INFO:teuthology.orchestra.run.smithi003.stdout:(27/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 2.4 MB/s | 103 kB 00:00 2023-10-21T12:24:24.613 INFO:teuthology.orchestra.run.smithi003.stdout:(28/32): python3-pycparser-2.14-14.el8.noarch.r 3.2 MB/s | 109 kB 00:00 2023-10-21T12:24:24.654 INFO:teuthology.orchestra.run.smithi003.stdout:(29/32): python3-cryptography-3.2.1-5.el8.x86_6 13 MB/s | 559 kB 00:00 2023-10-21T12:24:24.697 INFO:teuthology.orchestra.run.smithi003.stdout:(30/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 5.6 MB/s | 238 kB 00:00 2023-10-21T12:24:25.116 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:24:25.116 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:05:37 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:24:25.289 INFO:teuthology.orchestra.run.smithi003.stdout:(31/32): ceph-osd-18.0.0-6820.gf0804064.el8.x86 7.0 MB/s | 18 MB 00:02 2023-10-21T12:24:27.415 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:24:27.599 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:24:27.599 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:24:27.600 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:24:27.600 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:24:27.600 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:24:27.746 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr 2023-10-21T12:24:28.093 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:28.909 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:05:40 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:24:30.177 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:24:30.288 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:24:30.289 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:24:30.290 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:24:30.409 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-dashboard 2023-10-21T12:24:30.753 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:24:31.597 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:05:43 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:24:32.998 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:24:32.999 INFO:teuthology.orchestra.run.smithi177.stdout:=================================================================================================== 2023-10-21T12:24:32.999 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:24:32.999 INFO:teuthology.orchestra.run.smithi177.stdout:=================================================================================================== 2023-10-21T12:24:33.000 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:24:33.000 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 1.8 M 2023-10-21T12:24:33.000 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:24:33.000 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 23 k 2023-10-21T12:24:33.000 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 15 k 2023-10-21T12:24:33.001 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:24:33.001 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-21T12:24:33.001 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-21T12:24:33.001 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:24:33.001 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:24:33.002 INFO:teuthology.orchestra.run.smithi177.stdout:=================================================================================================== 2023-10-21T12:24:33.002 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2023-10-21T12:24:33.002 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:24:33.003 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 2.1 M 2023-10-21T12:24:33.003 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 8.6 M 2023-10-21T12:24:33.003 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:24:33.645 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): ceph-prometheus-alerts-18.0.0-6820.gf080 49 kB/s | 15 kB 00:00 2023-10-21T12:24:33.778 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 252 kB/s | 34 kB 00:00 2023-10-21T12:24:33.929 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.3 MB/s | 196 kB 00:00 2023-10-21T12:24:33.971 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): ceph-mgr-dashboard-18.0.0-6820.gf0804064 2.8 MB/s | 1.8 MB 00:00 2023-10-21T12:24:34.038 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 392 kB/s | 43 kB 00:00 2023-10-21T12:25:05.367 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): ceph-grafana-dashboards-18.0.0-6820.gf08 736 B/s | 23 kB 00:32 2023-10-21T12:25:05.368 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:25:05.369 INFO:teuthology.orchestra.run.smithi177.stdout:Total 65 kB/s | 2.1 MB 00:32 2023-10-21T12:25:05.382 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:25:05.391 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:25:05.392 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:25:05.453 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:25:05.456 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:25:05.717 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:25:05.883 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-21T12:25:06.080 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-21T12:25:06.276 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-21T12:25:06.413 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 4/6 2023-10-21T12:25:06.762 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 5/6 2023-10-21T12:25:06.962 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:25:07.197 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:25:07.197 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 1/6 2023-10-21T12:25:07.197 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 2/6 2023-10-21T12:25:07.197 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 3/6 2023-10-21T12:25:07.198 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-21T12:25:07.198 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-21T12:25:08.258 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-21T12:25:08.258 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:06:20 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:25:10.770 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:25:10.955 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:10.955 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:25:10.956 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:25:10.956 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:25:10.956 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:25:10.956 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-21T12:25:10.956 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-21T12:25:10.957 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-21T12:25:10.957 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:10.957 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:25:11.103 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-21T12:25:11.451 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:25:12.294 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:06:24 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:25:13.665 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:25:13.666 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================================= 2023-10-21T12:25:13.666 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:25:13.666 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================================= 2023-10-21T12:25:13.667 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:25:13.667 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 7.4 M 2023-10-21T12:25:13.667 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:25:13.667 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-21T12:25:13.667 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-21T12:25:13.668 INFO:teuthology.orchestra.run.smithi177.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-21T12:25:13.668 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-21T12:25:13.668 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-21T12:25:13.668 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-21T12:25:13.668 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-21T12:25:13.669 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:13.669 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:25:13.669 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================================= 2023-10-21T12:25:13.669 INFO:teuthology.orchestra.run.smithi177.stdout:Install 8 Packages 2023-10-21T12:25:13.669 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:13.670 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 35 M 2023-10-21T12:25:13.670 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 210 M 2023-10-21T12:25:13.670 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:25:13.780 INFO:teuthology.orchestra.run.smithi177.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.5 MB/s | 171 kB 00:00 2023-10-21T12:25:13.813 INFO:teuthology.orchestra.run.smithi177.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 4.4 MB/s | 644 kB 00:00 2023-10-21T12:25:13.930 INFO:teuthology.orchestra.run.smithi177.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 32 MB/s | 3.7 MB 00:00 2023-10-21T12:25:14.006 INFO:teuthology.orchestra.run.smithi177.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.9 MB/s | 225 kB 00:00 2023-10-21T12:25:14.156 INFO:teuthology.orchestra.run.smithi177.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 36 MB/s | 14 MB 00:00 2023-10-21T12:25:14.273 INFO:teuthology.orchestra.run.smithi177.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2023-10-21T12:25:14.398 INFO:teuthology.orchestra.run.smithi177.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2023-10-21T12:25:14.482 INFO:teuthology.orchestra.run.smithi177.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-682 9.1 MB/s | 7.4 MB 00:00 2023-10-21T12:25:14.483 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:25:14.483 INFO:teuthology.orchestra.run.smithi177.stdout:Total 43 MB/s | 35 MB 00:00 2023-10-21T12:25:14.719 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:25:14.738 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:25:14.738 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:25:15.031 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:25:15.034 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:25:15.567 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:25:15.705 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:25:15.844 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:25:16.022 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:25:16.638 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:25:16.805 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:25:17.406 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:25:17.580 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:25:18.253 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:25:18.565 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:25:18.763 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:25:20.513 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:25:21.727 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-21T12:25:21.879 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:25:22.135 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:25:22.135 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 1/8 2023-10-21T12:25:22.135 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:25:22.136 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-10-21T12:25:22.136 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-10-21T12:25:22.136 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:25:22.136 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:25:22.137 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-10-21T12:25:23.195 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-10-21T12:25:23.195 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:06:35 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:25:25.519 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:25:25.704 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:25.704 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:25:25.705 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:25:25.705 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:25:25.705 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:25:25.705 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-21T12:25:25.705 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-21T12:25:25.706 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-21T12:25:25.706 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-21T12:25:25.706 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-21T12:25:25.706 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:25.706 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:25:25.871 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-rook 2023-10-21T12:25:26.219 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:25:27.112 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:06:39 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:25:27.714 INFO:teuthology.orchestra.run.smithi139.stdout:(5/6): ceph-mgr-dashboard-18.0.0-6820.gf0804064 28 kB/s | 1.8 MB 01:04 2023-10-21T12:25:28.509 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:25:28.511 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================== 2023-10-21T12:25:28.511 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:25:28.511 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================== 2023-10-21T12:25:28.511 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:25:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 48 k 2023-10-21T12:25:28.512 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:25:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-21T12:25:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-21T12:25:28.512 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-21T12:25:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-21T12:25:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-21T12:25:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-21T12:25:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-21T12:25:28.513 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-21T12:25:28.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-21T12:25:28.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:25:28.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-21T12:25:28.514 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-21T12:25:28.514 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:28.515 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:25:28.515 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================================== 2023-10-21T12:25:28.515 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2023-10-21T12:25:28.515 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:25:28.516 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 1.9 M 2023-10-21T12:25:28.516 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 25 M 2023-10-21T12:25:28.516 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:25:28.679 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): python3-cachetools-3.1.1-4.el8.noarch.r 266 kB/s | 33 kB 00:00 2023-10-21T12:25:28.704 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 109 kB/s | 16 kB 00:00 2023-10-21T12:25:28.746 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 1.2 MB/s | 81 kB 00:00 2023-10-21T12:25:28.788 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 1.5 MB/s | 64 kB 00:00 2023-10-21T12:25:28.830 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.4 MB/s | 61 kB 00:00 2023-10-21T12:25:28.889 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): python3-kubernetes-11.0.0-6.el8.noarch. 6.3 MB/s | 1.2 MB 00:00 2023-10-21T12:25:28.914 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 511 kB/s | 43 kB 00:00 2023-10-21T12:25:28.956 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 3.0 MB/s | 110 kB 00:00 2023-10-21T12:25:29.014 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.2 MB/s | 155 kB 00:00 2023-10-21T12:25:29.040 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 317 kB/s | 27 kB 00:00 2023-10-21T12:25:29.065 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.4 MB/s | 126 kB 00:00 2023-10-21T12:25:29.090 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 398 kB/s | 20 kB 00:00 2023-10-21T12:25:57.945 INFO:teuthology.orchestra.run.smithi003.stdout:[MIRROR] ceph-mgr-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/ceph-mgr-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:25:58.408 INFO:teuthology.orchestra.run.smithi003.stdout:(32/32): ceph-mgr-18.0.0-6820.gf0804064.el8.x86 13 kB/s | 1.6 MB 02:09 2023-10-21T12:25:58.409 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:25:58.410 INFO:teuthology.orchestra.run.smithi003.stdout:Total 240 kB/s | 30 MB 02:09 2023-10-21T12:25:58.495 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:25:58.535 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:25:58.535 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:25:58.761 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:25:58.765 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:25:59.904 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:26:00.122 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-21T12:26:00.384 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-21T12:26:00.600 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-10-21T12:26:01.013 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-10-21T12:26:01.308 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-10-21T12:26:01.495 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-10-21T12:26:01.731 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-10-21T12:26:02.079 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-10-21T12:26:02.309 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-10-21T12:26:02.563 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-10-21T12:26:02.861 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-10-21T12:26:03.079 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-10-21T12:26:03.371 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-21T12:26:03.586 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-21T12:26:03.800 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-21T12:26:04.007 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-21T12:26:04.282 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-21T12:26:04.418 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-21T12:26:04.660 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-21T12:26:04.883 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-21T12:26:05.109 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-21T12:26:05.395 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-21T12:26:05.678 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-21T12:26:05.907 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-21T12:26:06.202 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-21T12:26:06.507 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-21T12:26:06.898 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 27/32 2023-10-21T12:26:07.120 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:26:08.816 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 28/32 2023-10-21T12:26:08.987 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:26:09.473 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 29/32 2023-10-21T12:26:09.677 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:26:09.906 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 30/32 2023-10-21T12:26:10.136 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:26:10.154 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 31/32 2023-10-21T12:26:10.284 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:26:10.644 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 32/32 2023-10-21T12:26:10.644 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-2:18.0.0-6820.gf0804064.el8.x86_64 1/32 2023-10-21T12:26:10.645 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2/32 2023-10-21T12:26:10.645 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 3/32 2023-10-21T12:26:10.645 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 4/32 2023-10-21T12:26:10.646 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 5/32 2023-10-21T12:26:10.646 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8. 6/32 2023-10-21T12:26:10.647 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-21T12:26:10.647 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-21T12:26:10.647 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-21T12:26:10.647 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-21T12:26:10.647 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-21T12:26:10.648 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-21T12:26:10.649 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-21T12:26:10.649 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-21T12:26:10.649 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-21T12:26:10.649 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-21T12:26:10.649 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-21T12:26:10.650 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-21T12:26:10.650 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-21T12:26:10.650 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-10-21T12:26:10.651 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-10-21T12:26:10.651 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-10-21T12:26:10.651 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-10-21T12:26:10.651 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-10-21T12:26:10.651 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-10-21T12:26:10.652 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-10-21T12:26:12.162 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-10-21T12:26:12.162 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:04:43 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:26:14.664 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:26:14.868 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:14.868 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:26:14.868 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:26:14.868 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mds-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:26:14.869 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:26:14.869 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:26:14.869 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mon-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:26:14.869 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-osd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:26:14.869 INFO:teuthology.orchestra.run.smithi003.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-21T12:26:14.870 INFO:teuthology.orchestra.run.smithi003.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-21T12:26:14.870 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-21T12:26:14.870 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-21T12:26:14.870 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-21T12:26:14.870 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-21T12:26:14.871 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-21T12:26:14.871 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-21T12:26:14.871 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-21T12:26:14.871 INFO:teuthology.orchestra.run.smithi003.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-21T12:26:14.871 INFO:teuthology.orchestra.run.smithi003.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-21T12:26:14.872 INFO:teuthology.orchestra.run.smithi003.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-21T12:26:14.872 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-21T12:26:14.872 INFO:teuthology.orchestra.run.smithi003.stdout: python3-portend-2.6-1.el8.noarch 2023-10-21T12:26:14.873 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-21T12:26:14.873 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-21T12:26:14.874 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-21T12:26:14.874 INFO:teuthology.orchestra.run.smithi003.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-21T12:26:14.874 INFO:teuthology.orchestra.run.smithi003.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-21T12:26:14.875 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-21T12:26:14.875 INFO:teuthology.orchestra.run.smithi003.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-21T12:26:14.875 INFO:teuthology.orchestra.run.smithi003.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-21T12:26:14.876 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-21T12:26:14.877 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-21T12:26:14.877 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-21T12:26:14.877 INFO:teuthology.orchestra.run.smithi003.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-21T12:26:14.878 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:14.878 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:26:15.070 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-base 2023-10-21T12:26:15.438 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:26:16.270 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:04:47 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:26:17.718 INFO:teuthology.orchestra.run.smithi003.stdout:Package ceph-base-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:26:17.839 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:26:17.840 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:26:17.840 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:26:17.964 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install cephadm 2023-10-21T12:26:18.330 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:26:19.200 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:04:50 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:26:20.716 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:26:20.717 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:20.717 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:26:20.718 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:20.718 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:26:20.718 INFO:teuthology.orchestra.run.smithi003.stdout: cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 191 k 2023-10-21T12:26:20.718 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:20.718 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:26:20.719 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:20.719 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:26:20.719 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:20.719 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 191 k 2023-10-21T12:26:20.719 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 780 k 2023-10-21T12:26:20.720 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:26:20.913 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm-18.0.0-6820.gf0804064.el8.noarch.rpm 980 kB/s | 191 kB 00:00 2023-10-21T12:26:20.914 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:26:20.914 INFO:teuthology.orchestra.run.smithi003.stdout:Total 973 kB/s | 191 kB 00:00 2023-10-21T12:26:20.914 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:26:20.923 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:26:20.923 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:26:20.925 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:26:20.929 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:26:20.975 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:26:22.940 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:26:23.113 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:26:23.287 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:26:24.387 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:26:24.387 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:04:55 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:26:27.189 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:26:27.390 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:27.391 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:26:27.391 INFO:teuthology.orchestra.run.smithi003.stdout: cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:26:27.391 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:27.391 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:26:27.573 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-immutable-object-cache 2023-10-21T12:26:27.957 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:26:28.819 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:04:59 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:26:30.382 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:26:30.383 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:30.384 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2023-10-21T12:26:30.384 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:30.384 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:26:30.384 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6820.gf0804064.el8 ceph 167 k 2023-10-21T12:26:30.384 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:30.385 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:26:30.385 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:26:30.385 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:26:30.385 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:26:30.385 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 167 k 2023-10-21T12:26:30.386 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 512 k 2023-10-21T12:26:30.386 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:26:32.776 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): ceph-mgr-rook-18.0.0-6820.gf0804064.el 758 B/s | 48 kB 01:04 2023-10-21T12:26:32.778 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:26:32.779 INFO:teuthology.orchestra.run.smithi177.stdout:Total 31 kB/s | 1.9 MB 01:04 2023-10-21T12:26:32.836 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:26:32.853 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:26:32.853 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:26:32.924 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:26:32.928 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:26:33.444 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:26:33.674 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-21T12:26:33.876 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-21T12:26:34.022 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-21T12:26:34.173 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-10-21T12:26:34.393 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-10-21T12:26:34.611 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-10-21T12:26:34.826 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-10-21T12:26:35.047 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-21T12:26:35.229 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-21T12:26:35.453 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-21T12:26:35.492 INFO:teuthology.orchestra.run.smithi139.stdout:[MIRROR] ceph-grafana-dashboards-18.0.0-6820.gf0804064.el8.noarch.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch/ceph-grafana-dashboards-18.0.0-6820.gf0804064.el8.noarch.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:26:36.526 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-21T12:26:36.765 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-21T12:26:36.974 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:26:37.204 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:26:37.205 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 1/13 2023-10-21T12:26:37.205 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-21T12:26:37.205 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-21T12:26:37.205 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-21T12:26:37.206 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-21T12:26:37.206 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-21T12:26:37.206 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-21T12:26:37.206 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-10-21T12:26:37.206 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-10-21T12:26:37.207 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-10-21T12:26:37.207 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-10-21T12:26:37.207 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-10-21T12:26:38.275 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-10-21T12:26:38.275 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:07:50 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:26:41.025 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:26:41.212 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:41.212 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:26:41.212 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:26:41.212 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-21T12:26:41.213 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-21T12:26:41.213 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-21T12:26:41.213 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-21T12:26:41.213 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-21T12:26:41.213 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-21T12:26:41.214 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-21T12:26:41.214 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-21T12:26:41.214 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-21T12:26:41.214 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-21T12:26:41.215 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-21T12:26:41.215 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-21T12:26:41.215 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:41.215 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:26:41.357 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-cephadm 2023-10-21T12:26:41.711 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:26:42.625 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:07:54 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:26:43.998 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:26:43.998 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================================== 2023-10-21T12:26:43.999 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:26:43.999 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================================== 2023-10-21T12:26:43.999 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:26:43.999 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 132 k 2023-10-21T12:26:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:26:44.000 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-21T12:26:44.000 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-21T12:26:44.000 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-21T12:26:44.000 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-21T12:26:44.001 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:26:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================================== 2023-10-21T12:26:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:Install 5 Packages 2023-10-21T12:26:44.001 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:44.002 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 6.0 M 2023-10-21T12:26:44.002 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 26 M 2023-10-21T12:26:44.002 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:26:44.517 INFO:teuthology.orchestra.run.smithi177.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 384 kB/s | 60 kB 00:00 2023-10-21T12:26:44.542 INFO:teuthology.orchestra.run.smithi177.stdout:(2/5): ceph-mgr-cephadm-18.0.0-6820.gf0804064.e 724 kB/s | 132 kB 00:00 2023-10-21T12:26:44.579 INFO:teuthology.orchestra.run.smithi177.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.2 MB/s | 476 kB 00:00 2023-10-21T12:26:44.610 INFO:teuthology.orchestra.run.smithi177.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 5.7 MB/s | 538 kB 00:00 2023-10-21T12:26:44.693 INFO:teuthology.orchestra.run.smithi177.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 33 MB/s | 4.8 MB 00:00 2023-10-21T12:26:44.695 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:26:44.696 INFO:teuthology.orchestra.run.smithi177.stdout:Total 8.6 MB/s | 6.0 MB 00:00 2023-10-21T12:26:44.747 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:26:44.758 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:26:44.758 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:26:44.838 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:26:44.841 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:26:45.781 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:26:46.124 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-21T12:26:46.348 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-21T12:26:46.650 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:26:46.920 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-21T12:26:47.114 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:26:47.336 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:26:47.336 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/5 2023-10-21T12:26:47.337 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-21T12:26:47.337 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:26:47.337 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-21T12:26:48.372 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-21T12:26:48.372 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:00 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:26:50.973 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:26:51.160 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:51.160 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:26:51.160 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:26:51.161 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-21T12:26:51.161 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-21T12:26:51.161 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-21T12:26:51.161 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-21T12:26:51.161 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:51.162 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:26:51.308 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-fuse 2023-10-21T12:26:51.665 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:26:52.588 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:04 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:26:53.984 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:26:53.984 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:26:53.984 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:26:53.985 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:26:53.985 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:26:53.985 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse 2023-10-21T12:26:53.985 INFO:teuthology.orchestra.run.smithi177.stdout: x86_64 2:18.0.0-6820.gf0804064.el8 ceph 918 k 2023-10-21T12:26:53.986 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-10-21T12:26:53.986 INFO:teuthology.orchestra.run.smithi177.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-21T12:26:53.986 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:53.986 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:26:53.986 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:26:53.987 INFO:teuthology.orchestra.run.smithi177.stdout:Install 2 Packages 2023-10-21T12:26:53.987 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:53.987 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 1.0 M 2023-10-21T12:26:53.988 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 3.1 M 2023-10-21T12:26:53.988 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:26:54.259 INFO:teuthology.orchestra.run.smithi177.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 303 kB/s | 83 kB 00:00 2023-10-21T12:26:54.401 INFO:teuthology.orchestra.run.smithi177.stdout:(2/2): ceph-fuse-18.0.0-6820.gf0804064.el8.x86_ 2.2 MB/s | 918 kB 00:00 2023-10-21T12:26:54.402 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:26:54.402 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.3 MB/s | 1.0 MB 00:00 2023-10-21T12:26:54.412 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:26:54.434 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:26:54.434 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:26:54.507 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:26:54.511 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:26:54.664 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:26:54.948 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-21T12:26:55.110 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:26:55.429 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:26:55.430 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/2 2023-10-21T12:26:56.478 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-21T12:26:56.478 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:08 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:26:59.732 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:26:59.921 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:59.921 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:26:59.922 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-21T12:26:59.922 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:26:59.922 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:27:00.060 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-volume 2023-10-21T12:27:00.416 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:01.256 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:13 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:02.262 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-immutable-object-cache-18.0.0-6820.gf08040 5.2 kB/s | 167 kB 00:31 2023-10-21T12:27:02.263 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:02.263 INFO:teuthology.orchestra.run.smithi003.stdout:Total 5.2 kB/s | 167 kB 00:31 2023-10-21T12:27:02.264 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:27:02.278 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:27:02.278 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:27:02.340 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:27:02.344 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:27:02.470 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:27:02.627 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:27:02.629 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:27:02.630 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:02.630 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-10-21T12:27:02.630 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:02.630 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:27:02.631 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 261 k 2023-10-21T12:27:02.631 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:02.631 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:27:02.631 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:02.631 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:27:02.632 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:02.632 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 261 k 2023-10-21T12:27:02.632 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 1.3 M 2023-10-21T12:27:02.632 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:27:03.004 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:27:04.083 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6820.gf0804064. 1/1 2023-10-21T12:27:04.083 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:05:35 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:27:06.844 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:27:07.046 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:07.046 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:27:07.046 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-immutable-object-cache-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:27:07.046 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:07.047 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:27:07.197 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr 2023-10-21T12:27:07.566 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:07.870 INFO:teuthology.orchestra.run.smithi139.stdout:(6/6): ceph-grafana-dashboards-18.0.0-6820.gf08 143 B/s | 23 kB 02:44 2023-10-21T12:27:07.870 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:07.871 INFO:teuthology.orchestra.run.smithi139.stdout:Total 13 kB/s | 2.1 MB 02:44 2023-10-21T12:27:07.883 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:27:07.893 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:27:07.893 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:27:07.955 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:27:07.958 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:27:08.201 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:27:08.390 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-21T12:27:08.482 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:05:39 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:27:08.612 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-21T12:27:08.842 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-21T12:27:08.954 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 4/6 2023-10-21T12:27:09.340 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 5/6 2023-10-21T12:27:09.528 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:27:09.790 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:27:09.791 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 1/6 2023-10-21T12:27:09.791 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 2/6 2023-10-21T12:27:09.791 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 3/6 2023-10-21T12:27:09.791 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-21T12:27:09.792 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-21T12:27:09.892 INFO:teuthology.orchestra.run.smithi003.stdout:Package ceph-mgr-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:27:10.012 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:27:10.013 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:27:10.013 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:27:10.139 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-dashboard 2023-10-21T12:27:10.506 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:10.843 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-21T12:27:10.844 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:10:02 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:27:11.881 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:05:42 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:27:13.363 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:27:13.435 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:27:13.436 INFO:teuthology.orchestra.run.smithi003.stdout:=================================================================================================== 2023-10-21T12:27:13.437 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:27:13.437 INFO:teuthology.orchestra.run.smithi003.stdout:=================================================================================================== 2023-10-21T12:27:13.437 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:27:13.437 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 1.8 M 2023-10-21T12:27:13.437 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:27:13.438 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 23 k 2023-10-21T12:27:13.438 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 15 k 2023-10-21T12:27:13.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:27:13.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-21T12:27:13.438 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-21T12:27:13.439 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:13.439 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:27:13.439 INFO:teuthology.orchestra.run.smithi003.stdout:=================================================================================================== 2023-10-21T12:27:13.439 INFO:teuthology.orchestra.run.smithi003.stdout:Install 6 Packages 2023-10-21T12:27:13.439 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:13.440 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 2.1 M 2023-10-21T12:27:13.440 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 8.6 M 2023-10-21T12:27:13.440 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:27:13.548 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:27:13.548 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:27:13.548 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:13.548 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:13.549 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:13.549 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-21T12:27:13.549 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-21T12:27:13.549 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-21T12:27:13.549 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:27:13.550 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:27:13.690 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-21T12:27:14.002 INFO:teuthology.orchestra.run.smithi003.stdout:(1/6): ceph-prometheus-alerts-18.0.0-6820.gf080 64 kB/s | 15 kB 00:00 2023-10-21T12:27:14.041 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:14.094 INFO:teuthology.orchestra.run.smithi003.stdout:(2/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 368 kB/s | 34 kB 00:00 2023-10-21T12:27:14.203 INFO:teuthology.orchestra.run.smithi003.stdout:(3/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.8 MB/s | 196 kB 00:00 2023-10-21T12:27:14.245 INFO:teuthology.orchestra.run.smithi003.stdout:(4/6): ceph-mgr-dashboard-18.0.0-6820.gf0804064 3.7 MB/s | 1.8 MB 00:00 2023-10-21T12:27:14.320 INFO:teuthology.orchestra.run.smithi003.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 365 kB/s | 43 kB 00:00 2023-10-21T12:27:14.881 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:10:06 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:27:16.273 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:27:16.274 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================================= 2023-10-21T12:27:16.274 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:27:16.275 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================================= 2023-10-21T12:27:16.275 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:27:16.275 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 7.4 M 2023-10-21T12:27:16.275 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:27:16.275 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-21T12:27:16.276 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-21T12:27:16.276 INFO:teuthology.orchestra.run.smithi139.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-21T12:27:16.276 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-21T12:27:16.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-21T12:27:16.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-21T12:27:16.277 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-21T12:27:16.277 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:27:16.277 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:27:16.277 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================================= 2023-10-21T12:27:16.278 INFO:teuthology.orchestra.run.smithi139.stdout:Install 8 Packages 2023-10-21T12:27:16.278 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:27:16.278 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 35 M 2023-10-21T12:27:16.279 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 210 M 2023-10-21T12:27:16.279 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:27:16.377 INFO:teuthology.orchestra.run.smithi139.stdout:(1/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 6.3 MB/s | 644 kB 00:00 2023-10-21T12:27:16.402 INFO:teuthology.orchestra.run.smithi139.stdout:(2/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2023-10-21T12:27:16.511 INFO:teuthology.orchestra.run.smithi139.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 35 MB/s | 3.7 MB 00:00 2023-10-21T12:27:16.553 INFO:teuthology.orchestra.run.smithi139.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-10-21T12:27:16.745 INFO:teuthology.orchestra.run.smithi139.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 37 MB/s | 14 MB 00:00 2023-10-21T12:27:16.828 INFO:teuthology.orchestra.run.smithi139.stdout:(6/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2023-10-21T12:27:16.962 INFO:teuthology.orchestra.run.smithi139.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 22 MB/s | 4.7 MB 00:00 2023-10-21T12:27:35.297 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rp 8.0 kB/s | 261 kB 00:32 2023-10-21T12:27:35.298 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:35.298 INFO:teuthology.orchestra.run.smithi177.stdout:Total 8.0 kB/s | 261 kB 00:32 2023-10-21T12:27:35.299 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:27:35.310 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:27:35.310 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:27:35.330 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:27:35.334 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:27:35.503 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:27:35.747 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:27:36.088 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:27:37.130 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:27:37.130 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:49 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:39.517 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:27:39.698 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:39.698 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:27:39.699 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:39.699 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:39.699 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:27:39.840 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados-devel 2023-10-21T12:27:40.198 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:40.991 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:52 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:42.372 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:27:42.373 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:42.373 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2023-10-21T12:27:42.374 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:42.374 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:27:42.374 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 139 k 2023-10-21T12:27:42.374 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:42.374 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:27:42.375 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:42.375 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:27:42.375 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:42.375 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 139 k 2023-10-21T12:27:42.375 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 513 k 2023-10-21T12:27:42.376 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:27:42.576 INFO:teuthology.orchestra.run.smithi177.stdout:librados-devel-18.0.0-6820.gf0804064.el8.x86_64 686 kB/s | 139 kB 00:00 2023-10-21T12:27:42.577 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:42.577 INFO:teuthology.orchestra.run.smithi177.stdout:Total 682 kB/s | 139 kB 00:00 2023-10-21T12:27:42.578 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:27:42.582 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:27:42.583 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:27:42.636 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:27:42.640 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:27:42.760 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:27:42.943 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:43.162 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:44.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:44.210 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:08:56 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:45.967 INFO:teuthology.orchestra.run.smithi003.stdout:(6/6): ceph-grafana-dashboards-18.0.0-6820.gf08 732 B/s | 23 kB 00:32 2023-10-21T12:27:45.968 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:45.969 INFO:teuthology.orchestra.run.smithi003.stdout:Total 65 kB/s | 2.1 MB 00:32 2023-10-21T12:27:45.981 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:27:45.993 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:27:45.993 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:27:46.060 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:27:46.065 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:27:46.338 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:27:46.539 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-21T12:27:46.577 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:27:46.714 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-21T12:27:46.761 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:46.761 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:27:46.762 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:27:46.762 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:46.762 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:27:46.865 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-21T12:27:46.922 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs2 2023-10-21T12:27:47.020 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 4/6 2023-10-21T12:27:47.281 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:47.379 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 5/6 2023-10-21T12:27:47.571 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:27:47.814 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 6/6 2023-10-21T12:27:47.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8. 1/6 2023-10-21T12:27:47.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarc 2/6 2023-10-21T12:27:47.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.n 3/6 2023-10-21T12:27:47.815 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-21T12:27:47.816 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-21T12:27:48.108 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:00 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:48.908 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-21T12:27:48.908 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:06:19 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:27:49.025 INFO:teuthology.orchestra.run.smithi139.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-682 231 kB/s | 7.4 MB 00:32 2023-10-21T12:27:49.026 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:49.026 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.1 MB/s | 35 MB 00:32 2023-10-21T12:27:49.267 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:27:49.284 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:27:49.285 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:27:49.417 INFO:teuthology.orchestra.run.smithi177.stdout:Package libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:27:49.526 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:27:49.527 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:27:49.528 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:27:49.577 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:27:49.581 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:27:49.652 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs-devel 2023-10-21T12:27:50.006 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:50.131 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:27:50.323 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:27:50.456 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:27:50.623 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:27:50.863 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:02 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:51.222 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:27:51.431 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:27:51.849 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:27:52.022 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:27:52.049 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:52.049 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:27:52.049 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-grafana-dashboards-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:52.050 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:52.050 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-prometheus-alerts-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:27:52.050 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-21T12:27:52.050 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-21T12:27:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-21T12:27:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:52.051 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:27:52.196 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-21T12:27:52.198 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:27:52.251 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:27:52.252 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:52.252 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2023-10-21T12:27:52.252 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 31 k 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:27:52.253 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:27:52.254 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:52.254 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 31 k 2023-10-21T12:27:52.254 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 139 k 2023-10-21T12:27:52.255 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:27:52.568 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:27:52.702 INFO:teuthology.orchestra.run.smithi177.stdout:libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_6 69 kB/s | 31 kB 00:00 2023-10-21T12:27:52.703 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:27:52.703 INFO:teuthology.orchestra.run.smithi177.stdout:Total 69 kB/s | 31 kB 00:00 2023-10-21T12:27:52.703 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:27:52.707 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:27:52.707 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:27:52.717 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:27:52.721 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:27:52.786 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:27:52.895 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:27:52.957 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:53.173 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:53.259 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:27:53.498 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:27:53.871 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:06:24 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:27:54.151 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:27:54.151 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:06 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:27:55.251 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:27:55.432 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:27:55.434 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================================= 2023-10-21T12:27:55.434 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:27:55.434 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================================= 2023-10-21T12:27:55.434 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:27:55.434 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 7.4 M 2023-10-21T12:27:55.435 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:27:55.435 INFO:teuthology.orchestra.run.smithi003.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-21T12:27:55.435 INFO:teuthology.orchestra.run.smithi003.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-21T12:27:55.435 INFO:teuthology.orchestra.run.smithi003.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-21T12:27:55.435 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-21T12:27:55.436 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-21T12:27:55.436 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-21T12:27:55.436 INFO:teuthology.orchestra.run.smithi003.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-21T12:27:55.436 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:55.436 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:27:55.437 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================================= 2023-10-21T12:27:55.437 INFO:teuthology.orchestra.run.smithi003.stdout:Install 8 Packages 2023-10-21T12:27:55.437 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:27:55.438 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 35 M 2023-10-21T12:27:55.438 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 210 M 2023-10-21T12:27:55.438 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:27:55.754 INFO:teuthology.orchestra.run.smithi003.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 12 MB/s | 3.7 MB 00:00 2023-10-21T12:27:56.004 INFO:teuthology.orchestra.run.smithi003.stdout:(2/8): python3-scipy-1.0.0-21.module+el8.5.0+10 24 MB/s | 14 MB 00:00 2023-10-21T12:27:56.030 INFO:teuthology.orchestra.run.smithi003.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 817 kB/s | 225 kB 00:00 2023-10-21T12:27:56.222 INFO:teuthology.orchestra.run.smithi003.stdout:(4/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 22 MB/s | 4.9 MB 00:00 2023-10-21T12:27:56.280 INFO:teuthology.orchestra.run.smithi003.stdout:(5/8): openblas-0.3.15-3.el8.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2023-10-21T12:27:56.397 INFO:teuthology.orchestra.run.smithi003.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.6 MB/s | 644 kB 00:00 2023-10-21T12:27:56.422 INFO:teuthology.orchestra.run.smithi003.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2023-10-21T12:27:56.511 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-21T12:27:56.730 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:27:56.995 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:27:56.995 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 1/8 2023-10-21T12:27:56.996 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:27:56.996 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-10-21T12:27:56.996 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-10-21T12:27:56.997 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:27:56.997 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:27:56.997 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-10-21T12:27:58.118 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-10-21T12:27:58.118 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:10:50 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:27:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:27:59.371 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:59.371 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:27:59.371 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:27:59.372 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:27:59.372 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:27:59.511 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados2 2023-10-21T12:27:59.867 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:00.795 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:28:00.815 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:12 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:00.983 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:00.983 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:28:00.984 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:28:00.984 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:28:00.984 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:28:00.985 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-21T12:28:00.985 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-21T12:28:00.985 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-21T12:28:00.986 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-21T12:28:00.986 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-21T12:28:00.987 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:00.987 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:28:01.163 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-rook 2023-10-21T12:28:01.511 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:02.079 INFO:teuthology.orchestra.run.smithi177.stdout:Package librados2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:02.191 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:02.192 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:02.192 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:02.312 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librbd1 2023-10-21T12:28:02.585 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:10:54 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:28:02.667 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:03.688 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:15 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:03.968 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:28:03.970 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================== 2023-10-21T12:28:03.970 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:28:03.970 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================== 2023-10-21T12:28:03.971 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:28:03.971 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 48 k 2023-10-21T12:28:03.971 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:28:03.971 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-21T12:28:03.971 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-21T12:28:03.972 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-21T12:28:03.972 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-21T12:28:03.972 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-21T12:28:03.972 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-21T12:28:03.972 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-21T12:28:03.973 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-21T12:28:03.973 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-21T12:28:03.973 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:28:03.973 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-21T12:28:03.973 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-21T12:28:03.975 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:03.975 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:28:03.975 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================================== 2023-10-21T12:28:03.976 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2023-10-21T12:28:03.976 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:03.976 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 1.9 M 2023-10-21T12:28:03.977 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 25 M 2023-10-21T12:28:03.977 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:28:04.420 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): ceph-mgr-rook-18.0.0-6820.gf0804064.el8 181 kB/s | 48 kB 00:00 2023-10-21T12:28:04.704 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 30 kB/s | 16 kB 00:00 2023-10-21T12:28:04.729 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 58 kB/s | 33 kB 00:00 2023-10-21T12:28:04.963 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 150 kB/s | 81 kB 00:00 2023-10-21T12:28:04.977 INFO:teuthology.orchestra.run.smithi177.stdout:Package librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:05.021 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): python3-rsa-4.9-2.el8.noarch.rpm 220 kB/s | 64 kB 00:00 2023-10-21T12:28:05.086 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:05.087 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:05.088 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:05.130 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 395 kB/s | 43 kB 00:00 2023-10-21T12:28:05.155 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): python3-websocket-client-0.56.0-5.el8.n 318 kB/s | 61 kB 00:00 2023-10-21T12:28:05.189 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 2.6 MB/s | 155 kB 00:00 2023-10-21T12:28:05.210 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rados 2023-10-21T12:28:05.239 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 597 kB/s | 27 kB 00:00 2023-10-21T12:28:05.264 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 1.0 MB/s | 110 kB 00:00 2023-10-21T12:28:05.289 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.5 MB/s | 126 kB 00:00 2023-10-21T12:28:05.315 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 399 kB/s | 20 kB 00:00 2023-10-21T12:28:05.557 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 1.4 MB/s | 1.2 MB 00:00 2023-10-21T12:28:05.557 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:28:05.558 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.2 MB/s | 1.9 MB 00:01 2023-10-21T12:28:05.565 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:05.622 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:28:05.638 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:28:05.638 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:28:05.710 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:28:05.713 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:28:06.261 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:28:06.461 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-21T12:28:06.497 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:18 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:06.705 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-21T12:28:06.893 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-21T12:28:07.035 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-10-21T12:28:07.263 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-10-21T12:28:07.499 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-10-21T12:28:07.689 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-10-21T12:28:07.764 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:07.876 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:07.877 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:07.877 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:07.935 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-21T12:28:08.001 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rgw 2023-10-21T12:28:08.159 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-21T12:28:08.356 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:08.424 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-21T12:28:09.422 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:21 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:09.508 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-21T12:28:09.762 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-21T12:28:09.953 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:28:10.194 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:28:10.194 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 1/13 2023-10-21T12:28:10.194 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-21T12:28:10.195 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-21T12:28:10.195 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-21T12:28:10.195 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-21T12:28:10.195 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-21T12:28:10.195 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-21T12:28:10.196 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-10-21T12:28:10.196 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-10-21T12:28:10.196 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-10-21T12:28:10.196 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-10-21T12:28:10.196 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-10-21T12:28:10.703 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:10.811 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:10.812 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:10.813 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:10.946 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-cephfs 2023-10-21T12:28:11.291 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-10-21T12:28:11.291 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:03 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:28:11.303 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:12.236 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:24 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:13.506 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:13.615 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:13.616 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:13.617 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:14.018 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rbd 2023-10-21T12:28:14.367 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:28:14.372 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:14.554 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:14.554 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:28:14.554 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:28:14.555 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-21T12:28:14.555 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-21T12:28:14.555 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-21T12:28:14.555 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-21T12:28:14.556 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-21T12:28:14.556 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-21T12:28:14.556 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-21T12:28:14.556 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-21T12:28:14.556 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-21T12:28:14.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-21T12:28:14.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-21T12:28:14.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-21T12:28:14.557 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:14.557 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:28:14.707 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-cephadm 2023-10-21T12:28:15.061 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:15.253 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:27 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:16.060 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:08 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:28:16.603 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:28:16.711 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:16.712 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-10-21T12:28:16.713 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:28:16.852 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-fuse 2023-10-21T12:28:17.206 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:17.449 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:28:17.450 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================================== 2023-10-21T12:28:17.450 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:28:17.450 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================================== 2023-10-21T12:28:17.451 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:28:17.451 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 132 k 2023-10-21T12:28:17.451 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:28:17.451 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-21T12:28:17.451 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-21T12:28:17.452 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-21T12:28:17.452 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-21T12:28:17.452 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:17.452 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:28:17.452 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================================== 2023-10-21T12:28:17.453 INFO:teuthology.orchestra.run.smithi139.stdout:Install 5 Packages 2023-10-21T12:28:17.453 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:17.453 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 6.0 M 2023-10-21T12:28:17.454 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 26 M 2023-10-21T12:28:17.454 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:28:18.038 INFO:teuthology.orchestra.run.smithi139.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 257 kB/s | 60 kB 00:00 2023-10-21T12:28:18.051 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:09:30 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:28:18.088 INFO:teuthology.orchestra.run.smithi139.stdout:(2/5): ceph-mgr-cephadm-18.0.0-6820.gf0804064.e 464 kB/s | 132 kB 00:00 2023-10-21T12:28:18.188 INFO:teuthology.orchestra.run.smithi139.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.2 MB/s | 476 kB 00:00 2023-10-21T12:28:18.263 INFO:teuthology.orchestra.run.smithi139.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.3 MB/s | 538 kB 00:00 2023-10-21T12:28:18.539 INFO:teuthology.orchestra.run.smithi139.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 11 MB/s | 4.8 MB 00:00 2023-10-21T12:28:18.541 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:28:18.542 INFO:teuthology.orchestra.run.smithi139.stdout:Total 5.5 MB/s | 6.0 MB 00:01 2023-10-21T12:28:18.597 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:28:18.609 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:28:18.609 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:28:18.689 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:28:18.692 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:28:19.432 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:28:19.434 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:28:19.434 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-10-21T12:28:19.434 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:28:19.434 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:28:19.435 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 94 k 2023-10-21T12:28:19.435 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:28:19.435 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:28:19.435 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:28:19.435 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:28:19.436 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:28:19.436 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 94 k 2023-10-21T12:28:19.436 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 276 k 2023-10-21T12:28:19.436 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:28:19.663 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:28:20.072 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-21T12:28:20.329 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-21T12:28:20.623 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:28:20.950 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-21T12:28:21.193 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:28:21.435 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:28:21.435 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/5 2023-10-21T12:28:21.435 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-21T12:28:21.436 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:28:21.436 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-21T12:28:22.469 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-21T12:28:22.469 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:14 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:28:25.163 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:28:25.351 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:25.352 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:28:25.352 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:28:25.352 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-21T12:28:25.352 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-21T12:28:25.353 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-21T12:28:25.353 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-21T12:28:25.353 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:25.353 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:28:25.501 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-fuse 2023-10-21T12:28:25.856 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:28:26.710 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:18 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:28:28.102 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:28:28.103 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:28:28.103 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:28:28.103 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:28:28.104 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:28:28.104 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse 2023-10-21T12:28:28.104 INFO:teuthology.orchestra.run.smithi139.stdout: x86_64 2:18.0.0-6820.gf0804064.el8 ceph 918 k 2023-10-21T12:28:28.104 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-21T12:28:28.104 INFO:teuthology.orchestra.run.smithi139.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-21T12:28:28.105 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:28.105 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:28:28.105 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:28:28.105 INFO:teuthology.orchestra.run.smithi139.stdout:Install 2 Packages 2023-10-21T12:28:28.105 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:28:28.106 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 1.0 M 2023-10-21T12:28:28.106 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 3.1 M 2023-10-21T12:28:28.107 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:28:28.173 INFO:teuthology.orchestra.run.smithi139.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 1.2 MB/s | 83 kB 00:00 2023-10-21T12:29:00.559 INFO:teuthology.orchestra.run.smithi139.stdout:(2/2): ceph-fuse-18.0.0-6820.gf0804064.el8.x86_ 28 kB/s | 918 kB 00:32 2023-10-21T12:29:00.560 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:29:00.560 INFO:teuthology.orchestra.run.smithi139.stdout:Total 31 kB/s | 1.0 MB 00:32 2023-10-21T12:29:00.572 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:29:00.595 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:29:00.596 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:29:00.675 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:29:00.679 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:29:00.845 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:29:01.166 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-21T12:29:01.351 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:29:01.688 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:29:01.688 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/2 2023-10-21T12:29:02.756 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-21T12:29:02.757 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:54 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:05.888 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:29:06.073 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:06.074 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:29:06.074 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-21T12:29:06.074 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:06.075 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:29:06.220 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-volume 2023-10-21T12:29:06.578 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:07.473 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:11:59 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:08.929 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:29:08.930 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:08.931 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-21T12:29:08.931 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:08.931 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:29:08.931 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 261 k 2023-10-21T12:29:08.931 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:08.932 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:29:08.932 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:08.932 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:29:08.932 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:08.932 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 261 k 2023-10-21T12:29:08.933 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 1.3 M 2023-10-21T12:29:08.933 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:29:09.269 INFO:teuthology.orchestra.run.smithi139.stdout:ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rp 773 kB/s | 261 kB 00:00 2023-10-21T12:29:09.270 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:29:09.270 INFO:teuthology.orchestra.run.smithi139.stdout:Total 770 kB/s | 261 kB 00:00 2023-10-21T12:29:09.271 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:29:09.280 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:29:09.281 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:29:09.298 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:29:09.301 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:29:09.470 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:29:09.751 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:29:10.117 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:29:11.172 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:29:11.172 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:12:03 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:13.852 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:29:14.036 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:14.036 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:29:14.036 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:29:14.037 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:14.037 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:29:14.216 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados-devel 2023-10-21T12:29:14.588 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:15.471 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:12:07 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:16.850 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:29:16.851 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:16.851 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2023-10-21T12:29:16.851 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:16.852 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:29:16.852 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 139 k 2023-10-21T12:29:16.852 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:16.852 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:29:16.852 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:16.853 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:29:16.853 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:16.853 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 139 k 2023-10-21T12:29:16.853 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 513 k 2023-10-21T12:29:16.853 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:29:23.937 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm 1.5 kB/s | 94 kB 01:04 2023-10-21T12:29:23.937 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:29:23.938 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.5 kB/s | 94 kB 01:04 2023-10-21T12:29:23.938 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:29:23.950 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:29:23.951 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:29:24.011 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:29:24.015 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:29:24.140 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:29:24.342 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:24.577 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:25.642 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:25.642 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:10:37 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:29:28.086 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:29:28.271 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:28.272 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:29:28.272 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:29:28.272 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:28.272 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:29:28.412 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-mirror 2023-10-21T12:29:28.782 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:29.602 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:10:41 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:29:30.983 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:29:30.984 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:30.984 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2023-10-21T12:29:30.984 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:30.984 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:29:30.985 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.6 M 2023-10-21T12:29:30.985 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:30.985 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:29:30.985 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:30.985 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:29:30.986 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:30.986 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.6 M 2023-10-21T12:29:30.986 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 17 M 2023-10-21T12:29:30.986 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:29:31.356 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-mirror-18.0.0-6820.gf0804064.el8.x86_64.rpm 9.7 MB/s | 3.6 MB 00:00 2023-10-21T12:29:31.357 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:29:31.357 INFO:teuthology.orchestra.run.smithi177.stdout:Total 9.6 MB/s | 3.6 MB 00:00 2023-10-21T12:29:31.358 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:29:31.370 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:29:31.370 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:29:31.436 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:29:31.440 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:29:31.907 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:29:32.126 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:32.488 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:33.525 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:33.526 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:10:45 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:29:36.285 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:29:36.471 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:36.472 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:29:36.472 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:29:36.472 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:36.472 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:29:36.613 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-nbd 2023-10-21T12:29:36.971 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:37.840 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:10:49 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:29:39.296 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-10-21T12:29:39.297 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:39.297 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-10-21T12:29:39.298 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:39.298 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-10-21T12:29:39.298 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 179 k 2023-10-21T12:29:39.298 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:39.299 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-10-21T12:29:39.299 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-10-21T12:29:39.299 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2023-10-21T12:29:39.299 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:29:39.299 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 179 k 2023-10-21T12:29:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 564 k 2023-10-21T12:29:39.300 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-10-21T12:29:48.802 INFO:teuthology.orchestra.run.smithi139.stdout:librados-devel-18.0.0-6820.gf0804064.el8.x86_64 4.3 kB/s | 139 kB 00:31 2023-10-21T12:29:48.803 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:29:48.804 INFO:teuthology.orchestra.run.smithi139.stdout:Total 4.3 kB/s | 139 kB 00:31 2023-10-21T12:29:48.804 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:29:48.811 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:29:48.811 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:29:48.870 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:29:48.874 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:29:48.996 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:29:49.185 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:49.419 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:50.478 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:29:50.479 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:12:42 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:52.841 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:29:53.025 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:53.026 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:29:53.026 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:29:53.026 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:53.026 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:29:53.160 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs2 2023-10-21T12:29:53.516 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:54.316 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:12:46 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:55.587 INFO:teuthology.orchestra.run.smithi139.stdout:Package libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:29:55.697 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:29:55.698 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:29:55.698 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:29:55.810 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs-devel 2023-10-21T12:29:56.166 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:29:57.003 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:12:49 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:29:58.391 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:29:58.392 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:58.392 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2023-10-21T12:29:58.393 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:58.393 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:29:58.393 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 31 k 2023-10-21T12:29:58.393 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:58.393 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:29:58.394 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:29:58.394 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:29:58.394 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:29:58.394 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 31 k 2023-10-21T12:29:58.394 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 139 k 2023-10-21T12:29:58.395 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:30:08.023 INFO:teuthology.orchestra.run.smithi003.stdout:[MIRROR] ceph-mgr-diskprediction-local-18.0.0-6820.gf0804064.el8.noarch.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/noarch/ceph-mgr-diskprediction-local-18.0.0-6820.gf0804064.el8.noarch.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:30:08.579 INFO:teuthology.orchestra.run.smithi003.stdout:(8/8): ceph-mgr-diskprediction-local-18.0.0-682 57 kB/s | 7.4 MB 02:13 2023-10-21T12:30:08.580 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:30:08.580 INFO:teuthology.orchestra.run.smithi003.stdout:Total 272 kB/s | 35 MB 02:13 2023-10-21T12:30:08.820 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:30:08.840 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:30:08.840 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:30:09.149 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:30:09.154 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:30:09.704 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:30:09.889 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:30:10.028 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-21T12:30:10.173 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:30:10.857 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-21T12:30:11.022 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:30:11.681 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-21T12:30:11.847 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:30:12.595 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-21T12:30:12.922 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-21T12:30:13.105 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:30:14.971 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-21T12:30:16.298 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-21T12:30:16.621 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:30:16.886 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 8/8 2023-10-21T12:30:16.886 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6820.gf080406 1/8 2023-10-21T12:30:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-10-21T12:30:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-10-21T12:30:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-10-21T12:30:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-10-21T12:30:16.887 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-10-21T12:30:16.888 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-10-21T12:30:18.008 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-10-21T12:30:18.009 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:08:49 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:21.754 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:30:21.963 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:21.963 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:30:21.964 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:30:21.964 INFO:teuthology.orchestra.run.smithi003.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:30:21.964 INFO:teuthology.orchestra.run.smithi003.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-21T12:30:21.964 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-21T12:30:21.964 INFO:teuthology.orchestra.run.smithi003.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-21T12:30:21.965 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-21T12:30:21.965 INFO:teuthology.orchestra.run.smithi003.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-21T12:30:21.965 INFO:teuthology.orchestra.run.smithi003.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-21T12:30:21.965 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:21.966 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:30:22.114 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-rook 2023-10-21T12:30:22.486 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:23.590 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:08:54 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:25.135 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:30:25.137 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================== 2023-10-21T12:30:25.137 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:30:25.137 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================== 2023-10-21T12:30:25.138 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:30:25.138 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-rook noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 48 k 2023-10-21T12:30:25.138 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:30:25.138 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-21T12:30:25.139 INFO:teuthology.orchestra.run.smithi003.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-21T12:30:25.139 INFO:teuthology.orchestra.run.smithi003.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-21T12:30:25.139 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-21T12:30:25.139 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-21T12:30:25.139 INFO:teuthology.orchestra.run.smithi003.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-21T12:30:25.140 INFO:teuthology.orchestra.run.smithi003.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-21T12:30:25.140 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-21T12:30:25.140 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-21T12:30:25.140 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-21T12:30:25.140 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout:======================================================================================================== 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout:Install 13 Packages 2023-10-21T12:30:25.141 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:25.142 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 1.9 M 2023-10-21T12:30:25.142 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 25 M 2023-10-21T12:30:25.143 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:30:25.576 INFO:teuthology.orchestra.run.smithi003.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 137 kB/s | 16 kB 00:00 2023-10-21T12:30:25.593 INFO:teuthology.orchestra.run.smithi003.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 242 kB/s | 33 kB 00:00 2023-10-21T12:30:25.685 INFO:teuthology.orchestra.run.smithi003.stdout:(3/13): python3-google-auth-1.1.1-10.el8.noarch 753 kB/s | 81 kB 00:00 2023-10-21T12:30:25.769 INFO:teuthology.orchestra.run.smithi003.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 770 kB/s | 64 kB 00:00 2023-10-21T12:30:25.857 INFO:teuthology.orchestra.run.smithi003.stdout:(5/13): ceph-mgr-rook-18.0.0-6820.gf0804064.el8 119 kB/s | 48 kB 00:00 2023-10-21T12:30:25.878 INFO:teuthology.orchestra.run.smithi003.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 563 kB/s | 61 kB 00:00 2023-10-21T12:30:25.920 INFO:teuthology.orchestra.run.smithi003.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.6 MB/s | 1.2 MB 00:00 2023-10-21T12:30:25.978 INFO:teuthology.orchestra.run.smithi003.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 906 kB/s | 110 kB 00:00 2023-10-21T12:30:26.004 INFO:teuthology.orchestra.run.smithi003.stdout:(9/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 211 kB/s | 27 kB 00:00 2023-10-21T12:30:26.030 INFO:teuthology.orchestra.run.smithi003.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.3 MB/s | 126 kB 00:00 2023-10-21T12:30:26.054 INFO:teuthology.orchestra.run.smithi003.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 299 kB/s | 20 kB 00:00 2023-10-21T12:30:26.079 INFO:teuthology.orchestra.run.smithi003.stdout:(12/13): python3-requests-oauthlib-1.0.0-1.el8. 567 kB/s | 43 kB 00:00 2023-10-21T12:30:26.104 INFO:teuthology.orchestra.run.smithi003.stdout:(13/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 2.0 MB/s | 155 kB 00:00 2023-10-21T12:30:26.105 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:30:26.105 INFO:teuthology.orchestra.run.smithi003.stdout:Total 2.0 MB/s | 1.9 MB 00:00 2023-10-21T12:30:26.172 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:30:26.189 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:30:26.189 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:30:26.272 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:30:26.276 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:30:27.025 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:30:27.257 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-21T12:30:27.467 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-21T12:30:27.711 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-21T12:30:27.968 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-10-21T12:30:28.135 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-10-21T12:30:28.303 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-10-21T12:30:28.517 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-10-21T12:30:28.728 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-21T12:30:28.945 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-21T12:30:29.204 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-21T12:30:30.125 INFO:teuthology.orchestra.run.smithi139.stdout:libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_6 1.0 kB/s | 31 kB 00:31 2023-10-21T12:30:30.125 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:30:30.126 INFO:teuthology.orchestra.run.smithi139.stdout:Total 998 B/s | 31 kB 00:31 2023-10-21T12:30:30.126 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:30:30.131 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:30:30.131 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:30:30.145 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:30:30.149 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:30:30.208 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:30:30.359 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-21T12:30:30.409 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:30.615 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:30.671 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-21T12:30:30.869 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:30:31.122 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 13/13 2023-10-21T12:30:31.122 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 1/13 2023-10-21T12:30:31.122 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-21T12:30:31.123 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-10-21T12:30:31.124 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-10-21T12:30:31.124 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-10-21T12:30:31.124 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-10-21T12:30:31.124 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-10-21T12:30:31.622 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:31.623 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:23 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:32.313 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-10-21T12:30:32.313 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:09:03 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:34.546 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:30:34.730 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:30:34.730 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:30:34.730 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:30:34.730 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:30:34.731 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:34.869 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados2 2023-10-21T12:30:35.227 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:35.464 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:30:35.666 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:35.666 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:30:35.667 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-rook-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:30:35.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-21T12:30:35.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-21T12:30:35.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-21T12:30:35.668 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-21T12:30:35.668 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-21T12:30:35.668 INFO:teuthology.orchestra.run.smithi003.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-21T12:30:35.668 INFO:teuthology.orchestra.run.smithi003.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-21T12:30:35.669 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-21T12:30:35.669 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-21T12:30:35.669 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-21T12:30:35.669 INFO:teuthology.orchestra.run.smithi003.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-21T12:30:35.669 INFO:teuthology.orchestra.run.smithi003.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-21T12:30:35.670 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:35.670 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:30:35.813 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-mgr-cephadm 2023-10-21T12:30:36.177 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:28 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:36.187 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:37.459 INFO:teuthology.orchestra.run.smithi139.stdout:Package librados2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:37.569 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:37.571 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:37.571 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:37.675 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:09:08 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:37.690 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librbd1 2023-10-21T12:30:38.046 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:39.221 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:30:39.222 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================================== 2023-10-21T12:30:39.222 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:30:39.223 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================================== 2023-10-21T12:30:39.223 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:30:39.223 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 132 k 2023-10-21T12:30:39.223 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:30:39.223 INFO:teuthology.orchestra.run.smithi003.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-21T12:30:39.224 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-21T12:30:39.224 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-21T12:30:39.224 INFO:teuthology.orchestra.run.smithi003.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-21T12:30:39.224 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:39.224 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:30:39.225 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================================== 2023-10-21T12:30:39.225 INFO:teuthology.orchestra.run.smithi003.stdout:Install 5 Packages 2023-10-21T12:30:39.225 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:39.226 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 6.0 M 2023-10-21T12:30:39.226 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 26 M 2023-10-21T12:30:39.226 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:30:39.559 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:31 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:39.753 INFO:teuthology.orchestra.run.smithi003.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 204 kB/s | 60 kB 00:00 2023-10-21T12:30:39.770 INFO:teuthology.orchestra.run.smithi003.stdout:(2/5): ceph-mgr-cephadm-18.0.0-6820.gf0804064.e 424 kB/s | 132 kB 00:00 2023-10-21T12:30:39.904 INFO:teuthology.orchestra.run.smithi003.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.0 MB/s | 476 kB 00:00 2023-10-21T12:30:39.937 INFO:teuthology.orchestra.run.smithi003.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.9 MB/s | 538 kB 00:00 2023-10-21T12:30:40.179 INFO:teuthology.orchestra.run.smithi003.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 12 MB/s | 4.8 MB 00:00 2023-10-21T12:30:40.181 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:30:40.182 INFO:teuthology.orchestra.run.smithi003.stdout:Total 6.2 MB/s | 6.0 MB 00:00 2023-10-21T12:30:40.238 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:30:40.251 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:30:40.252 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:30:40.337 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:30:40.341 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:30:40.906 INFO:teuthology.orchestra.run.smithi139.stdout:Package librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:41.015 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:41.016 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:41.016 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:41.139 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rados 2023-10-21T12:30:41.360 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:30:41.495 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:42.298 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-21T12:30:42.749 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-21T12:30:43.006 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:35 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:43.107 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:30:43.404 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-21T12:30:43.642 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:30:43.880 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 5/5 2023-10-21T12:30:43.880 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 1/5 2023-10-21T12:30:43.881 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-21T12:30:43.881 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-21T12:30:43.881 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-21T12:30:43.999 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-nbd-18.0.0-6820.gf0804064.el8.x86_64.rpm 2.8 kB/s | 179 kB 01:04 2023-10-21T12:30:44.000 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:30:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.8 kB/s | 179 kB 01:04 2023-10-21T12:30:44.001 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-10-21T12:30:44.015 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-10-21T12:30:44.015 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-10-21T12:30:44.074 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-10-21T12:30:44.078 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-10-21T12:30:44.208 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-10-21T12:30:44.285 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:44.377 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:44.395 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:44.396 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:44.396 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:44.541 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rgw 2023-10-21T12:30:44.610 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:44.896 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:44.970 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-21T12:30:44.970 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:09:15 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:45.685 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:30:45.685 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:11:57 ago on Sat 21 Oct 2023 12:18:48 PM UTC. 2023-10-21T12:30:45.841 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:37 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:47.105 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:47.215 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:47.216 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:47.217 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:47.346 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-cephfs 2023-10-21T12:30:47.702 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:49.306 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:41 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:50.576 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:50.684 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:50.686 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:50.686 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:50.818 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rbd 2023-10-21T12:30:51.173 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:51.848 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:30:52.050 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:52.050 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:30:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-cephadm-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:30:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-21T12:30:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-21T12:30:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-21T12:30:52.051 INFO:teuthology.orchestra.run.smithi003.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-21T12:30:52.052 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:52.052 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:30:52.193 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-fuse 2023-10-21T12:30:52.235 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-10-21T12:30:52.418 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:30:52.419 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-10-21T12:30:52.419 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:30:52.419 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-10-21T12:30:52.419 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-10-21T12:30:52.570 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:52.589 DEBUG:teuthology.parallel:result is None 2023-10-21T12:30:52.908 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:44 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:54.134 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:09:25 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:30:54.177 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:30:54.287 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:54.288 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2023-10-21T12:30:54.288 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:30:54.414 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-fuse 2023-10-21T12:30:54.769 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:30:55.683 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:30:55.683 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:30:55.683 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:30:55.684 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:30:55.684 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:30:55.684 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-fuse 2023-10-21T12:30:55.684 INFO:teuthology.orchestra.run.smithi003.stdout: x86_64 2:18.0.0-6820.gf0804064.el8 ceph 918 k 2023-10-21T12:30:55.684 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-10-21T12:30:55.685 INFO:teuthology.orchestra.run.smithi003.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-21T12:30:55.685 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:55.685 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:30:55.685 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:30:55.685 INFO:teuthology.orchestra.run.smithi003.stdout:Install 2 Packages 2023-10-21T12:30:55.686 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:30:55.686 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 1.0 M 2023-10-21T12:30:55.686 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 3.1 M 2023-10-21T12:30:55.687 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:30:55.882 INFO:teuthology.orchestra.run.smithi003.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 419 kB/s | 83 kB 00:00 2023-10-21T12:30:56.296 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:13:48 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:30:57.675 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:30:57.676 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:30:57.676 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-21T12:30:57.677 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:30:57.677 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:30:57.677 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 94 k 2023-10-21T12:30:57.677 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:30:57.677 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:30:57.678 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:30:57.678 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:30:57.678 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:30:57.678 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 94 k 2023-10-21T12:30:57.678 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 276 k 2023-10-21T12:30:57.679 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:31:28.250 INFO:teuthology.orchestra.run.smithi003.stdout:(2/2): ceph-fuse-18.0.0-6820.gf0804064.el8.x86_ 28 kB/s | 918 kB 00:32 2023-10-21T12:31:28.251 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:31:28.251 INFO:teuthology.orchestra.run.smithi003.stdout:Total 31 kB/s | 1.0 MB 00:32 2023-10-21T12:31:28.264 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:31:28.289 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:31:28.289 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:31:28.375 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:31:28.378 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:31:28.548 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:31:28.835 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-21T12:31:29.001 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:31:29.342 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2/2 2023-10-21T12:31:29.343 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/2 2023-10-21T12:31:30.295 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm 2.9 kB/s | 94 kB 00:32 2023-10-21T12:31:30.296 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:31:30.297 INFO:teuthology.orchestra.run.smithi139.stdout:Total 2.9 kB/s | 94 kB 00:32 2023-10-21T12:31:30.297 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:31:30.309 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:31:30.309 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:31:30.370 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:31:30.373 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:31:30.498 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:31:30.530 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-21T12:31:30.530 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:10:01 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:31:30.690 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:30.925 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:32.038 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:32.038 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:14:24 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:31:33.122 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:31:33.323 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:33.324 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:31:33.324 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-21T12:31:33.324 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:33.324 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:31:33.465 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install ceph-volume 2023-10-21T12:31:33.858 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:31:34.634 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:31:34.793 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:10:05 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:31:34.816 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:34.816 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:31:34.816 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:31:34.816 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:34.817 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:31:34.956 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-mirror 2023-10-21T12:31:35.315 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:31:36.131 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:14:28 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:31:36.362 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:31:36.369 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:36.369 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-10-21T12:31:36.369 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:36.370 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:31:36.370 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-volume noarch 2:18.0.0-6820.gf0804064.el8 ceph-noarch 261 k 2023-10-21T12:31:36.370 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:36.371 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:31:36.371 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:36.371 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:31:36.372 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:36.372 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 261 k 2023-10-21T12:31:36.372 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 1.3 M 2023-10-21T12:31:36.372 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:31:36.636 INFO:teuthology.orchestra.run.smithi003.stdout:ceph-volume-18.0.0-6820.gf0804064.el8.noarch.rp 959 kB/s | 261 kB 00:00 2023-10-21T12:31:36.637 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:31:36.637 INFO:teuthology.orchestra.run.smithi003.stdout:Total 954 kB/s | 261 kB 00:00 2023-10-21T12:31:36.637 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:31:36.649 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:31:36.649 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:31:36.668 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:31:36.672 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:31:36.845 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:31:37.126 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:31:37.490 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:31:37.499 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:31:37.500 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:37.500 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2023-10-21T12:31:37.501 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:37.501 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:31:37.501 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.6 M 2023-10-21T12:31:37.502 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:37.502 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:31:37.502 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:37.502 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:31:37.503 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:37.503 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 3.6 M 2023-10-21T12:31:37.503 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 17 M 2023-10-21T12:31:37.503 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:31:38.713 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 1/1 2023-10-21T12:31:38.713 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:10:09 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:31:39.472 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-mirror-18.0.0-6820.gf0804064.el8.x86_64.rpm 1.8 MB/s | 3.6 MB 00:01 2023-10-21T12:31:39.473 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:31:39.473 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.8 MB/s | 3.6 MB 00:01 2023-10-21T12:31:39.474 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:31:39.487 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:31:39.488 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:31:39.558 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:31:39.562 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:31:40.017 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:31:40.200 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:40.586 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:41.469 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:31:41.671 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:41.672 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:31:41.672 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-volume-2:18.0.0-6820.gf0804064.el8.noarch 2023-10-21T12:31:41.672 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:41.672 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:31:41.704 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:41.705 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:14:33 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:31:41.821 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librados-devel 2023-10-21T12:31:42.204 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:31:43.097 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:10:14 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:31:44.380 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:31:44.564 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:44.564 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:31:44.565 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:31:44.565 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:44.565 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:31:44.661 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:31:44.662 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:44.663 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2023-10-21T12:31:44.663 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:44.663 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:31:44.663 INFO:teuthology.orchestra.run.smithi003.stdout: librados-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 139 k 2023-10-21T12:31:44.664 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:44.664 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:31:44.664 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:31:44.664 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:31:44.664 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:31:44.665 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 139 k 2023-10-21T12:31:44.665 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 513 k 2023-10-21T12:31:44.665 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:31:44.713 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-nbd 2023-10-21T12:31:45.069 INFO:teuthology.orchestra.run.smithi139.stdout:Updating Subscription Management repositories. 2023-10-21T12:31:45.934 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:14:37 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:31:47.314 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-21T12:31:47.315 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:47.315 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-21T12:31:47.315 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:47.315 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-21T12:31:47.316 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 179 k 2023-10-21T12:31:47.316 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:47.316 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-21T12:31:47.316 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-21T12:31:47.316 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2023-10-21T12:31:47.317 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:47.317 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 179 k 2023-10-21T12:31:47.317 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 564 k 2023-10-21T12:31:47.317 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-21T12:31:47.508 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-nbd-18.0.0-6820.gf0804064.el8.x86_64.rpm 931 kB/s | 179 kB 00:00 2023-10-21T12:31:47.509 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:31:47.509 INFO:teuthology.orchestra.run.smithi139.stdout:Total 925 kB/s | 179 kB 00:00 2023-10-21T12:31:47.509 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-21T12:31:47.521 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-21T12:31:47.521 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-21T12:31:47.574 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-21T12:31:47.578 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-21T12:31:47.726 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-21T12:31:47.929 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:48.163 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:49.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:31:49.224 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:14:41 ago on Sat 21 Oct 2023 12:17:08 PM UTC. 2023-10-21T12:31:51.747 INFO:teuthology.orchestra.run.smithi139.stdout:Installed products updated. 2023-10-21T12:31:51.934 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:51.934 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-21T12:31:51.934 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:31:51.935 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-21T12:31:51.935 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-21T12:31:52.114 DEBUG:teuthology.parallel:result is None 2023-10-21T12:33:53.082 INFO:teuthology.orchestra.run.smithi003.stdout:[MIRROR] librados-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm: Curl error (7): Couldn't connect to server for https://2.chacra.ceph.com/r/ceph/main/f0804064d67a2a63dbabf1801ff452580a050cfc/centos/8/flavors/default/x86_64/librados-devel-18.0.0-6820.gf0804064.el8.x86_64.rpm [Failed to connect to 2.chacra.ceph.com port 443: Connection timed out] 2023-10-21T12:33:53.265 INFO:teuthology.orchestra.run.smithi003.stdout:librados-devel-18.0.0-6820.gf0804064.el8.x86_64 1.1 kB/s | 139 kB 02:08 2023-10-21T12:33:53.266 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:33:53.266 INFO:teuthology.orchestra.run.smithi003.stdout:Total 1.1 kB/s | 139 kB 02:08 2023-10-21T12:33:53.266 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:33:53.273 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:33:53.274 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:33:53.338 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:33:53.342 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:33:53.469 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:33:53.627 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:33:53.870 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:33:54.963 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:33:54.964 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:12:25 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:34:01.359 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:34:01.558 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:34:01.558 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:34:01.559 INFO:teuthology.orchestra.run.smithi003.stdout: librados-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:34:01.559 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:34:01.559 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:34:01.703 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install libcephfs2 2023-10-21T12:34:02.082 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:34:03.723 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:12:34 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:34:05.156 INFO:teuthology.orchestra.run.smithi003.stdout:Package libcephfs2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:34:05.278 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:34:05.280 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:34:05.280 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:34:05.416 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install libcephfs-devel 2023-10-21T12:34:05.792 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:34:07.524 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:12:38 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:34:09.096 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:34:09.097 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:34:09.097 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2023-10-21T12:34:09.097 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:34:09.097 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:34:09.097 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-devel x86_64 2:18.0.0-6820.gf0804064.el8 ceph 31 k 2023-10-21T12:34:09.098 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:34:09.098 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:34:09.098 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:34:09.098 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:34:09.098 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:34:09.099 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 31 k 2023-10-21T12:34:09.099 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 139 k 2023-10-21T12:34:09.099 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:35:13.525 INFO:teuthology.orchestra.run.smithi003.stdout:libcephfs-devel-18.0.0-6820.gf0804064.el8.x86_6 492 B/s | 31 kB 01:04 2023-10-21T12:35:13.526 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:35:13.527 INFO:teuthology.orchestra.run.smithi003.stdout:Total 492 B/s | 31 kB 01:04 2023-10-21T12:35:13.527 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:35:13.532 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:35:13.532 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:35:13.547 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:35:13.552 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:35:13.647 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:35:13.815 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:14.037 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:15.103 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:15.104 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:13:46 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:23.210 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:35:23.408 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:23.409 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:35:23.409 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-devel-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:35:23.409 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:23.409 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:23.559 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librados2 2023-10-21T12:35:23.940 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:25.545 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:13:56 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:26.984 INFO:teuthology.orchestra.run.smithi003.stdout:Package librados2-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:27.101 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:27.103 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:27.103 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:27.235 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install librbd1 2023-10-21T12:35:27.610 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:29.249 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:00 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:30.631 INFO:teuthology.orchestra.run.smithi003.stdout:Package librbd1-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:30.751 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:30.752 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:30.752 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:30.900 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rados 2023-10-21T12:35:31.277 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:32.894 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:03 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:34.311 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rados-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:34.431 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:34.432 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:34.432 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:34.583 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rgw 2023-10-21T12:35:34.962 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:36.538 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:07 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:37.968 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rgw-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:38.087 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:38.088 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:38.089 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:38.206 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-cephfs 2023-10-21T12:35:38.583 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:40.253 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:11 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:41.686 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-cephfs-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:41.806 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:41.807 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:41.807 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:41.973 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install python3-rbd 2023-10-21T12:35:42.353 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:43.512 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:14 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:44.946 INFO:teuthology.orchestra.run.smithi003.stdout:Package python3-rbd-2:18.0.0-6820.gf0804064.el8.x86_64 is already installed. 2023-10-21T12:35:45.065 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:45.066 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-10-21T12:35:45.067 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:45.190 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-fuse 2023-10-21T12:35:45.566 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:47.198 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:18 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:48.682 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:48.683 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:48.684 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-21T12:35:48.684 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:48.684 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:35:48.684 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-fuse x86_64 2:18.0.0-6820.gf0804064.el8 ceph 94 k 2023-10-21T12:35:48.684 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:48.685 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:35:48.685 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:48.685 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:35:48.685 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:48.686 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 94 k 2023-10-21T12:35:48.686 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 276 k 2023-10-21T12:35:48.686 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:35:49.050 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-fuse-18.0.0-6820.gf0804064.el8.x86_64.rpm 256 kB/s | 94 kB 00:00 2023-10-21T12:35:49.051 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:35:49.051 INFO:teuthology.orchestra.run.smithi003.stdout:Total 255 kB/s | 94 kB 00:00 2023-10-21T12:35:49.051 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:35:49.063 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:35:49.063 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:35:49.122 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:35:49.126 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:35:49.253 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:35:49.401 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:49.640 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:50.721 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:35:50.722 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:21 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:56.133 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:35:56.337 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:56.337 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:35:56.338 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-fuse-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:35:56.338 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:56.338 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:35:56.492 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-mirror 2023-10-21T12:35:56.870 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:35:58.045 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:14:29 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:35:59.611 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:35:59.612 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:59.612 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repo Size 2023-10-21T12:35:59.613 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:59.613 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:35:59.613 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-mirror x86_64 2:18.0.0-6820.gf0804064.el8 ceph 3.6 M 2023-10-21T12:35:59.613 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:59.613 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:35:59.614 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:35:59.614 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:35:59.614 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:35:59.614 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 3.6 M 2023-10-21T12:35:59.614 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 17 M 2023-10-21T12:35:59.615 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:36:31.667 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-mirror-18.0.0-6820.gf0804064.el8.x86_64.rpm 115 kB/s | 3.6 MB 00:32 2023-10-21T12:36:31.668 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:36:31.668 INFO:teuthology.orchestra.run.smithi003.stdout:Total 115 kB/s | 3.6 MB 00:32 2023-10-21T12:36:31.669 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:36:31.684 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:36:31.684 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:36:31.761 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:36:31.765 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:36:32.253 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:36:32.438 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:32.808 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:33.957 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:33.957 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:15:04 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:36:40.102 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:36:40.303 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:40.304 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:36:40.304 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-mirror-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:36:40.304 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:40.304 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:36:40.445 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum -y install rbd-nbd 2023-10-21T12:36:40.839 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-10-21T12:36:42.495 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:15:13 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:36:44.045 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-10-21T12:36:44.046 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:36:44.046 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-10-21T12:36:44.047 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:36:44.048 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-10-21T12:36:44.048 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-nbd x86_64 2:18.0.0-6820.gf0804064.el8 ceph 179 k 2023-10-21T12:36:44.048 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:44.048 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-10-21T12:36:44.048 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-10-21T12:36:44.049 INFO:teuthology.orchestra.run.smithi003.stdout:Install 1 Package 2023-10-21T12:36:44.049 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:44.049 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 179 k 2023-10-21T12:36:44.049 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 564 k 2023-10-21T12:36:44.049 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-10-21T12:36:44.354 INFO:teuthology.orchestra.run.smithi003.stdout:rbd-nbd-18.0.0-6820.gf0804064.el8.x86_64.rpm 587 kB/s | 179 kB 00:00 2023-10-21T12:36:44.354 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-10-21T12:36:44.354 INFO:teuthology.orchestra.run.smithi003.stdout:Total 584 kB/s | 179 kB 00:00 2023-10-21T12:36:44.354 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-10-21T12:36:44.366 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-10-21T12:36:44.367 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-10-21T12:36:44.426 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-10-21T12:36:44.430 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-10-21T12:36:44.552 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-10-21T12:36:44.734 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:44.972 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:46.107 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 1/1 2023-10-21T12:36:46.108 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:15:17 ago on Sat 21 Oct 2023 12:21:29 PM UTC. 2023-10-21T12:36:52.941 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-10-21T12:36:53.147 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:53.147 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-10-21T12:36:53.147 INFO:teuthology.orchestra.run.smithi003.stdout: rbd-nbd-2:18.0.0-6820.gf0804064.el8.x86_64 2023-10-21T12:36:53.147 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-10-21T12:36:53.148 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-10-21T12:36:53.304 DEBUG:teuthology.parallel:result is None 2023-10-21T12:36:53.305 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:37:57.142 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-21T12:37:57.170 INFO:teuthology.orchestra.run.smithi003.stdout:18.0.0-6820.gf0804064.el8 2023-10-21T12:37:57.171 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6820.gf0804064.el8 2023-10-21T12:37:57.171 INFO:teuthology.task.install:The correct ceph version 18.0.0-6820.gf0804064 is installed. 2023-10-21T12:37:57.172 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:37:57.323 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-21T12:37:57.352 INFO:teuthology.orchestra.run.smithi139.stdout:18.0.0-6820.gf0804064.el8 2023-10-21T12:37:57.352 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6820.gf0804064.el8 2023-10-21T12:37:57.352 INFO:teuthology.task.install:The correct ceph version 18.0.0-6820.gf0804064 is installed. 2023-10-21T12:37:57.353 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc 2023-10-21T12:40:08.060 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 87, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 47, in verify_package_version version = builder.version File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 544, in version self._version = self._get_package_version() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 955, in _get_package_version self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 936, in assert_result if len(self._result.json()) == 0: File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T12:40:08.064 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 87, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 47, in verify_package_version version = builder.version File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 544, in version self._version = self._get_package_version() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 955, in _get_package_version self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 936, in assert_result if len(self._result.json()) == 0: File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T12:40:08.144 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7cae9a3cb2364d1491d40befbd4069dd Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/gevent/_socketcommon.py", line 607, in connect raise _SocketError(err, strerror(err)) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/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_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 87, in install_packages verify_package_version(ctx, config, remote) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/task/install/__init__.py", line 47, in verify_package_version version = builder.version File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 544, in version self._version = self._get_package_version() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 955, in _get_package_version self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 936, in assert_result if len(self._result.json()) == 0: File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 862, in _result self._result_obj = self._search() File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/teuthology/packaging.py", line 868, in _search resp = requests.get( File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_202b180cb047e798fb131047314a862593f45403/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='shaman.ceph.com', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2023-10-21T12:40:08.152 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-10-21T12:40:08.164 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-21T12:40:08.212 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-21T12:40:08.213 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:40:08.228 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:40:08.232 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-21T12:40:08.238 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-10-21T12:40:08.244 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:40:08.244 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-10-21T12:40:08.245 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +898us[ +898us] +/- 87ms 2023-10-21T12:40:08.245 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv02.front.sepia.ceph.com 3 7 377 27 -1259us[-1238us] +/- 61ms 2023-10-21T12:40:08.245 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +866us[ +866us] +/- 60ms 2023-10-21T12:40:08.245 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:40:08.248 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-10-21T12:40:08.254 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-10-21T12:40:08.256 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:40:08.256 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-10-21T12:40:08.256 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +850us[ +881us] +/- 87ms 2023-10-21T12:40:08.257 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -1355us[-1324us] +/- 61ms 2023-10-21T12:40:08.257 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 27 +811us[ +843us] +/- 60ms 2023-10-21T12:40:08.257 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:40:08.259 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-21T12:40:08.259 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-10-21T12:40:08.259 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 29 +854us[ +880us] +/- 87ms 2023-10-21T12:40:08.260 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -1347us[-1321us] +/- 61ms 2023-10-21T12:40:08.260 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +812us[ +837us] +/- 60ms 2023-10-21T12:40:08.260 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-21T12:40:08.261 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-21T12:40:08.272 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-21T12:40:08.273 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-21T12:40:08.310 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:40:08.426 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:40:08.638 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-10-21T12:40:08.774 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:40:08.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:08.814 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:40:08.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:08.850 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-10-21T12:40:08.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:08.884 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-21T12:40:08.894 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-21T12:40:08.936 INFO:teuthology.task.internal:Duration was 2142.816075 seconds 2023-10-21T12:40:08.937 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-21T12:40:08.986 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-21T12:40:08.987 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T12:40:08.990 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T12:40:08.993 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-21T12:40:09.039 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:40:09.042 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:40:09.044 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-21T12:40:09.360 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-21T12:40:09.361 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2023-10-21T12:40:09.361 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:40:09.387 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2023-10-21T12:40:09.388 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:40:09.415 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2023-10-21T12:40:09.415 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-10-21T12:40:09.438 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-21T12:40:09.438 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T12:40:09.441 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T12:40:09.457 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-21T12:40:09.518 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-21T12:40:09.519 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T12:40:09.522 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T12:40:09.540 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-21T12:40:09.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-21T12:40:09.639 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-21T12:40:09.640 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T12:40:09.681 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T12:40:09.722 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-21T12:40:09.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-21T12:40:09.768 DEBUG:teuthology.orchestra.run.smithi003:> 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-10-21T12:40:09.771 DEBUG:teuthology.orchestra.run.smithi139:> 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-10-21T12:40:09.774 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-10-21T12:40:09.796 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2023-10-21T12:40:09.798 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2023-10-21T12:40:09.823 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2023-10-21T12:40:09.838 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T12:40:09.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:09.870 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T12:40:09.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:09.887 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-21T12:40:09.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-21T12:40:09.903 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-21T12:40:09.914 INFO:teuthology.task.internal:Transferring archived files... 2023-10-21T12:40:09.915 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090/remote/smithi003 2023-10-21T12:40:09.916 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T12:40:09.987 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090/remote/smithi139 2023-10-21T12:40:09.988 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T12:40:10.031 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090/remote/smithi177 2023-10-21T12:40:10.032 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-21T12:40:10.080 INFO:teuthology.task.internal:Removing archive directory... 2023-10-21T12:40:10.081 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T12:40:10.083 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T12:40:10.086 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-21T12:40:10.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-21T12:40:10.146 INFO:teuthology.task.internal:Not uploading archives. 2023-10-21T12:40:10.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-21T12:40:10.185 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-21T12:40:10.185 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T12:40:10.188 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T12:40:10.191 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-21T12:40:10.203 INFO:teuthology.orchestra.run.smithi003.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 12:40 /home/ubuntu/cephtest 2023-10-21T12:40:10.205 INFO:teuthology.orchestra.run.smithi139.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 12:40 /home/ubuntu/cephtest 2023-10-21T12:40:10.207 INFO:teuthology.orchestra.run.smithi177.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 21 12:40 /home/ubuntu/cephtest 2023-10-21T12:40:10.208 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-21T12:40:10.237 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-21T12:40:10.345 INFO:teuthology.nuke:Checking targets against current locks 2023-10-21T12:40:10.372 DEBUG:teuthology.nuke:shortname: smithi003 2023-10-21T12:40:10.373 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:40:10.397 DEBUG:teuthology.nuke:shortname: smithi139 2023-10-21T12:40:10.398 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:40:10.404 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090', '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-10-21 11:59:14.281530', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T12:40:10.422 DEBUG:teuthology.nuke:shortname: smithi177 2023-10-21T12:40:10.423 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-21T12:40:10.428 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090', '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-10-21 11:59:14.279721', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T12:40:10.443 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-20_18:45:04-orch-main-distro-default-smithi/7434090', '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-10-21 11:59:14.283077', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-21T12:40:10.455 INFO:teuthology.orchestra.console.smithi003:Power off 2023-10-21T12:40:10.456 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T12:40:10.479 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2023-10-21T12:40:10.479 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:10.501 INFO:teuthology.orchestra.console.smithi177:Power off 2023-10-21T12:40:10.502 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T12:40:10.518 INFO:teuthology.orchestra.console.smithi139:Power off 2023-10-21T12:40:10.519 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-21T12:40:10.528 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-10-21T12:40:10.528 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2023-10-21T12:40:10.529 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:10.543 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2023-10-21T12:40:10.544 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:10.555 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-10-21T12:40:10.568 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-10-21T12:40:14.529 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:14.556 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:14.570 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:14.643 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-10-21T12:40:14.666 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-10-21T12:40:14.682 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-10-21T12:40:18.646 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:18.667 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:18.683 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:18.757 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2023-10-21T12:40:18.782 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-10-21T12:40:18.798 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2023-10-21T12:40:18.859 INFO:teuthology.orchestra.console.smithi003:Power off completed 2023-10-21T12:40:18.899 INFO:teuthology.orchestra.console.smithi139:Power off completed 2023-10-21T12:40:22.786 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-21T12:40:22.897 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2023-10-21T12:40:22.998 INFO:teuthology.orchestra.console.smithi177:Power off completed 2023-10-21T12:40:23.103 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 2142.8160746097565 failure_reason: 'HTTPSConnectionPool(host=''shaman.ceph.com'', port=443): Max retries exceeded with url: /api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0804064d67a2a63dbabf1801ff452580a050cfc (Caused by NewConnectionError('': Failed to establish a new connection: [Errno 110] Connection timed out''))' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7cae9a3cb2364d1491d40befbd4069dd status: fail success: false 2023-10-21T12:40:23.104 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-21T12:40:23.182 INFO:teuthology.run:FAIL