2024-04-30T10:18:02.147 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-30T10:18:02.147 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346 --name yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/orig.config.yaml 2024-04-30T10:18:02.179 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T10:18:02.258 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346 branch: wip-yuri4-testing-2024-04-29-0642 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7680346' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-04-29-0642 ceph: conf: global: mon election default strategy: 3 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\) - MON_DOWN - POOL_APP_NOT_ENABLED log-only-match: - CEPHADM_ sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-04-29-0642 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 owner: scheduled_yuriw@teuthology priority: 99 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: 2046 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-04-29-0642 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFL9DiAA+NA2ExaVk7C8WCg2CrGxOh4kxNhr2dZdDVXEHjOFxkistw/fA/l5CkHp4BRia412iMUmj6rjiChwDLE= smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDUxZVT+qbXig0xRiJf5mLdGM9wkxURLRwKPlfSygOiHDbLWAY4+5kQWMX3oTLdUdtnmGpnsZ6yl9IZ3meOZrJY= smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMV7JJRInnZfpTQwJRpoi9wB+VwUngM0N503rXLayUXK2KqIjHIgRUFJLSWXpkc8rxqirBf6cO6DyOTXZxcuLtQ= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.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 0x7fcbba167160>, signals=[15]) 2024-04-30T10:18:02.681 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-30T10:18:02.687 INFO:teuthology.task.internal:Opening connections... 2024-04-30T10:18:02.687 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-04-30T10:18:02.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:18:02.765 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-04-30T10:18:02.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:18:02.842 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-04-30T10:18:02.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:18:02.916 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-30T10:18:02.922 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-04-30T10:18:02.941 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-04-30T10:18:02.941 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-04-30T10:18:02.998 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-04-30T10:18:02.998 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="9" 2024-04-30T10:18:02.998 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-04-30T10:18:02.998 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="9" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el9" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:LOGO="fedora-logo-icon" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T10:18:02.999 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T10:18:03.000 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-04-30T10:18:03.024 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-04-30T10:18:03.043 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-04-30T10:18:03.043 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-04-30T10:18:03.100 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="CentOS Stream" 2024-04-30T10:18:03.100 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:ID="centos" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE="rhel fedora" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:PLATFORM_ID="platform:el9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:ANSI_COLOR="0;31" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:LOGO="fedora-logo-icon" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://centos.org/" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T10:18:03.101 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T10:18:03.102 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-04-30T10:18:03.124 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-04-30T10:18:03.143 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-04-30T10:18:03.143 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="CentOS Stream" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="9" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:ID="centos" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE="rhel fedora" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="9" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:PLATFORM_ID="platform:el9" 2024-04-30T10:18:03.201 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:ANSI_COLOR="0;31" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:LOGO="fedora-logo-icon" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://centos.org/" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T10:18:03.202 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T10:18:03.202 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-04-30T10:18:03.224 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-30T10:18:03.234 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-30T10:18:03.246 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-30T10:18:03.247 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-04-30T10:18:03.249 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-04-30T10:18:03.252 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-04-30T10:18:03.269 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-30T10:18:03.280 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-30T10:18:03.280 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-04-30T10:18:03.307 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-04-30T10:18:03.309 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-04-30T10:18:03.333 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-30T10:18:03.415 INFO:teuthology.run_tasks:Running task kernel... 2024-04-30T10:18:03.432 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-30T10:18:03.432 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-30T10:18:03.432 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T10:18:03.433 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T10:18:03.433 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T10:18:03.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:03.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:03.452 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-04-30T10:18:03.452 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-30T10:18:03.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:03.453 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-04-30T10:18:03.510 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-437.el9.x86_64 2024-04-30T10:18:03.510 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.14.0-437.el9.x86_64 2024-04-30T10:18:03.510 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum install -y kernel 2024-04-30T10:18:03.511 INFO:teuthology.orchestra.run.smithi044.stdout:5.14.0-437.el9.x86_64 2024-04-30T10:18:03.511 INFO:teuthology.task.kernel:Running kernel on smithi044: 5.14.0-437.el9.x86_64 2024-04-30T10:18:03.511 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum install -y kernel 2024-04-30T10:18:03.512 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-437.el9.x86_64 2024-04-30T10:18:03.512 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.14.0-437.el9.x86_64 2024-04-30T10:18:03.513 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-04-30T10:18:05.968 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 9.8 MB/s | 8.0 MB 00:00 2024-04-30T10:18:06.511 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-04-30T10:18:06.517 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 6.0 MB/s | 8.0 MB 00:01 2024-04-30T10:18:08.925 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-30T10:18:09.160 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-04-30T10:18:13.626 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.2 MB 00:00 2024-04-30T10:18:15.510 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-30T10:18:16.553 INFO:teuthology.orchestra.run.smithi044.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-30T10:18:21.953 INFO:teuthology.orchestra.run.smithi044.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-04-30T10:18:21.979 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 693 kB/s | 6.2 MB 00:09 2024-04-30T10:18:23.803 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-30T10:18:23.901 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T10:18:23.901 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T10:18:23.997 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:18:23.999 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:18:23.999 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:18:24.132 DEBUG:teuthology.orchestra.run.smithi044:> echo no | sudo yum reinstall kernel || true 2024-04-30T10:18:24.693 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 10:18:21 AM UTC. 2024-04-30T10:18:24.816 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:18:24.830 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:24.830 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:24.830 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout:Reinstalling: 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:24.831 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 255 k 2024-04-30T10:18:24.832 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 0 2024-04-30T10:18:24.832 INFO:teuthology.orchestra.run.smithi044.stderr:Operation aborted. 2024-04-30T10:18:24.899 INFO:teuthology.orchestra.run.smithi044.stdout:Is this ok [y/N]: 2024-04-30T10:18:24.900 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum reinstall -y kernel || true 2024-04-30T10:18:25.247 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-30T10:18:25.412 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:00:04 ago on Tue 30 Apr 2024 10:18:21 AM UTC. 2024-04-30T10:18:25.535 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout:Reinstalling: 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:25.536 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:18:25.537 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:18:25.537 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:25.537 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 255 k 2024-04-30T10:18:25.537 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 0 2024-04-30T10:18:25.537 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:18:26.047 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-30T10:18:26.047 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:18:26.047 INFO:teuthology.orchestra.run.smithi044.stdout:Total 498 kB/s | 255 kB 00:00 2024-04-30T10:18:26.065 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:18:26.237 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:18:26.237 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:18:26.242 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:18:26.243 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:18:26.405 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:18:26.489 INFO:teuthology.orchestra.run.smithi044.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:26.489 INFO:teuthology.orchestra.run.smithi044.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:27.165 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:27.165 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:27.879 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:27.880 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:27.880 INFO:teuthology.orchestra.run.smithi044.stdout:Reinstalled: 2024-04-30T10:18:27.880 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:27.880 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:18:27.880 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:18:28.094 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T10:18:28.182 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:28.182 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T10:18:28.183 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T10:18:28.183 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-30T10:18:28.183 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T10:18:28.214 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2024-04-30T10:18:28.241 DEBUG:teuthology.parallel:result is None 2024-04-30T10:18:30.219 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 862 kB/s | 19 MB 00:22 2024-04-30T10:18:30.486 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-04-30T10:18:32.451 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T10:18:32.451 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T10:18:32.540 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:18:32.541 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:18:32.541 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:18:32.651 DEBUG:teuthology.orchestra.run.smithi033:> echo no | sudo yum reinstall kernel || true 2024-04-30T10:18:33.170 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 10:18:30 AM UTC. 2024-04-30T10:18:33.294 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalling: 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 255 k 2024-04-30T10:18:33.306 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 0 2024-04-30T10:18:33.307 INFO:teuthology.orchestra.run.smithi033.stderr:Operation aborted. 2024-04-30T10:18:33.366 INFO:teuthology.orchestra.run.smithi033.stdout:Is this ok [y/N]: 2024-04-30T10:18:33.366 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum reinstall -y kernel || true 2024-04-30T10:18:33.885 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 10:18:30 AM UTC. 2024-04-30T10:18:34.006 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalling: 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:34.007 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 255 k 2024-04-30T10:18:34.008 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 0 2024-04-30T10:18:34.008 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:18:34.221 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-437.el9.x86_64.rpm 2.6 MB/s | 255 kB 00:00 2024-04-30T10:18:34.221 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:18:34.221 INFO:teuthology.orchestra.run.smithi033.stdout:Total 1.2 MB/s | 255 kB 00:00 2024-04-30T10:18:34.243 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:18:34.427 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:18:34.427 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:18:34.432 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:18:34.433 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:18:34.586 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:18:34.664 INFO:teuthology.orchestra.run.smithi033.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:34.664 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:34.699 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 6.2 MB 00:00 2024-04-30T10:18:35.321 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:35.321 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:36.038 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:36.038 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:36.038 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalled: 2024-04-30T10:18:36.038 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:36.038 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:18:36.039 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:18:36.208 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T10:18:36.225 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-30T10:18:36.256 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:36.256 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T10:18:36.257 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T10:18:36.257 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-30T10:18:36.257 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T10:18:36.291 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-04-30T10:18:36.313 DEBUG:teuthology.parallel:result is None 2024-04-30T10:18:37.937 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-30T10:18:43.126 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-30T10:18:45.074 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T10:18:45.074 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T10:18:45.164 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:18:45.165 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:18:45.165 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:18:45.273 DEBUG:teuthology.orchestra.run.smithi026:> echo no | sudo yum reinstall kernel || true 2024-04-30T10:18:45.838 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:02 ago on Tue 30 Apr 2024 10:18:43 AM UTC. 2024-04-30T10:18:45.961 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalling: 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 255 k 2024-04-30T10:18:45.971 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 0 2024-04-30T10:18:45.972 INFO:teuthology.orchestra.run.smithi026.stderr:Operation aborted. 2024-04-30T10:18:46.026 INFO:teuthology.orchestra.run.smithi026.stdout:Is this ok [y/N]: 2024-04-30T10:18:46.027 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum reinstall -y kernel || true 2024-04-30T10:18:46.541 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 10:18:43 AM UTC. 2024-04-30T10:18:46.662 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalling: 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:18:46.663 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:18:46.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:46.664 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 255 k 2024-04-30T10:18:46.664 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 0 2024-04-30T10:18:46.664 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:18:47.720 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-437.el9.x86_64.rpm 272 kB/s | 255 kB 00:00 2024-04-30T10:18:47.720 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:18:47.720 INFO:teuthology.orchestra.run.smithi026.stdout:Total 241 kB/s | 255 kB 00:01 2024-04-30T10:18:47.740 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:18:47.956 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:18:47.956 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:18:47.962 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:18:47.962 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:18:48.115 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:18:48.187 INFO:teuthology.orchestra.run.smithi026.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:48.187 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:48.848 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:48.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalled: 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:18:49.554 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:18:49.764 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T10:18:49.811 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T10:18:49.812 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T10:18:49.812 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T10:18:49.813 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-30T10:18:49.813 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T10:18:49.842 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-04-30T10:18:49.862 DEBUG:teuthology.parallel:result is None 2024-04-30T10:18:49.862 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-30T10:18:49.869 INFO:teuthology.task.internal:Creating test directory... 2024-04-30T10:18:49.869 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T10:18:49.904 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T10:18:49.907 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T10:18:49.926 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-30T10:18:49.932 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-30T10:18:49.941 INFO:teuthology.task.internal:Creating archive directory... 2024-04-30T10:18:49.941 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T10:18:49.960 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T10:18:49.965 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T10:18:49.998 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-30T10:18:50.005 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-30T10:18:50.005 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:18:50.019 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:18:50.033 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:18:50.049 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.058 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.064 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.075 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.090 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.101 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T10:18:50.103 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-30T10:18:50.110 INFO:teuthology.task.internal:Configuring sudo... 2024-04-30T10:18:50.110 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T10:18:50.112 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T10:18:50.120 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T10:18:50.146 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-30T10:18:50.154 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-30T10:18:50.154 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T10:18:50.177 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T10:18:50.187 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T10:18:50.203 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.269 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.326 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:50.408 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:50.447 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:18:50.447 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T10:18:50.511 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.556 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.605 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:50.690 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:50.733 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:18:50.733 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T10:18:50.800 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.845 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T10:18:50.901 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:50.985 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T10:18:51.029 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:18:51.029 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T10:18:51.096 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-04-30T10:18:51.098 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-04-30T10:18:51.101 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2024-04-30T10:18:51.132 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:18:51.138 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:18:51.177 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:18:51.609 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-30T10:18:51.617 INFO:teuthology.task.internal:Starting timer... 2024-04-30T10:18:51.618 INFO:teuthology.run_tasks:Running task pcp... 2024-04-30T10:18:51.634 INFO:teuthology.run_tasks:Running task selinux... 2024-04-30T10:18:51.661 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-30T10:18:51.661 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-04-30T10:18:51.725 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-04-30T10:18:51.727 DEBUG:teuthology.orchestra.run.smithi033:> sudo service auditd rotate 2024-04-30T10:18:51.808 INFO:teuthology.orchestra.run.smithi033.stdout:Rotating logs: 2024-04-30T10:18:51.810 DEBUG:teuthology.orchestra.run.smithi044:> sudo service auditd rotate 2024-04-30T10:18:51.895 INFO:teuthology.orchestra.run.smithi044.stdout:Rotating logs: 2024-04-30T10:18:51.896 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-30T10:18:51.897 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-04-30T10:18:51.920 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-04-30T10:18:51.920 DEBUG:teuthology.orchestra.run.smithi033:> /usr/sbin/getenforce 2024-04-30T10:18:51.946 INFO:teuthology.orchestra.run.smithi033.stdout:Permissive 2024-04-30T10:18:51.946 DEBUG:teuthology.orchestra.run.smithi044:> /usr/sbin/getenforce 2024-04-30T10:18:51.967 INFO:teuthology.orchestra.run.smithi044.stdout:Permissive 2024-04-30T10:18:51.967 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi033.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi044.front.sepia.ceph.com': 'permissive'} 2024-04-30T10:18:51.967 DEBUG:teuthology.orchestra.run.smithi026:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:18:51.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:51.992 DEBUG:teuthology.orchestra.run.smithi033:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:18:52.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:52.020 DEBUG:teuthology.orchestra.run.smithi044:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:18:52.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:18:52.045 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-30T10:18:52.045 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-04-30T10:18:52.073 DEBUG:teuthology.orchestra.run.smithi033:> sudo /usr/sbin/setenforce permissive 2024-04-30T10:18:52.099 DEBUG:teuthology.orchestra.run.smithi044:> sudo /usr/sbin/setenforce permissive 2024-04-30T10:18:52.124 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-30T10:18:52.135 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-30T10:18:52.140 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-30T10:18:52.263 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-30T10:18:52.279 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'}]}] 2024-04-30T10:18:52.280 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi033.front.sepia.ceph.com,smithi044.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-30T10:23:05.643 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi044.front.sepia.ceph.com')] 2024-04-30T10:23:05.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-04-30T10:23:05.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:23:05.721 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-04-30T10:23:05.756 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-04-30T10:23:05.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-30T10:23:05.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:23:05.833 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-30T10:23:05.914 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-30T10:23:05.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-30T10:23:05.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T10:23:05.989 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-04-30T10:23:06.072 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-30T10:23:06.073 INFO:teuthology.run_tasks:Running task clock... 2024-04-30T10:23:06.084 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-30T10:23:06.084 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T10:23:06.084 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:23:06.087 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T10:23:06.087 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:23:06.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T10:23:06.089 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:23:06.118 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T10:23:06.118 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T10:23:06.132 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T10:23:06.134 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T10:23:06.146 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T10:23:06.156 INFO:teuthology.orchestra.run.smithi033.stderr:sudo: ntpd: command not found 2024-04-30T10:23:06.159 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-04-30T10:23:06.162 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T10:23:06.167 INFO:teuthology.orchestra.run.smithi033.stdout:506 Cannot talk to daemon 2024-04-30T10:23:06.171 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-04-30T10:23:06.181 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T10:23:06.185 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T10:23:06.188 INFO:teuthology.orchestra.run.smithi044.stderr:sudo: ntpd: command not found 2024-04-30T10:23:06.195 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T10:23:06.199 INFO:teuthology.orchestra.run.smithi044.stdout:506 Cannot talk to daemon 2024-04-30T10:23:06.199 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T10:23:06.213 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T10:23:06.227 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T10:23:06.253 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:23:06.256 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.258 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.259 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:23:06.259 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-04-30T10:23:06.259 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.260 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.260 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.260 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.287 INFO:teuthology.orchestra.run.smithi044.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.291 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:23:06.292 INFO:teuthology.run_tasks:Running task pexec... 2024-04-30T10:23:06.302 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-30T10:23:06.303 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2024-04-30T10:23:06.303 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-30T10:23:06.303 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi033.front.sepia.ceph.com 2024-04-30T10:23:06.303 DEBUG:teuthology.orchestra.run.smithi033:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-30T10:23:06.304 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi044.front.sepia.ceph.com 2024-04-30T10:23:06.304 DEBUG:teuthology.orchestra.run.smithi044:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-30T10:23:06.854 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:40 ago on Tue 30 Apr 2024 10:22:26 AM UTC. 2024-04-30T10:23:06.855 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:50 ago on Tue 30 Apr 2024 10:22:16 AM UTC. 2024-04-30T10:23:06.885 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:00 ago on Tue 30 Apr 2024 10:22:06 AM UTC. 2024-04-30T10:23:06.978 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:06.979 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 3.1 M 2024-04-30T10:23:06.980 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 9.8 M 2024-04-30T10:23:06.980 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:23:06.980 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:23:06.980 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:06.980 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 9.8 M 2024-04-30T10:23:06.981 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:23:07.006 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:23:07.007 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:07.007 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 3.1 M 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 9.8 M 2024-04-30T10:23:07.008 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:23:07.474 INFO:teuthology.orchestra.run.smithi033.stdout:runc-1.1.12-2.el9.x86_64.rpm 8.8 MB/s | 3.1 MB 00:00 2024-04-30T10:23:07.474 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:23:07.475 INFO:teuthology.orchestra.run.smithi033.stdout:Total 6.3 MB/s | 3.1 MB 00:00 2024-04-30T10:23:07.512 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:23:07.518 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:23:07.518 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:23:07.606 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:23:07.607 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:23:07.686 INFO:teuthology.orchestra.run.smithi044.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.9 MB/s | 3.1 MB 00:00 2024-04-30T10:23:07.686 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:23:07.686 INFO:teuthology.orchestra.run.smithi044.stdout:Total 4.6 MB/s | 3.1 MB 00:00 2024-04-30T10:23:07.724 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:23:07.731 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:23:07.731 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:23:07.819 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:23:07.819 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:23:07.833 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:23:07.943 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.043 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:23:08.131 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.459 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.581 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:08.782 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:08.878 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:23:09.021 DEBUG:teuthology.parallel:result is None 2024-04-30T10:23:09.123 DEBUG:teuthology.parallel:result is None 2024-04-30T10:23:17.269 INFO:teuthology.orchestra.run.smithi026.stdout:runc-1.1.12-2.el9.x86_64.rpm 320 kB/s | 3.1 MB 00:10 2024-04-30T10:23:17.269 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:23:17.269 INFO:teuthology.orchestra.run.smithi026.stdout:Total 311 kB/s | 3.1 MB 00:10 2024-04-30T10:23:17.308 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:23:17.315 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:23:17.315 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:23:17.405 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:23:17.406 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:23:17.633 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:23:17.730 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:18.174 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:18.434 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:23:18.665 DEBUG:teuthology.parallel:result is None 2024-04-30T10:23:18.665 INFO:teuthology.run_tasks:Running task install... 2024-04-30T10:23:18.674 DEBUG:teuthology.task.install:project ceph 2024-04-30T10:23:18.674 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'}} 2024-04-30T10:23:18.674 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'} 2024-04-30T10:23:18.675 INFO:teuthology.task.install:Using flavor: default 2024-04-30T10:23:18.680 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']} 2024-04-30T10:23:18.680 INFO:teuthology.task.install:extra packages: [] 2024-04-30T10:23:18.680 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T10:23:18.681 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:23:18.683 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T10:23:18.683 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:23:18.684 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-04-30T10:23:18.685 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:23:18.824 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T10:23:18.824 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T10:23:18.834 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T10:23:18.834 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T10:23:18.980 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-04-30T10:23:18.980 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-04-30T10:23:19.033 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T10:23:19.033 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:23:19.033 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T10:23:19.042 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T10:23:19.042 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:23:19.042 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T10:23:19.058 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 2024-04-30T10:23:19.058 DEBUG:teuthology.orchestra.run.smithi026:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T10:23:19.073 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 2024-04-30T10:23:19.073 DEBUG:teuthology.orchestra.run.smithi044:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T10:23:19.123 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:23:19.143 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:23:19.173 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T10:23:19.173 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:23:19.173 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T10:23:19.198 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:23:19.203 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 2024-04-30T10:23:19.204 DEBUG:teuthology.orchestra.run.smithi033:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T10:23:19.221 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:23:19.262 INFO:teuthology.orchestra.run.smithi026.stdout:check_obsoletes = 1 2024-04-30T10:23:19.264 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum clean all 2024-04-30T10:23:19.274 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:23:19.286 INFO:teuthology.orchestra.run.smithi044.stdout:check_obsoletes = 1 2024-04-30T10:23:19.288 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum clean all 2024-04-30T10:23:19.352 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:23:19.420 INFO:teuthology.orchestra.run.smithi033.stdout:check_obsoletes = 1 2024-04-30T10:23:19.421 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum clean all 2024-04-30T10:23:19.505 INFO:teuthology.orchestra.run.smithi026.stdout:50 files removed 2024-04-30T10:23:19.526 INFO:teuthology.orchestra.run.smithi044.stdout:50 files removed 2024-04-30T10:23:19.534 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-radosgw 2024-04-30T10:23:19.553 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-radosgw 2024-04-30T10:23:19.661 INFO:teuthology.orchestra.run.smithi033.stdout:50 files removed 2024-04-30T10:23:19.689 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-radosgw 2024-04-30T10:23:20.187 INFO:teuthology.orchestra.run.smithi026.stdout:ceph packages for x86_64 220 kB/s | 83 kB 00:00 2024-04-30T10:23:20.246 INFO:teuthology.orchestra.run.smithi044.stdout:ceph packages for x86_64 199 kB/s | 83 kB 00:00 2024-04-30T10:23:20.342 INFO:teuthology.orchestra.run.smithi033.stdout:ceph packages for x86_64 221 kB/s | 83 kB 00:00 2024-04-30T10:23:20.624 INFO:teuthology.orchestra.run.smithi026.stdout:ceph noarch packages 29 kB/s | 11 kB 00:00 2024-04-30T10:23:20.672 INFO:teuthology.orchestra.run.smithi044.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-30T10:23:20.767 INFO:teuthology.orchestra.run.smithi033.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-30T10:23:21.002 INFO:teuthology.orchestra.run.smithi026.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-04-30T10:23:21.073 INFO:teuthology.orchestra.run.smithi044.stdout:ceph source packages 5.2 kB/s | 1.9 kB 00:00 2024-04-30T10:23:21.127 INFO:teuthology.orchestra.run.smithi033.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-04-30T10:23:21.656 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-30T10:23:21.743 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-30T10:23:21.957 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 8.7 MB/s | 8.0 MB 00:00 2024-04-30T10:23:24.025 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-30T10:23:24.832 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 19 MB 00:02 2024-04-30T10:23:28.754 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 5.9 MB/s | 6.2 MB 00:01 2024-04-30T10:23:29.210 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 3.0 MB/s | 19 MB 00:06 2024-04-30T10:23:30.102 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 102 kB/s | 16 kB 00:00 2024-04-30T10:23:31.229 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:01 2024-04-30T10:23:33.436 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-30T10:23:34.986 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-04-30T10:23:36.529 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 48 kB/s | 1.7 kB 00:00 2024-04-30T10:23:36.571 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-30T10:23:38.778 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:23:38.780 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:38.780 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:23:38.780 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:38.780 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrading: 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T10:23:38.781 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T10:23:38.782 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T10:23:38.783 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout:Install 30 Packages 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrade 2 Packages 2024-04-30T10:23:38.784 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:38.785 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 60 M 2024-04-30T10:23:38.785 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:23:41.421 INFO:teuthology.orchestra.run.smithi026.stdout:(1/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 2.3 MB/s | 5.4 MB 00:02 2024-04-30T10:23:41.463 INFO:teuthology.orchestra.run.smithi026.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 609 kB/s | 25 kB 00:00 2024-04-30T10:23:41.663 INFO:teuthology.orchestra.run.smithi026.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 3.6 MB/s | 745 kB 00:00 2024-04-30T10:23:41.797 INFO:teuthology.orchestra.run.smithi026.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 3.7 MB/s | 501 kB 00:00 2024-04-30T10:23:41.888 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-30T10:23:42.806 INFO:teuthology.orchestra.run.smithi026.stdout:(5/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 5.3 MB/s | 5.3 MB 00:01 2024-04-30T10:23:42.848 INFO:teuthology.orchestra.run.smithi026.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 1.1 MB/s | 45 kB 00:00 2024-04-30T10:23:42.898 INFO:teuthology.orchestra.run.smithi026.stdout:(7/32): python3-ceph-common-19.0.0-2455.g09dbd6 2.6 MB/s | 133 kB 00:00 2024-04-30T10:23:42.965 INFO:teuthology.orchestra.run.smithi026.stdout:(8/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 2.4 MB/s | 162 kB 00:00 2024-04-30T10:23:43.057 INFO:teuthology.orchestra.run.smithi026.stdout:(9/32): python3-rados-19.0.0-2455.g09dbd6bb.el9 3.4 MB/s | 320 kB 00:00 2024-04-30T10:23:43.149 INFO:teuthology.orchestra.run.smithi026.stdout:(10/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 3.2 MB/s | 299 kB 00:00 2024-04-30T10:23:43.199 INFO:teuthology.orchestra.run.smithi026.stdout:(11/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 2.0 MB/s | 100 kB 00:00 2024-04-30T10:23:43.383 INFO:teuthology.orchestra.run.smithi026.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 583 kB/s | 107 kB 00:00 2024-04-30T10:23:43.475 INFO:teuthology.orchestra.run.smithi026.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 160 kB 00:00 2024-04-30T10:23:43.533 INFO:teuthology.orchestra.run.smithi026.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 779 kB/s | 45 kB 00:00 2024-04-30T10:23:43.692 INFO:teuthology.orchestra.run.smithi026.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-04-30T10:23:43.792 INFO:teuthology.orchestra.run.smithi026.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.9 MB/s | 292 kB 00:00 2024-04-30T10:23:43.851 INFO:teuthology.orchestra.run.smithi026.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-04-30T10:23:43.910 INFO:teuthology.orchestra.run.smithi026.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-30T10:23:43.968 INFO:teuthology.orchestra.run.smithi026.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 618 kB/s | 36 kB 00:00 2024-04-30T10:23:44.027 INFO:teuthology.orchestra.run.smithi026.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 814 kB/s | 47 kB 00:00 2024-04-30T10:23:44.158 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrading: 2024-04-30T10:23:44.160 INFO:teuthology.orchestra.run.smithi033.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T10:23:44.161 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T10:23:44.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout:Installing weak dependencies: 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T10:23:44.163 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:Install 30 Packages 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrade 2 Packages 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 60 M 2024-04-30T10:23:44.164 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:23:44.227 INFO:teuthology.orchestra.run.smithi026.stdout:(21/32): ceph-common-19.0.0-2455.g09dbd6bb.el9. 4.0 MB/s | 21 MB 00:05 2024-04-30T10:23:44.377 INFO:teuthology.orchestra.run.smithi026.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 882 kB/s | 309 kB 00:00 2024-04-30T10:23:44.419 INFO:teuthology.orchestra.run.smithi026.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 624 kB/s | 26 kB 00:00 2024-04-30T10:23:44.470 INFO:teuthology.orchestra.run.smithi026.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 971 kB/s | 49 kB 00:00 2024-04-30T10:23:44.503 INFO:teuthology.orchestra.run.smithi026.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-04-30T10:23:44.687 INFO:teuthology.orchestra.run.smithi026.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.5 MB/s | 839 kB 00:00 2024-04-30T10:23:44.754 INFO:teuthology.orchestra.run.smithi026.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-30T10:23:44.954 INFO:teuthology.orchestra.run.smithi026.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2024-04-30T10:23:45.138 INFO:teuthology.orchestra.run.smithi026.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.1 MB/s | 1.6 MB 00:00 2024-04-30T10:23:46.006 INFO:teuthology.orchestra.run.smithi033.stdout:(1/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 6.6 MB/s | 10 MB 00:01 2024-04-30T10:23:46.081 INFO:teuthology.orchestra.run.smithi033.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 337 kB/s | 25 kB 00:00 2024-04-30T10:23:46.121 INFO:teuthology.orchestra.run.smithi026.stdout:(30/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9 1.4 MB/s | 10 MB 00:07 2024-04-30T10:23:46.206 INFO:teuthology.orchestra.run.smithi033.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 5.8 MB/s | 745 kB 00:00 2024-04-30T10:23:46.315 INFO:teuthology.orchestra.run.smithi033.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 4.5 MB/s | 501 kB 00:00 2024-04-30T10:23:46.621 INFO:teuthology.orchestra.run.smithi026.stdout:(31/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 2.0 MB/s | 3.4 MB 00:01 2024-04-30T10:23:46.623 INFO:teuthology.orchestra.run.smithi033.stdout:(5/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 2.5 MB/s | 5.4 MB 00:02 2024-04-30T10:23:46.682 INFO:teuthology.orchestra.run.smithi033.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 773 kB/s | 45 kB 00:00 2024-04-30T10:23:46.749 INFO:teuthology.orchestra.run.smithi033.stdout:(7/32): python3-ceph-common-19.0.0-2455.g09dbd6 1.9 MB/s | 133 kB 00:00 2024-04-30T10:23:46.808 INFO:teuthology.orchestra.run.smithi033.stdout:(8/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 2.7 MB/s | 162 kB 00:00 2024-04-30T10:23:46.883 INFO:teuthology.orchestra.run.smithi033.stdout:(9/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 9.4 MB/s | 5.3 MB 00:00 2024-04-30T10:23:46.917 INFO:teuthology.orchestra.run.smithi033.stdout:(10/32): python3-rados-19.0.0-2455.g09dbd6bb.el 2.9 MB/s | 320 kB 00:00 2024-04-30T10:23:46.950 INFO:teuthology.orchestra.run.smithi033.stdout:(11/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 4.4 MB/s | 299 kB 00:00 2024-04-30T10:23:46.975 INFO:teuthology.orchestra.run.smithi033.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.7 MB/s | 100 kB 00:00 2024-04-30T10:23:47.038 INFO:teuthology.orchestra.run.smithi026.stdout:(32/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 1.7 MB/s | 3.1 MB 00:01 2024-04-30T10:23:47.039 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - CRB 343 kB/s | 6.2 MB 00:18 2024-04-30T10:23:47.042 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:23:47.042 INFO:teuthology.orchestra.run.smithi026.stdout:Total 7.2 MB/s | 60 MB 00:08 2024-04-30T10:23:47.150 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:23:47.191 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:23:47.191 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:23:47.218 INFO:teuthology.orchestra.run.smithi033.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 400 kB/s | 107 kB 00:00 2024-04-30T10:23:47.243 INFO:teuthology.orchestra.run.smithi033.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 600 kB/s | 160 kB 00:00 2024-04-30T10:23:47.276 INFO:teuthology.orchestra.run.smithi033.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 776 kB/s | 45 kB 00:00 2024-04-30T10:23:47.393 INFO:teuthology.orchestra.run.smithi033.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-04-30T10:23:47.427 INFO:teuthology.orchestra.run.smithi033.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-04-30T10:23:47.452 INFO:teuthology.orchestra.run.smithi033.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 725 kB/s | 42 kB 00:00 2024-04-30T10:23:47.511 INFO:teuthology.orchestra.run.smithi033.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-04-30T10:23:47.536 INFO:teuthology.orchestra.run.smithi033.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-04-30T10:23:47.562 INFO:teuthology.orchestra.run.smithi033.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 946 kB/s | 47 kB 00:00 2024-04-30T10:23:47.680 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:23:47.681 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:23:48.203 INFO:teuthology.orchestra.run.smithi033.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 463 kB/s | 309 kB 00:00 2024-04-30T10:23:48.304 INFO:teuthology.orchestra.run.smithi033.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 260 kB/s | 26 kB 00:00 2024-04-30T10:23:48.412 INFO:teuthology.orchestra.run.smithi033.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 449 kB/s | 49 kB 00:00 2024-04-30T10:23:48.538 INFO:teuthology.orchestra.run.smithi033.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 539 kB/s | 67 kB 00:00 2024-04-30T10:23:48.605 INFO:teuthology.orchestra.run.smithi033.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.2 MB/s | 4.4 MB 00:01 2024-04-30T10:23:48.684 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-30T10:23:48.713 INFO:teuthology.orchestra.run.smithi033.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-04-30T10:23:48.797 INFO:teuthology.orchestra.run.smithi033.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.2 MB/s | 839 kB 00:00 2024-04-30T10:23:48.855 INFO:teuthology.orchestra.run.smithi033.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-30T10:23:49.098 INFO:teuthology.orchestra.run.smithi033.stdout:(30/32): ceph-common-19.0.0-2455.g09dbd6bb.el9. 4.5 MB/s | 21 MB 00:04 2024-04-30T10:23:49.132 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:23:49.265 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T10:23:49.301 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T10:23:49.327 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T10:23:49.348 INFO:teuthology.orchestra.run.smithi033.stdout:(31/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 6.4 MB/s | 3.1 MB 00:00 2024-04-30T10:23:49.349 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:23:49.376 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:23:49.415 INFO:teuthology.orchestra.run.smithi033.stdout:(32/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 5.5 MB/s | 3.4 MB 00:00 2024-04-30T10:23:49.420 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:23:49.420 INFO:teuthology.orchestra.run.smithi033.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-30T10:23:49.527 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:23:49.568 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:23:49.568 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:23:49.593 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:23:49.648 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:23:50.000 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T10:23:50.057 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:23:50.057 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:23:50.112 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:23:50.205 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:23:50.295 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T10:23:50.322 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:23:50.385 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:23:50.414 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T10:23:50.457 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T10:23:50.487 INFO:teuthology.orchestra.run.smithi044.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-30T10:23:50.520 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:23:50.549 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:23:50.613 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:23:50.648 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T10:23:50.760 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T10:23:50.790 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T10:23:50.822 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T10:23:50.855 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T10:23:50.885 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T10:23:50.917 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T10:23:51.246 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T10:23:51.289 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:23:51.379 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:23:51.410 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T10:23:51.447 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T10:23:51.523 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:23:51.624 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T10:23:51.653 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T10:23:51.678 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T10:23:51.701 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:23:51.726 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:23:51.927 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:23:51.943 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T10:23:51.975 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:23:51.981 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:23:52.046 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:23:52.126 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T10:23:52.160 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T10:23:52.333 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T10:23:52.446 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:23:52.539 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:23:52.629 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T10:23:52.656 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:23:52.719 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:23:52.748 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T10:23:52.794 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T10:23:52.862 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:23:52.884 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:23:52.931 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:23:52.957 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T10:23:53.068 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T10:23:53.099 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T10:23:53.140 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T10:23:53.165 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T10:23:53.194 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T10:23:53.227 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T10:23:53.555 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T10:23:53.589 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:23:53.680 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:23:53.711 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T10:23:53.747 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T10:23:54.244 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T10:23:54.275 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:23:54.346 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:23:54.426 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T10:23:54.461 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T10:23:54.565 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:54.599 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:55.170 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:55.211 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:23:55.298 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:23:55.298 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T10:23:55.298 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T10:23:55.298 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:23:55.329 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:23:55.785 INFO:teuthology.orchestra.run.smithi044.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-30T10:23:56.850 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:56.891 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:57.463 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:23:57.506 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:23:57.577 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:23:57.577 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T10:23:57.577 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T10:23:57.577 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:23:57.604 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:23:58.048 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:23:58.050 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:58.050 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:23:58.050 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:58.050 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout:Upgrading: 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-04-30T10:23:58.051 INFO:teuthology.orchestra.run.smithi044.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T10:23:58.052 INFO:teuthology.orchestra.run.smithi044.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout:Installing weak dependencies: 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T10:23:58.053 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:Install 30 Packages 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:Upgrade 2 Packages 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 60 M 2024-04-30T10:23:58.054 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:24:01.619 INFO:teuthology.orchestra.run.smithi044.stdout:(1/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 3.3 MB/s | 10 MB 00:03 2024-04-30T10:24:01.677 INFO:teuthology.orchestra.run.smithi044.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 434 kB/s | 25 kB 00:00 2024-04-30T10:24:01.786 INFO:teuthology.orchestra.run.smithi044.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 6.7 MB/s | 745 kB 00:00 2024-04-30T10:24:01.886 INFO:teuthology.orchestra.run.smithi044.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 4.9 MB/s | 501 kB 00:00 2024-04-30T10:24:02.245 INFO:teuthology.orchestra.run.smithi044.stdout:(5/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 1.4 MB/s | 5.4 MB 00:03 2024-04-30T10:24:02.295 INFO:teuthology.orchestra.run.smithi044.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 908 kB/s | 45 kB 00:00 2024-04-30T10:24:02.370 INFO:teuthology.orchestra.run.smithi044.stdout:(7/32): python3-ceph-common-19.0.0-2455.g09dbd6 1.7 MB/s | 133 kB 00:00 2024-04-30T10:24:02.438 INFO:teuthology.orchestra.run.smithi044.stdout:(8/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 2.4 MB/s | 162 kB 00:00 2024-04-30T10:24:02.513 INFO:teuthology.orchestra.run.smithi044.stdout:(9/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 8.5 MB/s | 5.3 MB 00:00 2024-04-30T10:24:02.580 INFO:teuthology.orchestra.run.smithi044.stdout:(10/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 4.4 MB/s | 299 kB 00:00 2024-04-30T10:24:02.613 INFO:teuthology.orchestra.run.smithi044.stdout:(11/32): python3-rados-19.0.0-2455.g09dbd6bb.el 1.8 MB/s | 320 kB 00:00 2024-04-30T10:24:02.639 INFO:teuthology.orchestra.run.smithi044.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.7 MB/s | 100 kB 00:00 2024-04-30T10:24:05.097 INFO:teuthology.orchestra.run.smithi044.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 43 kB/s | 107 kB 00:02 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /sys 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /proc 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /mnt 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /var/tmp 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /home 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /root 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /tmp 2024-04-30T10:24:05.197 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:05.306 INFO:teuthology.orchestra.run.smithi044.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 60 kB/s | 160 kB 00:02 2024-04-30T10:24:06.172 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:06.198 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:06.200 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:06.284 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:06.284 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:07.081 INFO:teuthology.orchestra.run.smithi044.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 23 kB/s | 45 kB 00:01 2024-04-30T10:24:07.397 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T10:24:07.398 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T10:24:07.399 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T10:24:07.400 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T10:24:07.400 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T10:24:07.400 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T10:24:07.400 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T10:24:07.400 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T10:24:07.401 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T10:24:07.401 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T10:24:07.401 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T10:24:07.401 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:07.402 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T10:24:07.402 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /sys 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /proc 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /mnt 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /var/tmp 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /home 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /root 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /tmp 2024-04-30T10:24:07.696 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:08.305 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout:Upgraded: 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T10:24:08.306 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.307 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:08.308 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:08.373 INFO:teuthology.orchestra.run.smithi044.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 216 kB/s | 662 kB 00:03 2024-04-30T10:24:08.646 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-test 2024-04-30T10:24:08.706 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:08.732 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:08.734 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:08.816 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:08.816 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:09.179 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:33 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:09.302 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:09.303 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:09.303 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:24:09.303 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:09.303 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:09.303 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-04-30T10:24:09.304 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:09.305 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 49 M 2024-04-30T10:24:09.305 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 207 M 2024-04-30T10:24:09.305 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:09.348 INFO:teuthology.orchestra.run.smithi044.stdout:(17/32): ceph-common-19.0.0-2455.g09dbd6bb.el9. 1.9 MB/s | 21 MB 00:10 2024-04-30T10:24:09.406 INFO:teuthology.orchestra.run.smithi044.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 126 kB/s | 292 kB 00:02 2024-04-30T10:24:09.703 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 649 kB/s | 164 kB 00:00 2024-04-30T10:24:09.729 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-30T10:24:09.820 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 545 kB/s | 64 kB 00:00 2024-04-30T10:24:09.882 INFO:teuthology.orchestra.run.smithi044.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 28 kB/s | 42 kB 00:01 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:24:09.953 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T10:24:09.954 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T10:24:09.955 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T10:24:10.516 INFO:teuthology.orchestra.run.smithi044.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 32 kB/s | 36 kB 00:01 2024-04-30T10:24:10.749 INFO:teuthology.orchestra.run.smithi044.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 161 kB/s | 221 kB 00:01 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout:Upgraded: 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.792 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T10:24:10.793 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T10:24:10.794 INFO:teuthology.orchestra.run.smithi033.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T10:24:10.795 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:10.795 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:11.074 INFO:teuthology.orchestra.run.smithi044.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 553 kB/s | 309 kB 00:00 2024-04-30T10:24:11.106 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-test 2024-04-30T10:24:11.316 INFO:teuthology.orchestra.run.smithi044.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-30T10:24:11.625 INFO:teuthology.orchestra.run.smithi044.stdout:(24/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 27 kB/s | 47 kB 00:01 2024-04-30T10:24:11.641 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:30 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:11.650 INFO:teuthology.orchestra.run.smithi044.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 146 kB/s | 49 kB 00:00 2024-04-30T10:24:11.764 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:11.764 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout:Install 4 Packages 2024-04-30T10:24:11.765 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:11.766 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 49 M 2024-04-30T10:24:11.766 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 207 M 2024-04-30T10:24:11.766 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:11.800 INFO:teuthology.orchestra.run.smithi044.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.2 MB/s | 4.4 MB 00:01 2024-04-30T10:24:11.950 INFO:teuthology.orchestra.run.smithi044.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 207 kB/s | 67 kB 00:00 2024-04-30T10:24:12.054 INFO:teuthology.orchestra.run.smithi033.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-04-30T10:24:12.104 INFO:teuthology.orchestra.run.smithi033.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.3 MB/s | 64 kB 00:00 2024-04-30T10:24:12.201 INFO:teuthology.orchestra.run.smithi044.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.5 MB/s | 839 kB 00:00 2024-04-30T10:24:12.234 INFO:teuthology.orchestra.run.smithi044.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 442 kB/s | 192 kB 00:00 2024-04-30T10:24:12.604 INFO:teuthology.orchestra.run.smithi033.stdout:(3/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 212 kB/s | 164 kB 00:00 2024-04-30T10:24:12.743 INFO:teuthology.orchestra.run.smithi044.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 2.0 MB/s | 1.6 MB 00:00 2024-04-30T10:24:14.837 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 9.0 MB/s | 48 MB 00:05 2024-04-30T10:24:14.839 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:14.839 INFO:teuthology.orchestra.run.smithi026.stdout:Total 8.8 MB/s | 49 MB 00:05 2024-04-30T10:24:14.867 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:14.889 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:14.890 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:15.274 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:15.274 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:15.293 INFO:teuthology.orchestra.run.smithi044.stdout:(31/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 1.1 MB/s | 3.4 MB 00:03 2024-04-30T10:24:15.832 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:15.913 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T10:24:15.953 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T10:24:15.981 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:24:16.068 INFO:teuthology.orchestra.run.smithi044.stdout:(32/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 838 kB/s | 3.1 MB 00:03 2024-04-30T10:24:16.071 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:16.072 INFO:teuthology.orchestra.run.smithi044.stdout:Total 3.3 MB/s | 60 MB 00:18 2024-04-30T10:24:16.180 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:24:16.222 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:24:16.222 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:24:16.712 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:24:16.713 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:24:18.203 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:24:18.286 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T10:24:18.315 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T10:24:18.340 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T10:24:18.363 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:24:18.384 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T10:24:18.539 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:24:18.593 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T10:24:18.991 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T10:24:18.995 INFO:teuthology.orchestra.run.smithi033.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 6.7 MB/s | 48 MB 00:07 2024-04-30T10:24:18.997 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:18.997 INFO:teuthology.orchestra.run.smithi033.stdout:Total 6.7 MB/s | 49 MB 00:07 2024-04-30T10:24:19.021 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:24:19.042 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:24:19.042 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:24:19.075 INFO:teuthology.orchestra.run.smithi044.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:24:19.168 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:24:19.257 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-04-30T10:24:19.285 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:24:19.347 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-04-30T10:24:19.376 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T10:24:19.420 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-04-30T10:24:19.426 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:24:19.427 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:24:19.490 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:24:19.512 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:24:19.577 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-04-30T10:24:19.610 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T10:24:19.722 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T10:24:19.753 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T10:24:19.793 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T10:24:19.818 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T10:24:19.847 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T10:24:19.880 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T10:24:19.962 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:24:20.047 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T10:24:20.087 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T10:24:20.114 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:24:20.208 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T10:24:20.251 INFO:teuthology.orchestra.run.smithi044.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:24:20.325 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-04-30T10:24:20.356 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-04-30T10:24:20.400 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T10:24:20.868 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:24:20.906 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T10:24:20.946 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:24:21.087 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:24:21.167 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-04-30T10:24:21.247 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-04-30T10:24:21.281 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-04-30T10:24:23.047 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:24:23.048 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T10:24:23.048 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T10:24:23.048 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T10:24:23.333 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T10:24:23.333 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:23.333 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:23.333 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:23.334 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:23.334 INFO:teuthology.orchestra.run.smithi026.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T10:24:23.334 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T10:24:23.334 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:23.334 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:23.602 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:24:23.621 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph 2024-04-30T10:24:23.636 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:24:24.157 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:48 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:24.209 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-04-30T10:24:24.249 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:24:24.285 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T10:24:24.288 INFO:teuthology.orchestra.run.smithi026.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T10:24:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T10:24:24.290 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout:Install 36 Packages 2024-04-30T10:24:24.291 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:24.292 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 30 M 2024-04-30T10:24:24.292 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 107 M 2024-04-30T10:24:24.292 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:24.325 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-04-30T10:24:24.326 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T10:24:24.326 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T10:24:24.326 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:24.358 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:24.899 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:24:24.999 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:24:25.238 INFO:teuthology.orchestra.run.smithi026.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 19 kB/s | 6.6 kB 00:00 2024-04-30T10:24:25.747 INFO:teuthology.orchestra.run.smithi026.stdout:(2/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-04-30T10:24:25.913 INFO:teuthology.orchestra.run.smithi026.stdout:(3/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 2.3 MB/s | 2.4 MB 00:01 2024-04-30T10:24:25.985 INFO:teuthology.orchestra.run.smithi026.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 3.6 MB/s | 249 kB 00:00 2024-04-30T10:24:26.138 INFO:teuthology.orchestra.run.smithi026.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-30T10:24:26.239 INFO:teuthology.orchestra.run.smithi026.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 12 MB/s | 1.2 MB 00:00 2024-04-30T10:24:26.289 INFO:teuthology.orchestra.run.smithi026.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-30T10:24:26.339 INFO:teuthology.orchestra.run.smithi026.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-30T10:24:26.390 INFO:teuthology.orchestra.run.smithi026.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-30T10:24:26.440 INFO:teuthology.orchestra.run.smithi026.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-30T10:24:26.665 INFO:teuthology.orchestra.run.smithi026.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 838 kB/s | 188 kB 00:00 2024-04-30T10:24:26.732 INFO:teuthology.orchestra.run.smithi026.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-04-30T10:24:26.799 INFO:teuthology.orchestra.run.smithi026.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 523 kB/s | 35 kB 00:00 2024-04-30T10:24:26.974 INFO:teuthology.orchestra.run.smithi026.stdout:(14/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86 14 MB/s | 17 MB 00:01 2024-04-30T10:24:27.049 INFO:teuthology.orchestra.run.smithi026.stdout:(15/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86 2.6 MB/s | 4.7 MB 00:01 2024-04-30T10:24:27.075 INFO:teuthology.orchestra.run.smithi026.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 185 kB/s | 51 kB 00:00 2024-04-30T10:24:27.202 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:24:27.202 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T10:24:27.202 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T10:24:27.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T10:24:27.267 INFO:teuthology.orchestra.run.smithi026.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 103 kB/s | 22 kB 00:00 2024-04-30T10:24:27.292 INFO:teuthology.orchestra.run.smithi026.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 131 kB/s | 42 kB 00:00 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:27.494 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:27.550 INFO:teuthology.orchestra.run.smithi026.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 154 kB/s | 43 kB 00:00 2024-04-30T10:24:27.576 INFO:teuthology.orchestra.run.smithi026.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 302 kB/s | 151 kB 00:00 2024-04-30T10:24:27.651 INFO:teuthology.orchestra.run.smithi026.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 143 kB/s | 11 kB 00:00 2024-04-30T10:24:27.701 INFO:teuthology.orchestra.run.smithi026.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 420 kB/s | 172 kB 00:00 2024-04-30T10:24:27.726 INFO:teuthology.orchestra.run.smithi026.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-04-30T10:24:27.752 INFO:teuthology.orchestra.run.smithi026.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-30T10:24:27.777 INFO:teuthology.orchestra.run.smithi026.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-04-30T10:24:27.790 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph 2024-04-30T10:24:27.802 INFO:teuthology.orchestra.run.smithi026.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-30T10:24:27.836 INFO:teuthology.orchestra.run.smithi026.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-30T10:24:27.870 INFO:teuthology.orchestra.run.smithi026.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 501 kB/s | 46 kB 00:00 2024-04-30T10:24:27.895 INFO:teuthology.orchestra.run.smithi026.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 852 kB/s | 79 kB 00:00 2024-04-30T10:24:27.945 INFO:teuthology.orchestra.run.smithi026.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 219 kB/s | 16 kB 00:00 2024-04-30T10:24:27.962 INFO:teuthology.orchestra.run.smithi026.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-30T10:24:28.021 INFO:teuthology.orchestra.run.smithi026.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 476 kB/s | 36 kB 00:00 2024-04-30T10:24:28.054 INFO:teuthology.orchestra.run.smithi026.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-30T10:24:28.079 INFO:teuthology.orchestra.run.smithi026.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-04-30T10:24:28.121 INFO:teuthology.orchestra.run.smithi026.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-30T10:24:28.196 INFO:teuthology.orchestra.run.smithi026.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-30T10:24:28.204 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:28.204 INFO:teuthology.orchestra.run.smithi026.stdout:Total 7.7 MB/s | 30 MB 00:03 2024-04-30T10:24:28.326 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:47 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:28.348 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:28.392 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:28.392 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:28.454 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T10:24:28.457 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T10:24:28.458 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T10:24:28.459 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout:Install 36 Packages 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 30 M 2024-04-30T10:24:28.460 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 107 M 2024-04-30T10:24:28.461 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:28.707 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:28.709 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:29.246 INFO:teuthology.orchestra.run.smithi033.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-30T10:24:29.638 INFO:teuthology.orchestra.run.smithi033.stdout:(2/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 3.9 MB/s | 2.4 MB 00:00 2024-04-30T10:24:29.671 INFO:teuthology.orchestra.run.smithi033.stdout:(3/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 2.3 MB/s | 1.5 MB 00:00 2024-04-30T10:24:29.747 INFO:teuthology.orchestra.run.smithi033.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 3.2 MB/s | 249 kB 00:00 2024-04-30T10:24:29.955 INFO:teuthology.orchestra.run.smithi033.stdout:(5/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86_ 6.6 MB/s | 4.7 MB 00:00 2024-04-30T10:24:29.996 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:30.058 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T10:24:30.091 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T10:24:30.118 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T10:24:30.192 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T10:24:30.234 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T10:24:30.267 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T10:24:30.362 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T10:24:30.448 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T10:24:30.504 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T10:24:30.530 INFO:teuthology.orchestra.run.smithi033.stdout:(6/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86_ 19 MB/s | 17 MB 00:00 2024-04-30T10:24:30.538 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T10:24:30.568 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T10:24:30.602 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T10:24:30.636 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T10:24:30.677 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T10:24:30.728 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T10:24:30.762 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T10:24:30.792 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T10:24:30.868 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T10:24:31.020 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T10:24:31.102 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T10:24:31.163 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T10:24:31.200 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T10:24:31.214 INFO:teuthology.orchestra.run.smithi033.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 173 kB/s | 253 kB 00:01 2024-04-30T10:24:31.259 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T10:24:31.323 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T10:24:31.525 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T10:24:31.572 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T10:24:31.654 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T10:24:31.742 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T10:24:31.787 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T10:24:31.864 INFO:teuthology.orchestra.run.smithi033.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 80 kB/s | 106 kB 00:01 2024-04-30T10:24:31.913 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T10:24:32.085 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T10:24:32.113 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:24:32.140 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:32.598 INFO:teuthology.orchestra.run.smithi033.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 98 kB/s | 135 kB 00:01 2024-04-30T10:24:32.639 INFO:teuthology.orchestra.run.smithi033.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 468 kB/s | 1.2 MB 00:02 2024-04-30T10:24:32.781 INFO:teuthology.orchestra.run.smithi033.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 136 kB/s | 125 kB 00:00 2024-04-30T10:24:32.807 INFO:teuthology.orchestra.run.smithi033.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-04-30T10:24:32.874 INFO:teuthology.orchestra.run.smithi033.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 520 kB/s | 35 kB 00:00 2024-04-30T10:24:32.942 INFO:teuthology.orchestra.run.smithi033.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 765 kB/s | 51 kB 00:00 2024-04-30T10:24:32.966 INFO:teuthology.orchestra.run.smithi033.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 935 kB/s | 172 kB 00:00 2024-04-30T10:24:32.991 INFO:teuthology.orchestra.run.smithi033.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 845 kB/s | 42 kB 00:00 2024-04-30T10:24:33.166 INFO:teuthology.orchestra.run.smithi033.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 111 kB/s | 22 kB 00:00 2024-04-30T10:24:33.333 INFO:teuthology.orchestra.run.smithi033.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 442 kB/s | 151 kB 00:00 2024-04-30T10:24:33.426 INFO:teuthology.orchestra.run.smithi033.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 168 kB/s | 43 kB 00:00 2024-04-30T10:24:33.451 INFO:teuthology.orchestra.run.smithi033.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-04-30T10:24:33.476 INFO:teuthology.orchestra.run.smithi033.stdout:(21/36): python3-urllib3-1.26.5-5.el9.noarch.rp 244 kB/s | 215 kB 00:00 2024-04-30T10:24:33.509 INFO:teuthology.orchestra.run.smithi033.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-30T10:24:33.568 INFO:teuthology.orchestra.run.smithi033.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 397 kB/s | 23 kB 00:00 2024-04-30T10:24:33.627 INFO:teuthology.orchestra.run.smithi033.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 334 kB/s | 19 kB 00:00 2024-04-30T10:24:33.652 INFO:teuthology.orchestra.run.smithi033.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-30T10:24:33.672 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:24:33.685 INFO:teuthology.orchestra.run.smithi033.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 336 kB/s | 20 kB 00:00 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:24:33.701 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:33.711 INFO:teuthology.orchestra.run.smithi033.stdout:(27/36): python3-jaraco-classes-3.2.1-5.el9.noa 75 kB/s | 18 kB 00:00 2024-04-30T10:24:33.736 INFO:teuthology.orchestra.run.smithi033.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 552 kB/s | 46 kB 00:00 2024-04-30T10:24:33.761 INFO:teuthology.orchestra.run.smithi033.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-30T10:24:33.803 INFO:teuthology.orchestra.run.smithi033.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-30T10:24:33.837 INFO:teuthology.orchestra.run.smithi033.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-30T10:24:33.870 INFO:teuthology.orchestra.run.smithi033.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 536 kB/s | 36 kB 00:00 2024-04-30T10:24:33.921 INFO:teuthology.orchestra.run.smithi033.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-30T10:24:33.946 INFO:teuthology.orchestra.run.smithi033.stdout:(34/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.1 MB/s | 272 kB 00:00 2024-04-30T10:24:33.971 INFO:teuthology.orchestra.run.smithi033.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-30T10:24:33.996 INFO:teuthology.orchestra.run.smithi033.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-30T10:24:34.003 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:34.003 INFO:teuthology.orchestra.run.smithi033.stdout:Total 5.4 MB/s | 30 MB 00:05 2024-04-30T10:24:34.114 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:34.114 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /sys 2024-04-30T10:24:34.114 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /proc 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /mnt 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /var/tmp 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /home 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /root 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout:skipping the directory /tmp 2024-04-30T10:24:34.115 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:34.147 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:24:34.165 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:24:34.189 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:24:34.190 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:34.190 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T10:24:34.190 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:24:34.190 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:24:34.190 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:34.191 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:24:34.192 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:24:34.424 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:24:34.448 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:24:34.449 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:34.449 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T10:24:34.449 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:24:34.449 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:24:34.449 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:34.505 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:24:34.505 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:24:34.505 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:24:35.094 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T10:24:35.120 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:35.122 INFO:teuthology.orchestra.run.smithi044.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:35.205 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T10:24:35.205 INFO:teuthology.orchestra.run.smithi044.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:35.896 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:24:35.958 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T10:24:35.999 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T10:24:36.027 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T10:24:36.102 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T10:24:36.139 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:24:36.139 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T10:24:36.139 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T10:24:36.140 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T10:24:36.141 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T10:24:36.142 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T10:24:36.142 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T10:24:36.142 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T10:24:36.142 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T10:24:36.142 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T10:24:36.143 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T10:24:36.143 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T10:24:36.143 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T10:24:36.260 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T10:24:36.292 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-04-30T10:24:36.354 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T10:24:36.355 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T10:24:36.356 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-04-30T10:24:36.389 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T10:24:36.465 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T10:24:36.512 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T10:24:36.546 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T10:24:36.576 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T10:24:36.611 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T10:24:36.654 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T10:24:36.694 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T10:24:36.728 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T10:24:36.762 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T10:24:36.801 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T10:24:36.878 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T10:24:37.041 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T10:24:37.121 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T10:24:37.160 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T10:24:37.160 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:37.160 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:37.160 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T10:24:37.161 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T10:24:37.162 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:37.163 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:37.190 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout:Upgraded: 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T10:24:37.191 INFO:teuthology.orchestra.run.smithi044.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.192 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:37.193 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:24:37.305 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T10:24:37.342 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T10:24:37.401 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T10:24:37.465 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T10:24:37.514 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-test 2024-04-30T10:24:37.518 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-base 2024-04-30T10:24:37.663 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T10:24:37.704 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T10:24:37.785 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T10:24:37.884 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T10:24:37.928 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T10:24:38.049 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:00:43 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:24:38.053 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T10:24:38.061 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:02 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:38.142 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:24:38.173 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-04-30T10:24:38.174 INFO:teuthology.orchestra.run.smithi044.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout:Install 4 Packages 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 49 M 2024-04-30T10:24:38.175 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 207 M 2024-04-30T10:24:38.176 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:24:38.187 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:38.188 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:24:38.188 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:38.225 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T10:24:38.244 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install cephadm 2024-04-30T10:24:38.292 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:24:38.319 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:38.634 INFO:teuthology.orchestra.run.smithi044.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-30T10:24:38.692 INFO:teuthology.orchestra.run.smithi044.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-30T10:24:38.779 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:02 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:38.907 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:38.907 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 762 k 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 768 k 2024-04-30T10:24:38.908 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:38.992 INFO:teuthology.orchestra.run.smithi044.stdout:(3/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 262 kB/s | 164 kB 00:00 2024-04-30T10:24:39.490 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.3 MB/s | 762 kB 00:00 2024-04-30T10:24:39.491 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:39.491 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.3 MB/s | 762 kB 00:00 2024-04-30T10:24:39.491 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:39.497 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:39.497 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:39.503 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:39.504 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:39.576 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:39.838 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:24:39.867 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:40.034 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:40.129 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:40.347 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:24:40.373 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:40.606 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:24:40.631 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:40.658 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:40.697 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:40.893 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:41.120 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T10:24:41.660 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:05 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:41.787 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:41.793 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 145 k 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 436 k 2024-04-30T10:24:41.794 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:42.387 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 242 kB/s | 145 kB 00:00 2024-04-30T10:24:42.388 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:42.388 INFO:teuthology.orchestra.run.smithi026.stdout:Total 241 kB/s | 145 kB 00:00 2024-04-30T10:24:42.388 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:42.397 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:42.397 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:42.443 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T10:24:42.444 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T10:24:42.445 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T10:24:42.446 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T10:24:42.446 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T10:24:42.446 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T10:24:42.446 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T10:24:42.447 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T10:24:42.447 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T10:24:42.447 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T10:24:42.447 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T10:24:42.448 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T10:24:42.448 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T10:24:42.448 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T10:24:42.448 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T10:24:42.458 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:42.459 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:42.615 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:42.705 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:42.731 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:42.731 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:42.731 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T10:24:42.731 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:43.493 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T10:24:43.494 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T10:24:43.495 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T10:24:43.496 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T10:24:43.497 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T10:24:43.497 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:43.497 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:43.672 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:43.816 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-base 2024-04-30T10:24:43.873 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr 2024-04-30T10:24:44.355 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:03 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:44.411 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:08 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:44.437 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:24:44.483 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:44.483 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:24:44.483 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:44.492 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:24:44.537 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:44.538 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:24:44.538 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:44.547 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install cephadm 2024-04-30T10:24:44.599 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T10:24:45.089 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:04 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:45.132 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:09 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:45.213 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:45.214 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 762 k 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 768 k 2024-04-30T10:24:45.215 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:45.257 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:45.258 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:45.258 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:24:45.258 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T10:24:45.259 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 8.6 M 2024-04-30T10:24:45.260 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 103 M 2024-04-30T10:24:45.261 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:46.124 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2455.g09 76 kB/s | 32 kB 00:00 2024-04-30T10:24:46.224 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2455.g09d 29 kB/s | 15 kB 00:00 2024-04-30T10:24:46.391 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-04-30T10:24:46.413 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 636 kB/s | 762 kB 00:01 2024-04-30T10:24:46.414 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:46.414 INFO:teuthology.orchestra.run.smithi033.stdout:Total 635 kB/s | 762 kB 00:01 2024-04-30T10:24:46.414 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:24:46.421 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:24:46.421 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:24:46.428 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:24:46.428 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:24:46.500 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 7.8 MB/s | 863 kB 00:00 2024-04-30T10:24:46.514 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:24:46.525 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 896 kB/s | 269 kB 00:00 2024-04-30T10:24:46.670 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 137 kB/s | 19 kB 00:00 2024-04-30T10:24:46.786 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-04-30T10:24:46.876 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 9.8 MB/s | 2.0 MB 00:00 2024-04-30T10:24:46.901 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-04-30T10:24:46.926 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 615 kB/s | 31 kB 00:00 2024-04-30T10:24:46.928 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:46.951 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-30T10:24:47.011 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:47.328 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:47.581 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:24:47.582 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:47.582 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:47.582 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:47.582 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:47.582 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:47.760 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6 1.7 MB/s | 3.5 MB 00:02 2024-04-30T10:24:47.765 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:47.765 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-30T10:24:47.802 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T10:24:47.817 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:47.839 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:47.839 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:48.004 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:48.006 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:48.341 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:07 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:48.468 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:48.468 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:48.468 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:24:48.469 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:48.470 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 145 k 2024-04-30T10:24:48.470 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 436 k 2024-04-30T10:24:48.470 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:48.547 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:48.620 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T10:24:48.655 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T10:24:48.703 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T10:24:48.731 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T10:24:48.812 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T10:24:48.910 INFO:teuthology.orchestra.run.smithi033.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 329 kB/s | 145 kB 00:00 2024-04-30T10:24:48.911 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:48.911 INFO:teuthology.orchestra.run.smithi033.stdout:Total 327 kB/s | 145 kB 00:00 2024-04-30T10:24:48.911 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:24:48.920 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:24:48.920 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:24:48.946 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T10:24:48.981 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:24:48.981 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:24:49.038 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T10:24:49.087 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T10:24:49.114 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:24:49.127 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:24:49.146 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T10:24:49.178 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:49.204 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:49.204 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:24:49.204 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T10:24:49.204 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:50.077 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:50.251 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T10:24:50.288 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:24:50.292 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr 2024-04-30T10:24:50.829 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:09 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:50.911 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:24:50.955 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:50.958 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:24:50.958 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:51.025 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T10:24:51.555 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:10 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:51.665 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:24:51.665 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T10:24:51.665 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T10:24:51.665 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T10:24:51.665 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T10:24:51.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T10:24:51.680 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T10:24:51.682 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-04-30T10:24:51.683 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:51.684 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 8.6 M 2024-04-30T10:24:51.684 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 103 M 2024-04-30T10:24:51.684 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:51.972 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:51.973 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:24:52.233 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T10:24:52.324 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2455.g09 159 kB/s | 32 kB 00:00 2024-04-30T10:24:52.350 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2455.g09d 68 kB/s | 15 kB 00:00 2024-04-30T10:24:52.558 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-04-30T10:24:52.633 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.3 MB/s | 1.0 MB 00:00 2024-04-30T10:24:52.769 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:16 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:24:52.859 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.8 MB/s | 863 kB 00:00 2024-04-30T10:24:52.901 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T10:24:52.902 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:24:52.903 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-30T10:24:52.904 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-04-30T10:24:52.904 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:24:52.904 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 38 M 2024-04-30T10:24:52.904 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 209 M 2024-04-30T10:24:52.904 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:24:53.059 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 3.8 MB/s | 3.5 MB 00:00 2024-04-30T10:24:53.101 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-04-30T10:24:53.126 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-30T10:24:53.206 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 195 kB 00:00 2024-04-30T10:24:53.227 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 411 kB/s | 31 kB 00:00 2024-04-30T10:24:53.246 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.0 MB/s | 803 kB 00:00 2024-04-30T10:24:53.294 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 752 kB/s | 144 kB 00:00 2024-04-30T10:24:53.319 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-30T10:24:53.405 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 164 kB/s | 33 kB 00:00 2024-04-30T10:24:53.471 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 273 kB/s | 18 kB 00:00 2024-04-30T10:24:53.538 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 528 kB/s | 35 kB 00:00 2024-04-30T10:24:53.597 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.5 MB/s | 3.0 MB 00:00 2024-04-30T10:24:53.628 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.6 MB/s | 2.0 MB 00:00 2024-04-30T10:24:53.633 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:53.633 INFO:teuthology.orchestra.run.smithi033.stdout:Total 4.4 MB/s | 8.6 MB 00:01 2024-04-30T10:24:53.664 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.6 MB/s | 244 kB 00:00 2024-04-30T10:24:53.683 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:24:53.702 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:24:53.702 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:24:53.789 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-24 11 MB/s | 7.4 MB 00:00 2024-04-30T10:24:53.868 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:24:53.869 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:24:53.914 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-04-30T10:24:54.223 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 578 kB/s | 250 kB 00:00 2024-04-30T10:24:54.390 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-04-30T10:24:54.401 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:24:54.479 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T10:24:54.523 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T10:24:54.565 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.6 MB/s | 4.7 MB 00:01 2024-04-30T10:24:54.569 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:54.569 INFO:teuthology.orchestra.run.smithi026.stdout:Total 23 MB/s | 38 MB 00:01 2024-04-30T10:24:54.570 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T10:24:54.599 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T10:24:54.679 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T10:24:54.816 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T10:24:54.915 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T10:24:54.929 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:24:54.956 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:24:54.957 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:24:54.963 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T10:24:54.991 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:24:55.023 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T10:24:55.393 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:24:55.393 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:24:56.125 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T10:24:56.157 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:24:56.218 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:24:56.278 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T10:24:56.322 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:24:56.436 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:24:56.482 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T10:24:56.664 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T10:24:56.697 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T10:24:56.775 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T10:24:57.409 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:24:57.409 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T10:24:57.409 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T10:24:57.409 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T10:24:57.409 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T10:24:57.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T10:24:57.460 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T10:24:57.588 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:57.706 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:57.707 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:24:58.088 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T10:24:58.632 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:17 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:24:58.760 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T10:24:58.761 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-04-30T10:24:58.762 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:24:58.763 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 38 M 2024-04-30T10:24:58.763 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 209 M 2024-04-30T10:24:58.763 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:24:58.857 INFO:teuthology.orchestra.run.smithi044.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 2.4 MB/s | 48 MB 00:20 2024-04-30T10:24:58.861 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:24:58.861 INFO:teuthology.orchestra.run.smithi044.stdout:Total 2.4 MB/s | 49 MB 00:20 2024-04-30T10:24:58.877 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:24:58.888 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:24:58.911 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:24:58.911 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:24:59.246 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 783 kB/s | 195 kB 00:00 2024-04-30T10:24:59.279 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.8 MB/s | 803 kB 00:00 2024-04-30T10:24:59.297 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:24:59.297 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:24:59.313 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 490 kB/s | 33 kB 00:00 2024-04-30T10:24:59.363 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-04-30T10:24:59.405 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 844 kB/s | 35 kB 00:00 2024-04-30T10:24:59.539 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-30T10:24:59.631 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-30T10:24:59.706 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-04-30T10:24:59.823 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 250 kB 00:00 2024-04-30T10:24:59.834 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:24:59.910 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T10:24:59.949 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T10:24:59.969 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T10:24:59.976 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:24:59.996 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:00.182 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 6.1 MB/s | 4.7 MB 00:00 2024-04-30T10:25:00.332 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.3 MB/s | 5.1 MB 00:00 2024-04-30T10:25:01.065 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 13 MB/s | 16 MB 00:01 2024-04-30T10:25:01.069 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:01.069 INFO:teuthology.orchestra.run.smithi033.stdout:Total 16 MB/s | 38 MB 00:02 2024-04-30T10:25:01.437 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:01.465 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:01.466 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:01.901 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:01.901 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:02.575 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T10:25:02.576 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T10:25:02.577 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T10:25:02.577 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T10:25:02.577 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:25:02.577 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T10:25:02.732 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:02.787 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T10:25:02.832 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:25:02.936 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T10:25:02.951 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:02.952 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:02.974 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T10:25:03.159 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T10:25:03.189 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T10:25:03.269 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T10:25:03.314 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-rook 2024-04-30T10:25:03.865 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:27 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:03.961 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T10:25:03.991 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:25:03.992 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:03.993 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-04-30T10:25:03.994 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:03.994 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 2.2 M 2024-04-30T10:25:03.994 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-04-30T10:25:03.994 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:04.091 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T10:25:04.404 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 198 kB/s | 19 kB 00:00 2024-04-30T10:25:04.429 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 210 kB/s | 26 kB 00:00 2024-04-30T10:25:04.496 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-04-30T10:25:04.529 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.6 MB/s | 159 kB 00:00 2024-04-30T10:25:04.563 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-30T10:25:04.588 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 913 kB/s | 54 kB 00:00 2024-04-30T10:25:04.613 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 161 kB/s | 49 kB 00:00 2024-04-30T10:25:04.756 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-04-30T10:25:04.830 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-04-30T10:25:04.834 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:25:04.897 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 96 kB/s | 32 kB 00:00 2024-04-30T10:25:05.006 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 524 kB/s | 206 kB 00:00 2024-04-30T10:25:05.031 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 442 kB/s | 59 kB 00:00 2024-04-30T10:25:05.090 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-04-30T10:25:05.198 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-04-30T10:25:05.202 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:05.202 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-04-30T10:25:05.269 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:05.285 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:05.285 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:05.381 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:05.381 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:05.406 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:25:05.902 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:06.075 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T10:25:06.136 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T10:25:06.191 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T10:25:06.226 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T10:25:06.268 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T10:25:06.368 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T10:25:06.479 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T10:25:06.496 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T10:25:06.523 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:06.537 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T10:25:07.068 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-04-30T10:25:07.068 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-04-30T10:25:07.068 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-04-30T10:25:07.068 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T10:25:07.321 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T10:25:07.374 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T10:25:07.380 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T10:25:07.380 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:07.380 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:07.380 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:07.380 INFO:teuthology.orchestra.run.smithi044.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:07.381 INFO:teuthology.orchestra.run.smithi044.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T10:25:07.381 INFO:teuthology.orchestra.run.smithi044.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T10:25:07.381 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:07.381 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:07.408 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T10:25:07.457 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T10:25:07.486 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:07.660 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph 2024-04-30T10:25:08.198 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:13 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:08.326 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:08.328 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T10:25:08.329 INFO:teuthology.orchestra.run.smithi044.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-collections 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T10:25:08.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T10:25:08.331 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout:Install 36 Packages 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 30 M 2024-04-30T10:25:08.332 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 107 M 2024-04-30T10:25:08.333 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T10:25:08.353 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T10:25:08.354 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T10:25:08.354 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T10:25:08.354 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T10:25:08.354 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T10:25:08.354 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T10:25:08.663 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:08.664 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:08.904 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:25:08.939 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T10:25:08.992 INFO:teuthology.orchestra.run.smithi044.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-30T10:25:09.192 INFO:teuthology.orchestra.run.smithi044.stdout:(2/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 4.0 MB/s | 1.5 MB 00:00 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T10:25:09.311 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:09.312 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:09.442 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:33 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:09.570 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:09.570 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:09.570 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:25:09.570 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:09.570 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-04-30T10:25:09.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:09.572 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 7.0 M 2024-04-30T10:25:09.572 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 33 M 2024-04-30T10:25:09.572 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:09.601 INFO:teuthology.orchestra.run.smithi044.stdout:(3/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86_ 7.7 MB/s | 4.7 MB 00:00 2024-04-30T10:25:09.646 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-rook 2024-04-30T10:25:09.684 INFO:teuthology.orchestra.run.smithi044.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.9 MB/s | 249 kB 00:00 2024-04-30T10:25:09.768 INFO:teuthology.orchestra.run.smithi044.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.0 MB/s | 253 kB 00:00 2024-04-30T10:25:09.885 INFO:teuthology.orchestra.run.smithi044.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-30T10:25:09.944 INFO:teuthology.orchestra.run.smithi044.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-30T10:25:10.019 INFO:teuthology.orchestra.run.smithi044.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.8 MB/s | 135 kB 00:00 2024-04-30T10:25:10.086 INFO:teuthology.orchestra.run.smithi044.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-04-30T10:25:10.191 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:29 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:10.242 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 786 kB/s | 248 kB 00:00 2024-04-30T10:25:10.253 INFO:teuthology.orchestra.run.smithi044.stdout:(10/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86 16 MB/s | 17 MB 00:01 2024-04-30T10:25:10.295 INFO:teuthology.orchestra.run.smithi044.stdout:(11/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86 1.6 MB/s | 2.4 MB 00:01 2024-04-30T10:25:10.316 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T10:25:10.317 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:10.318 INFO:teuthology.orchestra.run.smithi033.stdout:Install 13 Packages 2024-04-30T10:25:10.319 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:10.319 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 2.2 M 2024-04-30T10:25:10.319 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 26 M 2024-04-30T10:25:10.319 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:10.342 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 340 kB/s | 141 kB 00:00 2024-04-30T10:25:10.345 INFO:teuthology.orchestra.run.smithi044.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 830 kB/s | 215 kB 00:00 2024-04-30T10:25:10.379 INFO:teuthology.orchestra.run.smithi044.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2024-04-30T10:25:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 593 kB/s | 35 kB 00:00 2024-04-30T10:25:10.429 INFO:teuthology.orchestra.run.smithi044.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-30T10:25:10.454 INFO:teuthology.orchestra.run.smithi044.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-04-30T10:25:10.459 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-04-30T10:25:10.480 INFO:teuthology.orchestra.run.smithi044.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-04-30T10:25:10.509 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 345 kB/s | 58 kB 00:00 2024-04-30T10:25:10.576 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 438 kB/s | 51 kB 00:00 2024-04-30T10:25:10.588 INFO:teuthology.orchestra.run.smithi044.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-04-30T10:25:10.659 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-30T10:25:10.662 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:10.662 INFO:teuthology.orchestra.run.smithi026.stdout:Total 6.4 MB/s | 7.0 MB 00:01 2024-04-30T10:25:10.690 INFO:teuthology.orchestra.run.smithi033.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 179 kB/s | 26 kB 00:00 2024-04-30T10:25:10.715 INFO:teuthology.orchestra.run.smithi033.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 114 kB/s | 19 kB 00:00 2024-04-30T10:25:10.735 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:10.741 INFO:teuthology.orchestra.run.smithi033.stdout:(3/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 254 kB/s | 49 kB 00:00 2024-04-30T10:25:10.747 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:10.747 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:10.789 INFO:teuthology.orchestra.run.smithi044.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-30T10:25:10.842 INFO:teuthology.orchestra.run.smithi033.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-30T10:25:10.850 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:10.851 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:10.867 INFO:teuthology.orchestra.run.smithi033.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-30T10:25:10.900 INFO:teuthology.orchestra.run.smithi033.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 917 kB/s | 54 kB 00:00 2024-04-30T10:25:10.947 INFO:teuthology.orchestra.run.smithi044.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 307 kB/s | 151 kB 00:00 2024-04-30T10:25:10.959 INFO:teuthology.orchestra.run.smithi033.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-04-30T10:25:11.048 INFO:teuthology.orchestra.run.smithi044.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 374 kB/s | 172 kB 00:00 2024-04-30T10:25:11.073 INFO:teuthology.orchestra.run.smithi044.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-30T10:25:11.134 INFO:teuthology.orchestra.run.smithi033.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-30T10:25:11.148 INFO:teuthology.orchestra.run.smithi044.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 998 kB/s | 358 kB 00:00 2024-04-30T10:25:11.159 INFO:teuthology.orchestra.run.smithi033.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-04-30T10:25:11.165 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:11.173 INFO:teuthology.orchestra.run.smithi044.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-04-30T10:25:11.207 INFO:teuthology.orchestra.run.smithi044.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 173 kB/s | 23 kB 00:00 2024-04-30T10:25:11.249 INFO:teuthology.orchestra.run.smithi044.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-30T10:25:11.274 INFO:teuthology.orchestra.run.smithi044.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-04-30T10:25:11.316 INFO:teuthology.orchestra.run.smithi044.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 426 kB/s | 46 kB 00:00 2024-04-30T10:25:11.359 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T10:25:11.368 INFO:teuthology.orchestra.run.smithi033.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-30T10:25:11.375 INFO:teuthology.orchestra.run.smithi044.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 628 kB/s | 79 kB 00:00 2024-04-30T10:25:11.409 INFO:teuthology.orchestra.run.smithi044.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.0 MB/s | 272 kB 00:00 2024-04-30T10:25:11.414 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T10:25:11.433 INFO:teuthology.orchestra.run.smithi044.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-04-30T10:25:11.435 INFO:teuthology.orchestra.run.smithi033.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 432 kB/s | 206 kB 00:00 2024-04-30T10:25:11.501 INFO:teuthology.orchestra.run.smithi044.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-04-30T10:25:11.518 INFO:teuthology.orchestra.run.smithi044.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-30T10:25:11.535 INFO:teuthology.orchestra.run.smithi033.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 537 kB/s | 90 kB 00:00 2024-04-30T10:25:11.594 INFO:teuthology.orchestra.run.smithi044.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.4 MB/s | 230 kB 00:00 2024-04-30T10:25:11.610 INFO:teuthology.orchestra.run.smithi044.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-04-30T10:25:11.661 INFO:teuthology.orchestra.run.smithi033.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-04-30T10:25:11.661 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:11.661 INFO:teuthology.orchestra.run.smithi033.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-30T10:25:11.733 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:11.750 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:11.750 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:11.760 INFO:teuthology.orchestra.run.smithi044.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-04-30T10:25:11.763 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:11.763 INFO:teuthology.orchestra.run.smithi044.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-04-30T10:25:11.848 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:11.848 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:11.907 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:11.949 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:11.950 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:12.011 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T10:25:12.095 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T10:25:12.165 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T10:25:12.190 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:12.262 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:12.262 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:12.364 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:12.551 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T10:25:12.689 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T10:25:12.753 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T10:25:12.789 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T10:25:12.831 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T10:25:12.929 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T10:25:12.950 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:12.950 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T10:25:12.951 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T10:25:12.951 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T10:25:12.951 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T10:25:12.951 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T10:25:13.051 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T10:25:13.100 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T10:25:13.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T10:25:13.212 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:13.212 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:13.478 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-fuse 2024-04-30T10:25:13.546 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:13.605 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T10:25:13.638 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T10:25:13.665 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T10:25:13.740 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T10:25:13.790 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T10:25:13.822 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T10:25:13.875 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T10:25:13.918 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T10:25:13.921 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T10:25:13.956 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T10:25:13.995 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T10:25:14.004 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T10:25:14.013 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:38 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:14.032 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:14.042 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T10:25:14.078 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T10:25:14.106 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T10:25:14.138 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:14.138 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:14.138 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:25:14.138 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-04-30T10:25:14.139 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 970 k 2024-04-30T10:25:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 2.8 M 2024-04-30T10:25:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:14.141 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T10:25:14.175 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T10:25:14.233 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T10:25:14.251 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T10:25:14.284 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T10:25:14.323 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T10:25:14.378 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 688 kB/s | 80 kB 00:00 2024-04-30T10:25:14.401 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T10:25:14.552 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T10:25:14.635 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T10:25:14.685 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T10:25:14.691 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:14.691 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T10:25:14.691 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T10:25:14.692 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T10:25:14.693 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T10:25:14.693 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T10:25:14.693 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T10:25:14.695 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-30T10:25:14.695 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:14.696 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-30T10:25:14.707 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:14.731 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:14.731 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:14.732 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T10:25:14.790 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T10:25:14.813 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:14.813 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:14.854 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T10:25:14.999 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:15.057 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T10:25:15.110 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T10:25:15.120 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T10:25:15.120 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:15.120 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T10:25:15.121 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T10:25:15.122 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T10:25:15.122 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:15.122 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:15.135 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T10:25:15.190 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T10:25:15.203 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:15.280 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T10:25:15.326 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T10:25:15.350 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T10:25:15.447 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T10:25:15.615 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-04-30T10:25:15.644 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:25:15.670 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-04-30T10:25:15.670 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:15.670 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T10:25:15.671 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:25:15.671 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T10:25:15.671 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:15.831 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:15.831 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T10:25:15.890 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:34 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:16.016 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T10:25:16.017 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout:Install 6 Packages 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:16.018 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 7.0 M 2024-04-30T10:25:16.019 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 33 M 2024-04-30T10:25:16.019 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:16.087 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:16.332 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-volume 2024-04-30T10:25:16.530 INFO:teuthology.orchestra.run.smithi033.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-04-30T10:25:16.714 INFO:teuthology.orchestra.run.smithi033.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-30T10:25:16.739 INFO:teuthology.orchestra.run.smithi033.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 369 kB/s | 141 kB 00:00 2024-04-30T10:25:16.864 INFO:teuthology.orchestra.run.smithi033.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 384 kB/s | 58 kB 00:00 2024-04-30T10:25:16.876 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:40 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:16.890 INFO:teuthology.orchestra.run.smithi033.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 339 kB/s | 51 kB 00:00 2024-04-30T10:25:16.965 INFO:teuthology.orchestra.run.smithi033.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-04-30T10:25:16.966 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:16.966 INFO:teuthology.orchestra.run.smithi033.stdout:Total 7.4 MB/s | 7.0 MB 00:00 2024-04-30T10:25:17.001 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:17.001 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:17.001 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-30T10:25:17.001 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:17.001 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-04-30T10:25:17.002 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:17.003 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 341 k 2024-04-30T10:25:17.003 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 1.5 M 2024-04-30T10:25:17.003 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:17.039 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:17.051 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:17.051 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:17.153 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:17.154 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:17.195 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:25:17.223 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-04-30T10:25:17.223 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:17.223 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T10:25:17.224 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:25:17.224 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T10:25:17.224 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:17.332 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 433 kB/s | 77 kB 00:00 2024-04-30T10:25:17.459 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:17.466 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 846 kB/s | 264 kB 00:00 2024-04-30T10:25:17.466 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:17.467 INFO:teuthology.orchestra.run.smithi026.stdout:Total 733 kB/s | 341 kB 00:00 2024-04-30T10:25:17.479 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:17.489 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:17.489 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:17.517 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:17.517 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:17.638 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T10:25:17.682 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:17.684 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T10:25:17.695 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T10:25:17.721 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:17.908 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T10:25:17.950 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:25:17.963 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:25:17.966 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:25:17.967 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:17.967 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T10:25:17.967 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T10:25:17.988 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:18.054 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:25:18.235 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T10:25:18.331 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T10:25:18.402 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T10:25:18.429 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:18.646 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:18.950 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:19.125 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:19.125 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T10:25:19.126 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T10:25:19.126 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T10:25:19.126 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T10:25:19.126 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T10:25:19.236 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados-devel 2024-04-30T10:25:19.375 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:19.376 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:19.614 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-fuse 2024-04-30T10:25:19.778 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:43 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:19.783 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-04-30T10:25:19.783 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-04-30T10:25:19.783 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-04-30T10:25:19.783 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T10:25:19.784 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T10:25:19.785 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T10:25:19.786 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T10:25:19.786 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T10:25:19.786 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T10:25:19.903 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:19.904 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:19.905 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:25:19.905 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:19.905 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 127 k 2024-04-30T10:25:19.905 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 456 k 2024-04-30T10:25:19.905 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:20.148 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:39 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:20.273 INFO:teuthology.orchestra.run.smithi026.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 345 kB/s | 127 kB 00:00 2024-04-30T10:25:20.274 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:20.274 INFO:teuthology.orchestra.run.smithi026.stdout:Total 343 kB/s | 127 kB 00:00 2024-04-30T10:25:20.274 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-04-30T10:25:20.275 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:20.276 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 970 k 2024-04-30T10:25:20.276 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 2.8 M 2024-04-30T10:25:20.276 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:20.280 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:20.280 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:20.347 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:20.348 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:20.507 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:20.584 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 413 kB/s | 80 kB 00:00 2024-04-30T10:25:20.611 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:20.676 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 3.0 MB/s | 889 kB 00:00 2024-04-30T10:25:20.677 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:20.677 INFO:teuthology.orchestra.run.smithi033.stdout:Total 2.4 MB/s | 970 kB 00:00 2024-04-30T10:25:20.689 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:20.711 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:20.711 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:20.750 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T10:25:20.751 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T10:25:20.752 INFO:teuthology.orchestra.run.smithi044.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:20.753 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:20.795 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:20.795 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:20.986 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:21.039 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:21.091 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-base 2024-04-30T10:25:21.132 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T10:25:21.201 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:21.274 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:21.275 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:21.275 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:21.275 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:21.275 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:21.275 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:21.541 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs2 2024-04-30T10:25:21.630 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:26 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:21.712 INFO:teuthology.orchestra.run.smithi044.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:21.755 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:21.756 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:25:21.756 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:21.831 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install cephadm 2024-04-30T10:25:21.832 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:21.832 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T10:25:22.083 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:46 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:22.103 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T10:25:22.103 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:22.103 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:22.103 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T10:25:22.104 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:22.104 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:22.166 INFO:teuthology.orchestra.run.smithi026.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:22.210 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:22.211 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:22.211 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:22.281 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs-devel 2024-04-30T10:25:22.356 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-volume 2024-04-30T10:25:22.364 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:27 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:22.488 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 762 k 2024-04-30T10:25:22.489 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 768 k 2024-04-30T10:25:22.490 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:22.827 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:46 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:22.880 INFO:teuthology.orchestra.run.smithi044.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.9 MB/s | 762 kB 00:00 2024-04-30T10:25:22.882 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:22.882 INFO:teuthology.orchestra.run.smithi044.stdout:Total 1.9 MB/s | 762 kB 00:00 2024-04-30T10:25:22.882 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:22.886 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:22.886 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:22.892 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:22.892 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:22.896 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:41 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:22.954 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:25:22.955 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:22.956 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 32 k 2024-04-30T10:25:22.956 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 142 k 2024-04-30T10:25:22.956 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:22.968 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:23.020 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T10:25:23.022 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 341 k 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 1.5 M 2024-04-30T10:25:23.023 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:23.206 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.3 MB/s | 77 kB 00:00 2024-04-30T10:25:23.207 INFO:teuthology.orchestra.run.smithi026.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-30T10:25:23.207 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:23.208 INFO:teuthology.orchestra.run.smithi026.stdout:Total 126 kB/s | 32 kB 00:00 2024-04-30T10:25:23.208 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:23.212 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:23.212 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:23.215 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:23.215 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:23.301 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:23.415 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:23.424 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:25:23.515 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 717 kB/s | 264 kB 00:00 2024-04-30T10:25:23.516 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:23.516 INFO:teuthology.orchestra.run.smithi033.stdout:Total 689 kB/s | 341 kB 00:00 2024-04-30T10:25:23.518 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:25:23.528 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:23.538 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:23.538 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:23.566 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:23.566 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:23.711 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:23.762 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:23.837 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:25:23.899 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T10:25:23.935 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:25:23.951 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:25:23.951 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:23.952 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T10:25:23.952 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:23.982 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:23.983 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:23.983 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:23.983 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:23.983 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:23.983 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:24.088 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-04-30T10:25:24.088 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:24.088 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:24.088 INFO:teuthology.orchestra.run.smithi044.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:24.089 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:24.089 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:24.181 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados2 2024-04-30T10:25:24.310 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T10:25:24.628 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T10:25:24.716 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:48 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:24.797 INFO:teuthology.orchestra.run.smithi026.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:24.840 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:24.841 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:24.842 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:24.848 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:29 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:24.914 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librbd1 2024-04-30T10:25:24.917 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:24.918 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:24.973 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:24.973 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repo Size 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 145 k 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 436 k 2024-04-30T10:25:24.974 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:25.204 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados-devel 2024-04-30T10:25:25.205 INFO:teuthology.orchestra.run.smithi044.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 629 kB/s | 145 kB 00:00 2024-04-30T10:25:25.205 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:25.206 INFO:teuthology.orchestra.run.smithi044.stdout:Total 625 kB/s | 145 kB 00:00 2024-04-30T10:25:25.206 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:25.214 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:25.214 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:25.275 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:25.275 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:25.424 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:25.447 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:49 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:25.506 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:25:25.529 INFO:teuthology.orchestra.run.smithi026.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:25.531 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:25:25.531 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:25.531 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T10:25:25.531 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:25.574 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:25.575 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:25.575 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:25.643 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rados 2024-04-30T10:25:25.748 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:44 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:25.872 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:25.873 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 127 k 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 456 k 2024-04-30T10:25:25.874 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:26.179 INFO:teuthology.orchestra.run.smithi033.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 416 kB/s | 127 kB 00:00 2024-04-30T10:25:26.179 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:26.179 INFO:teuthology.orchestra.run.smithi033.stdout:Total 414 kB/s | 127 kB 00:00 2024-04-30T10:25:26.180 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:26.186 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:26.186 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:26.186 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:50 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:26.253 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:26.253 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:26.269 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:26.312 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:26.313 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:26.313 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:26.388 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rgw 2024-04-30T10:25:26.388 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-04-30T10:25:26.389 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:26.389 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:26.389 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:26.389 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:26.389 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:26.419 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:26.528 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:26.600 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-mgr 2024-04-30T10:25:26.932 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:50 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:26.952 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:27.014 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:27.058 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:27.059 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:27.059 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:27.135 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-cephfs 2024-04-30T10:25:27.137 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:32 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:27.204 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:27.222 INFO:teuthology.orchestra.run.smithi044.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:27.267 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:27.268 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:25:27.268 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:27.338 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T10:25:27.460 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs2 2024-04-30T10:25:27.674 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:51 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:27.756 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:27.799 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:27.800 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:27.800 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:27.869 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rbd 2024-04-30T10:25:27.870 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:32 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:27.994 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:27.995 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:27.995 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-30T10:25:27.996 INFO:teuthology.orchestra.run.smithi044.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:Install 12 Packages 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 8.6 M 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 103 M 2024-04-30T10:25:27.997 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:28.011 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:28.094 INFO:teuthology.orchestra.run.smithi033.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:28.137 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:28.138 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:28.139 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:28.207 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs-devel 2024-04-30T10:25:28.400 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:28.482 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:28.526 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:28.527 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-30T10:25:28.527 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:28.596 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-fuse 2024-04-30T10:25:28.659 INFO:teuthology.orchestra.run.smithi044.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2455.g09d 77 kB/s | 15 kB 00:00 2024-04-30T10:25:28.684 INFO:teuthology.orchestra.run.smithi044.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2455.g09 141 kB/s | 32 kB 00:00 2024-04-30T10:25:28.745 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:28.870 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:28.871 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:28.871 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-30T10:25:28.871 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 32 k 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 142 k 2024-04-30T10:25:28.872 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:28.910 INFO:teuthology.orchestra.run.smithi044.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 7.8 MB/s | 3.5 MB 00:00 2024-04-30T10:25:28.993 INFO:teuthology.orchestra.run.smithi044.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 873 kB/s | 269 kB 00:00 2024-04-30T10:25:29.035 INFO:teuthology.orchestra.run.smithi044.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.7 MB/s | 863 kB 00:00 2024-04-30T10:25:29.069 INFO:teuthology.orchestra.run.smithi044.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 2024-04-30T10:25:29.116 INFO:teuthology.orchestra.run.smithi033.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 130 kB/s | 32 kB 00:00 2024-04-30T10:25:29.117 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:29.117 INFO:teuthology.orchestra.run.smithi033.stdout:Total 129 kB/s | 32 kB 00:00 2024-04-30T10:25:29.117 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:29.121 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:29.121 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:29.123 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:29.124 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:29.141 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:53 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:29.266 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:29.267 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:25:29.268 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:29.268 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 85 k 2024-04-30T10:25:29.268 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 231 k 2024-04-30T10:25:29.268 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:29.286 INFO:teuthology.orchestra.run.smithi044.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-04-30T10:25:29.306 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:29.477 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-04-30T10:25:29.478 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:29.478 INFO:teuthology.orchestra.run.smithi026.stdout:Total 405 kB/s | 85 kB 00:00 2024-04-30T10:25:29.478 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:29.486 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:29.486 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:29.509 INFO:teuthology.orchestra.run.smithi044.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-04-30T10:25:29.536 INFO:teuthology.orchestra.run.smithi044.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 578 kB/s | 144 kB 00:00 2024-04-30T10:25:29.552 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:29.553 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:29.578 INFO:teuthology.orchestra.run.smithi044.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 449 kB/s | 31 kB 00:00 2024-04-30T10:25:29.620 INFO:teuthology.orchestra.run.smithi044.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-30T10:25:29.668 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:29.700 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:29.720 INFO:teuthology.orchestra.run.smithi044.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-04-30T10:25:29.726 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:29.726 INFO:teuthology.orchestra.run.smithi044.stdout:Total 5.0 MB/s | 8.6 MB 00:01 2024-04-30T10:25:29.777 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:29.796 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:29.797 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:29.800 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:29.873 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:29.873 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:29.873 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:29.873 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:29.874 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:29.874 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:29.963 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:29.963 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:30.082 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados2 2024-04-30T10:25:30.155 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:30.401 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:30.510 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:30.580 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-30T10:25:30.612 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-mirror 2024-04-30T10:25:30.621 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:49 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:30.623 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-30T10:25:30.671 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-30T10:25:30.700 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-30T10:25:30.703 INFO:teuthology.orchestra.run.smithi033.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:30.747 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:30.748 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:30.748 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:30.781 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-30T10:25:30.815 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librbd1 2024-04-30T10:25:30.916 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-30T10:25:31.012 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-30T10:25:31.065 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-30T10:25:31.092 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:25:31.133 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-04-30T10:25:31.156 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:55 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:25:31.286 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 13 M 2024-04-30T10:25:31.287 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:31.353 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:50 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:31.435 INFO:teuthology.orchestra.run.smithi033.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:31.478 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:31.479 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:31.479 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:31.550 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rados 2024-04-30T10:25:31.830 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-30T10:25:31.831 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:31.831 INFO:teuthology.orchestra.run.smithi026.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-30T10:25:31.831 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:31.842 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:31.842 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:31.929 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:31.929 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:32.087 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:51 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:32.169 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:32.214 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:32.215 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:32.215 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:32.242 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-04-30T10:25:32.282 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rgw 2024-04-30T10:25:32.283 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:25:32.383 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:32.447 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:32.473 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:32.473 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:32.473 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T10:25:32.473 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:25:32.474 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:25:32.474 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:32.822 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:51 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:32.905 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:32.948 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:32.949 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:32.949 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:33.026 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-cephfs 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:33.493 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:33.561 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:52 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:33.641 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-30T10:25:33.678 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-30T10:25:33.679 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-30T10:25:33.679 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-30T10:25:33.679 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-30T10:25:33.679 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-30T10:25:33.684 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:33.685 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:33.686 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:33.733 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-nbd 2024-04-30T10:25:33.756 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rbd 2024-04-30T10:25:33.979 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-30T10:25:33.980 INFO:teuthology.orchestra.run.smithi044.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-30T10:25:33.981 INFO:teuthology.orchestra.run.smithi044.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-30T10:25:33.981 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:33.981 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:34.200 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-30T10:25:34.278 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:58 ago on Tue 30 Apr 2024 10:23:36 AM UTC. 2024-04-30T10:25:34.291 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:53 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:34.373 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:34.406 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 171 k 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 494 k 2024-04-30T10:25:34.407 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-30T10:25:34.416 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:34.417 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-30T10:25:34.417 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:34.489 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-fuse 2024-04-30T10:25:34.625 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 788 kB/s | 171 kB 00:00 2024-04-30T10:25:34.625 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:34.625 INFO:teuthology.orchestra.run.smithi026.stdout:Total 782 kB/s | 171 kB 00:00 2024-04-30T10:25:34.626 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-30T10:25:34.634 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-30T10:25:34.634 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-30T10:25:34.702 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-30T10:25:34.702 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-30T10:25:34.731 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:39 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:34.858 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi044.stdout:======================================================================================= 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi044.stdout:======================================================================================= 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:34.859 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:34.860 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout:======================================================================================= 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout:Install 12 Packages 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 38 M 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 209 M 2024-04-30T10:25:34.861 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:34.965 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:35.025 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:54 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:35.150 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:35.151 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:35.151 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-30T10:25:35.151 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:35.151 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:35.151 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 85 k 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 231 k 2024-04-30T10:25:35.152 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:35.345 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:35.377 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 379 kB/s | 85 kB 00:00 2024-04-30T10:25:35.378 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:35.378 INFO:teuthology.orchestra.run.smithi033.stdout:Total 377 kB/s | 85 kB 00:00 2024-04-30T10:25:35.378 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:35.386 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:35.386 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:35.453 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:35.453 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-30T10:25:35.581 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-30T10:25:35.604 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:35.605 INFO:teuthology.orchestra.run.smithi044.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-24 13 MB/s | 7.4 MB 00:00 2024-04-30T10:25:35.655 INFO:teuthology.orchestra.run.smithi044.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 672 kB/s | 33 kB 00:00 2024-04-30T10:25:35.700 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:35.821 DEBUG:teuthology.parallel:result is None 2024-04-30T10:25:35.830 INFO:teuthology.orchestra.run.smithi044.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 17 MB/s | 3.0 MB 00:00 2024-04-30T10:25:35.881 INFO:teuthology.orchestra.run.smithi044.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-30T10:25:35.931 INFO:teuthology.orchestra.run.smithi044.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-04-30T10:25:36.070 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:36.073 INFO:teuthology.orchestra.run.smithi044.stdout:(6/12): libquadmath-11.4.1-3.el9.x86_64.rpm 186 kB/s | 195 kB 00:01 2024-04-30T10:25:36.215 INFO:teuthology.orchestra.run.smithi044.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-04-30T10:25:36.240 INFO:teuthology.orchestra.run.smithi044.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:36.308 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:36.324 INFO:teuthology.orchestra.run.smithi044.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-04-30T10:25:36.538 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-mirror 2024-04-30T10:25:36.591 INFO:teuthology.orchestra.run.smithi044.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-04-30T10:25:36.891 INFO:teuthology.orchestra.run.smithi044.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 430 kB/s | 803 kB 00:01 2024-04-30T10:25:37.085 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:56 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:37.158 INFO:teuthology.orchestra.run.smithi044.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-04-30T10:25:37.159 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:37.160 INFO:teuthology.orchestra.run.smithi044.stdout:Total 17 MB/s | 38 MB 00:02 2024-04-30T10:25:37.211 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:37.212 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:37.212 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-30T10:25:37.212 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:37.212 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:37.212 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 3.1 M 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 13 M 2024-04-30T10:25:37.213 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:37.518 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:37.546 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:37.547 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:37.947 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-04-30T10:25:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-04-30T10:25:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:37.959 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:37.959 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:37.987 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:37.987 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:38.046 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:38.046 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:38.496 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:38.573 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:38.599 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:38.599 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:25:38.599 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T10:25:38.599 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:25:38.600 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:25:38.600 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:38.968 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:39.063 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-30T10:25:39.107 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:25:39.215 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:25:39.258 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-30T10:25:39.444 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-30T10:25:39.474 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-30T10:25:39.553 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:39.623 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:39.869 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-nbd 2024-04-30T10:25:40.255 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-30T10:25:40.385 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-30T10:25:40.415 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:59 ago on Tue 30 Apr 2024 10:23:41 AM UTC. 2024-04-30T10:25:40.542 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-30T10:25:40.543 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:40.544 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 171 k 2024-04-30T10:25:40.544 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 494 k 2024-04-30T10:25:40.544 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-30T10:25:40.892 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 491 kB/s | 171 kB 00:00 2024-04-30T10:25:40.892 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:40.893 INFO:teuthology.orchestra.run.smithi033.stdout:Total 489 kB/s | 171 kB 00:00 2024-04-30T10:25:40.893 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-30T10:25:40.901 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-30T10:25:40.901 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-30T10:25:40.969 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-30T10:25:40.970 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-30T10:25:41.130 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-30T10:25:41.224 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:41.621 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:41.715 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:25:41.889 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:25:41.890 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:41.890 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-30T10:25:41.890 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:25:41.890 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-30T10:25:41.890 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-30T10:25:42.147 DEBUG:teuthology.parallel:result is None 2024-04-30T10:25:42.797 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-30T10:25:42.824 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-30T10:25:45.292 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-30T10:25:45.293 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-30T10:25:45.697 INFO:teuthology.orchestra.run.smithi044.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:45.698 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:46.042 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-mgr-rook 2024-04-30T10:25:46.586 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:51 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:46.711 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-04-30T10:25:46.713 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:46.714 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-30T10:25:46.714 INFO:teuthology.orchestra.run.smithi044.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-30T10:25:46.714 INFO:teuthology.orchestra.run.smithi044.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-30T10:25:46.714 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-30T10:25:46.714 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-30T10:25:46.715 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout:Install 13 Packages 2024-04-30T10:25:46.716 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:46.717 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 2.2 M 2024-04-30T10:25:46.718 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 26 M 2024-04-30T10:25:46.718 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:46.960 INFO:teuthology.orchestra.run.smithi044.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 321 kB/s | 26 kB 00:00 2024-04-30T10:25:46.985 INFO:teuthology.orchestra.run.smithi044.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 182 kB/s | 19 kB 00:00 2024-04-30T10:25:47.052 INFO:teuthology.orchestra.run.smithi044.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.4 MB/s | 159 kB 00:00 2024-04-30T10:25:47.077 INFO:teuthology.orchestra.run.smithi044.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-04-30T10:25:47.102 INFO:teuthology.orchestra.run.smithi044.stdout:(5/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 221 kB/s | 49 kB 00:00 2024-04-30T10:25:47.153 INFO:teuthology.orchestra.run.smithi044.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 713 kB/s | 54 kB 00:00 2024-04-30T10:25:47.178 INFO:teuthology.orchestra.run.smithi044.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 279 kB 00:00 2024-04-30T10:25:47.203 INFO:teuthology.orchestra.run.smithi044.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-04-30T10:25:47.245 INFO:teuthology.orchestra.run.smithi044.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 162 kB/s | 15 kB 00:00 2024-04-30T10:25:47.329 INFO:teuthology.orchestra.run.smithi044.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 711 kB/s | 59 kB 00:00 2024-04-30T10:25:47.362 INFO:teuthology.orchestra.run.smithi044.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 1.1 MB/s | 206 kB 00:00 2024-04-30T10:25:47.404 INFO:teuthology.orchestra.run.smithi044.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-04-30T10:25:47.438 INFO:teuthology.orchestra.run.smithi044.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.4 MB/s | 1.0 MB 00:00 2024-04-30T10:25:47.439 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:47.439 INFO:teuthology.orchestra.run.smithi044.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-04-30T10:25:47.504 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:47.520 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:47.520 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:47.613 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:47.613 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:48.119 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:48.306 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-30T10:25:48.367 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-30T10:25:48.431 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-30T10:25:48.466 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-30T10:25:48.517 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-30T10:25:48.624 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-30T10:25:48.744 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-30T10:25:48.794 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-30T10:25:49.583 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-30T10:25:49.632 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-30T10:25:49.666 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-30T10:25:49.716 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-30T10:25:49.744 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-30T10:25:50.392 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-30T10:25:50.393 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-30T10:25:50.704 INFO:teuthology.orchestra.run.smithi044.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:50.705 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:50.941 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-mgr-cephadm 2024-04-30T10:25:51.479 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:01:56 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:51.606 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-30T10:25:51.607 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout:Install 6 Packages 2024-04-30T10:25:51.608 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:51.609 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 7.0 M 2024-04-30T10:25:51.609 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 33 M 2024-04-30T10:25:51.609 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:52.366 INFO:teuthology.orchestra.run.smithi044.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-04-30T10:25:52.533 INFO:teuthology.orchestra.run.smithi044.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.2 MB/s | 548 kB 00:00 2024-04-30T10:25:52.575 INFO:teuthology.orchestra.run.smithi044.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.3 MB/s | 58 kB 00:00 2024-04-30T10:25:52.618 INFO:teuthology.orchestra.run.smithi044.stdout:(4/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 369 kB/s | 141 kB 00:00 2024-04-30T10:25:52.643 INFO:teuthology.orchestra.run.smithi044.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 762 kB/s | 51 kB 00:00 2024-04-30T10:25:53.054 INFO:teuthology.orchestra.run.smithi044.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 7.3 MB/s | 6.0 MB 00:00 2024-04-30T10:25:53.056 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:53.056 INFO:teuthology.orchestra.run.smithi044.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-04-30T10:25:53.132 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:53.144 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:53.144 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:53.248 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:53.249 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:53.684 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:53.869 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-30T10:25:53.913 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-30T10:25:54.473 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-30T10:25:54.577 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-30T10:25:54.655 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-30T10:25:54.690 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:55.435 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-04-30T10:25:55.436 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-04-30T10:25:55.436 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-30T10:25:55.436 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-30T10:25:55.436 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-30T10:25:55.436 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-30T10:25:55.686 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-30T10:25:55.686 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:55.686 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:55.686 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:55.687 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:55.921 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-fuse 2024-04-30T10:25:56.455 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:01 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:56.579 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-04-30T10:25:56.580 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:Install 2 Packages 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 970 k 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 2.8 M 2024-04-30T10:25:56.581 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:56.904 INFO:teuthology.orchestra.run.smithi044.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 372 kB/s | 80 kB 00:00 2024-04-30T10:25:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 2.6 MB/s | 889 kB 00:00 2024-04-30T10:25:57.021 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:57.022 INFO:teuthology.orchestra.run.smithi044.stdout:Total 2.1 MB/s | 970 kB 00:00 2024-04-30T10:25:57.033 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:57.057 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:57.057 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:57.139 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:57.139 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:25:57.327 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:25:57.477 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-30T10:25:57.546 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:58.160 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-04-30T10:25:58.160 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-04-30T10:25:58.401 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-30T10:25:58.402 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:58.402 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:25:58.402 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-30T10:25:58.402 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:58.402 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:25:58.658 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install ceph-volume 2024-04-30T10:25:59.203 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:04 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:25:59.329 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:59.330 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout:Install 2 Packages 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 341 k 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 1.5 M 2024-04-30T10:25:59.331 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:25:59.784 INFO:teuthology.orchestra.run.smithi044.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 441 kB/s | 77 kB 00:00 2024-04-30T10:25:59.867 INFO:teuthology.orchestra.run.smithi044.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-30T10:25:59.868 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:25:59.868 INFO:teuthology.orchestra.run.smithi044.stdout:Total 634 kB/s | 341 kB 00:00 2024-04-30T10:25:59.880 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:25:59.890 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:25:59.891 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:25:59.919 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:25:59.919 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:00.079 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:00.252 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-30T10:26:00.286 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:26:00.302 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-04-30T10:26:00.302 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:26:00.303 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-30T10:26:00.303 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:00.992 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-04-30T10:26:01.301 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-30T10:26:01.301 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:01.301 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:01.302 INFO:teuthology.orchestra.run.smithi044.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-04-30T10:26:01.302 INFO:teuthology.orchestra.run.smithi044.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-30T10:26:01.302 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:01.302 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:01.573 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install librados-devel 2024-04-30T10:26:02.119 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:07 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:02.246 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repo Size 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:26:02.247 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:02.248 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 127 k 2024-04-30T10:26:02.248 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 456 k 2024-04-30T10:26:02.248 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:26:02.573 INFO:teuthology.orchestra.run.smithi044.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 390 kB/s | 127 kB 00:00 2024-04-30T10:26:02.573 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:26:02.574 INFO:teuthology.orchestra.run.smithi044.stdout:Total 388 kB/s | 127 kB 00:00 2024-04-30T10:26:02.574 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:26:02.579 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:26:02.580 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:26:02.646 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:26:02.646 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:02.804 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:02.898 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:03.320 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:03.558 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:03.818 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install libcephfs2 2024-04-30T10:26:04.361 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:09 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:04.443 INFO:teuthology.orchestra.run.smithi044.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:04.488 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:04.489 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:04.489 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:04.580 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install libcephfs-devel 2024-04-30T10:26:05.117 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:10 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:05.241 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repo Size 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:05.242 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 32 k 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 142 k 2024-04-30T10:26:05.243 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:26:05.410 INFO:teuthology.orchestra.run.smithi044.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 190 kB/s | 32 kB 00:00 2024-04-30T10:26:05.414 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:26:05.414 INFO:teuthology.orchestra.run.smithi044.stdout:Total 188 kB/s | 32 kB 00:00 2024-04-30T10:26:05.414 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:26:05.415 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:26:05.415 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:26:05.418 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:26:05.418 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:05.503 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:05.626 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:06.015 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:06.240 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:06.241 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:06.241 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:06.241 INFO:teuthology.orchestra.run.smithi044.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:26:06.241 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:06.241 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:06.429 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install librados2 2024-04-30T10:26:06.965 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:11 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:07.047 INFO:teuthology.orchestra.run.smithi044.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:07.091 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:07.093 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:07.093 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:07.173 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install librbd1 2024-04-30T10:26:07.706 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:12 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:07.788 INFO:teuthology.orchestra.run.smithi044.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:07.832 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:07.834 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:07.834 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:07.903 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install python3-rados 2024-04-30T10:26:08.442 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:13 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:08.523 INFO:teuthology.orchestra.run.smithi044.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:08.567 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:08.568 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:08.568 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:08.644 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install python3-rgw 2024-04-30T10:26:09.179 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:14 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:09.260 INFO:teuthology.orchestra.run.smithi044.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:09.303 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:09.305 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:09.305 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:09.370 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install python3-cephfs 2024-04-30T10:26:09.903 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:14 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:09.985 INFO:teuthology.orchestra.run.smithi044.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:10.028 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:10.029 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:10.029 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:10.104 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install python3-rbd 2024-04-30T10:26:10.642 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:15 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:10.724 INFO:teuthology.orchestra.run.smithi044.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-04-30T10:26:10.767 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:10.768 INFO:teuthology.orchestra.run.smithi044.stdout:Nothing to do. 2024-04-30T10:26:10.768 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:10.844 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install rbd-fuse 2024-04-30T10:26:11.383 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:16 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:11.507 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:26:11.509 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:11.510 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 85 k 2024-04-30T10:26:11.510 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 231 k 2024-04-30T10:26:11.510 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:26:11.839 INFO:teuthology.orchestra.run.smithi044.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 259 kB/s | 85 kB 00:00 2024-04-30T10:26:11.839 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:26:11.840 INFO:teuthology.orchestra.run.smithi044.stdout:Total 258 kB/s | 85 kB 00:00 2024-04-30T10:26:11.840 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:26:11.848 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:26:11.848 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:26:11.915 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:26:11.915 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:12.062 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:12.155 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:12.539 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:12.849 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:13.081 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install rbd-mirror 2024-04-30T10:26:13.626 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:18 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:13.756 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repo Size 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:26:13.757 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:13.758 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 3.1 M 2024-04-30T10:26:13.758 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 13 M 2024-04-30T10:26:13.758 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:26:14.343 INFO:teuthology.orchestra.run.smithi044.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-04-30T10:26:14.344 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:26:14.344 INFO:teuthology.orchestra.run.smithi044.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-04-30T10:26:14.344 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:26:14.354 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:26:14.354 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:26:14.439 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:26:14.440 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:14.887 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:14.952 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:14.979 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:14.979 INFO:teuthology.orchestra.run.smithi044.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T10:26:14.980 INFO:teuthology.orchestra.run.smithi044.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-30T10:26:14.980 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:26:14.980 INFO:teuthology.orchestra.run.smithi044.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-30T10:26:14.980 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:16.052 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:16.288 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum -y install rbd-nbd 2024-04-30T10:26:16.833 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:02:21 ago on Tue 30 Apr 2024 10:23:55 AM UTC. 2024-04-30T10:26:16.966 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-04-30T10:26:16.966 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:16.966 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-04-30T10:26:16.966 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout:Install 1 Package 2024-04-30T10:26:16.967 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:16.968 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 171 k 2024-04-30T10:26:16.968 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 494 k 2024-04-30T10:26:16.968 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-04-30T10:26:17.188 INFO:teuthology.orchestra.run.smithi044.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 755 kB/s | 171 kB 00:00 2024-04-30T10:26:17.188 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-04-30T10:26:17.189 INFO:teuthology.orchestra.run.smithi044.stdout:Total 750 kB/s | 171 kB 00:00 2024-04-30T10:26:17.189 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-04-30T10:26:17.197 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-04-30T10:26:17.197 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-04-30T10:26:17.264 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-04-30T10:26:17.265 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-04-30T10:26:17.423 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-04-30T10:26:17.520 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:17.939 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-04-30T10:26:18.199 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-04-30T10:26:18.435 DEBUG:teuthology.parallel:result is None 2024-04-30T10:26:18.436 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:18.665 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T10:26:18.691 INFO:teuthology.orchestra.run.smithi026.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:18.691 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:18.691 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T10:26:18.693 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:18.833 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T10:26:18.860 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:18.860 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:18.860 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T10:26:18.863 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:19.004 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-30T10:26:19.027 INFO:teuthology.orchestra.run.smithi044.stdout:19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:19.027 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2455.g09dbd6bb.el9 2024-04-30T10:26:19.028 INFO:teuthology.task.install:The correct ceph version 19.0.0-2455.g09dbd6bb is installed. 2024-04-30T10:26:19.029 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-30T10:26:19.029 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:26:19.030 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T10:26:19.060 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:26:19.060 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T10:26:19.091 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:26:19.091 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-30T10:26:19.118 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-30T10:26:19.118 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:26:19.118 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T10:26:19.148 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T10:26:19.217 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:26:19.217 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T10:26:19.243 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T10:26:19.307 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:26:19.307 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/daemon-helper 2024-04-30T10:26:19.337 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-30T10:26:19.406 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-30T10:26:19.406 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:26:19.406 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T10:26:19.436 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T10:26:19.503 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:26:19.503 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T10:26:19.528 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T10:26:19.593 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:26:19.593 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-30T10:26:19.622 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-30T10:26:19.690 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-30T10:26:19.691 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-30T10:26:19.691 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T10:26:19.715 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T10:26:19.779 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-30T10:26:19.779 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T10:26:19.804 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T10:26:19.868 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-30T10:26:19.869 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/usr/bin/stdin-killer 2024-04-30T10:26:19.898 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-30T10:26:19.967 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-30T10:26:20.075 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, '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\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'log-only-match': ['CEPHADM_'], 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'} 2024-04-30T10:26:20.075 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:20.076 INFO:tasks.cephadm:Cluster fsid is 15d70d50-06dc-11ef-bc93-c7b262605968 2024-04-30T10:26:20.076 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-30T10:26:20.076 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26', 'mon.b': '172.21.15.33', 'mon.c': '172.21.15.44'} 2024-04-30T10:26:20.076 INFO:tasks.cephadm:First mon is mon.a on smithi026 2024-04-30T10:26:20.076 INFO:tasks.cephadm:First mgr is a 2024-04-30T10:26:20.076 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-30T10:26:20.077 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-04-30T10:26:20.102 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-04-30T10:26:20.127 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2024-04-30T10:26:20.157 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-30T10:26:20.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:20.386 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78943/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2455-g09dbd6bb', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2455.g09dbd6bb'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-29 15:24:48.681303', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri4-testing-2024-04-29-0642', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-30T10:26:20.602 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri4-testing-2024-04-29-0642, sha1 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:20.604 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm 2024-04-30T10:26:20.604 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:21.236 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 10:26 /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:21.237 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:21.913 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 10:26 /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:21.914 DEBUG:teuthology.orchestra.run.smithi044:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:22.584 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-r--r--. 1 ubuntu ubuntu 781371 Apr 30 10:26 /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:22.584 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:22.603 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:22.623 DEBUG:teuthology.orchestra.run.smithi044:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:22.656 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 on all hosts... 2024-04-30T10:26:22.656 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T10:26:22.658 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T10:26:22.666 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull 2024-04-30T10:26:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.214 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.250 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.334 INFO:teuthology.orchestra.run.smithi026.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.334 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.334 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T10:26:24.334 INFO:teuthology.orchestra.run.smithi026.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:24.358 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T10:26:24.359 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-30T10:26:24.361 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi026/crash 2024-04-30T10:26:24.362 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash -- . 2024-04-30T10:26:24.402 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T10:26:24.402 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-04-30T10:26:24.405 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi033/crash 2024-04-30T10:26:24.406 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash -- . 2024-04-30T10:26:24.428 INFO:teuthology.orchestra.run.smithi033.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.428 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.428 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T10:26:24.428 INFO:teuthology.orchestra.run.smithi033.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.448 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T10:26:24.448 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-04-30T10:26:24.450 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi044/crash 2024-04-30T10:26:24.451 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash -- . 2024-04-30T10:26:24.469 INFO:teuthology.orchestra.run.smithi044.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.469 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6... 2024-04-30T10:26:24.469 INFO:teuthology.orchestra.run.smithi044.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6: reading manifest 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-30T10:26:24.469 INFO:teuthology.orchestra.run.smithi044.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-04-30T10:26:24.486 INFO:teuthology.orchestra.run.smithi044.stderr:tar: /var/lib/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-30T10:26:24.486 INFO:teuthology.orchestra.run.smithi044.stderr:tar: Error is not recoverable: exiting now 2024-04-30T10:26:24.489 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-30T10:26:24.490 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-04-30T10:26:24.519 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /var/log/ceph/15d70d50-06dc-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-30T10:26:24.521 INFO:tasks.cephadm:Compressing logs... 2024-04-30T10:26:24.521 DEBUG:teuthology.orchestra.run.smithi026:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-30T10:26:24.564 DEBUG:teuthology.orchestra.run.smithi033:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-30T10:26:24.566 DEBUG:teuthology.orchestra.run.smithi044:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-30T10:26:24.584 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-30T10:26:24.584 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T10:26:24.585 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T10:26:24.587 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-04-30T10:26:24.587 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.012s 2024-04-30T10:26:24.587 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.011s 2024-04-30T10:26:24.587 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.010s 2024-04-30T10:26:24.588 INFO:teuthology.orchestra.run.smithi033.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T10:26:24.588 INFO:teuthology.orchestra.run.smithi033.stderr:: No such file or directory 2024-04-30T10:26:24.588 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T10:26:24.590 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-30T10:26:24.590 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.012s 2024-04-30T10:26:24.590 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.009s 2024-04-30T10:26:24.591 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.012s 2024-04-30T10:26:24.591 INFO:teuthology.orchestra.run.smithi044.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-30T10:26:24.592 INFO:teuthology.orchestra.run.smithi044.stderr:: No such file or directory 2024-04-30T10:26:24.592 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-30T10:26:24.593 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-04-30T10:26:24.593 INFO:teuthology.orchestra.run.smithi044.stderr:real 0m0.012s 2024-04-30T10:26:24.593 INFO:teuthology.orchestra.run.smithi044.stderr:user 0m0.014s 2024-04-30T10:26:24.593 INFO:teuthology.orchestra.run.smithi044.stderr:sys 0m0.007s 2024-04-30T10:26:24.593 INFO:tasks.cephadm:Archiving logs... 2024-04-30T10:26:24.594 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi026/log 2024-04-30T10:26:24.595 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T10:26:24.651 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi033/log 2024-04-30T10:26:24.652 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T10:26:24.678 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi044/log 2024-04-30T10:26:24.679 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-30T10:26:24.704 INFO:tasks.cephadm:Removing cluster... 2024-04-30T10:26:24.705 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 15d70d50-06dc-11ef-bc93-c7b262605968 --force 2024-04-30T10:26:24.898 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 15d70d50-06dc-11ef-bc93-c7b262605968 2024-04-30T10:26:25.162 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 15d70d50-06dc-11ef-bc93-c7b262605968 --force 2024-04-30T10:26:25.348 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 15d70d50-06dc-11ef-bc93-c7b262605968 2024-04-30T10:26:25.613 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 15d70d50-06dc-11ef-bc93-c7b262605968 --force 2024-04-30T10:26:25.808 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: 15d70d50-06dc-11ef-bc93-c7b262605968 2024-04-30T10:26:26.084 INFO:tasks.cephadm:Removing cephadm ... 2024-04-30T10:26:26.084 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:26.103 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:26.119 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-30T10:26:26.135 INFO:tasks.cephadm:Teardown complete 2024-04-30T10:26:26.136 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T10:26:26.342 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=424c5068ce2d4acfb2532a047ffbbf3f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull' 2024-04-30T10:26:26.345 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-30T10:26:26.355 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-30T10:26:26.370 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-30T10:26:26.370 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T10:26:26.383 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T10:26:26.385 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-30T10:26:26.482 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-30T10:26:26.494 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-30T10:26:26.495 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T10:26:26.498 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T10:26:26.500 DEBUG:teuthology.orchestra.run.smithi044:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T10:26:26.513 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:26:26.513 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:26:26.515 INFO:teuthology.orchestra.run.smithi044.stderr:bash: line 1: ntpq: command not found 2024-04-30T10:26:26.517 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:26:26.517 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-04-30T10:26:26.517 INFO:teuthology.orchestra.run.smithi033.stdout:^* hv01.front.sepia.ceph.com 3 6 177 1 +1272us[+1236us] +/- 52ms 2024-04-30T10:26:26.517 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 64 -1508us[-1536us] +/- 63ms 2024-04-30T10:26:26.518 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 64 -86us[ -114us] +/- 70ms 2024-04-30T10:26:26.518 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:26:26.519 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:26:26.519 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-04-30T10:26:26.519 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv01.front.sepia.ceph.com 3 6 177 0 +1298us[+1259us] +/- 52ms 2024-04-30T10:26:26.520 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 65 -1544us[-1582us] +/- 63ms 2024-04-30T10:26:26.520 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 64 -86us[ -124us] +/- 70ms 2024-04-30T10:26:26.520 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:26:26.521 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T10:26:26.521 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2024-04-30T10:26:26.521 INFO:teuthology.orchestra.run.smithi044.stdout:^* hv01.front.sepia.ceph.com 3 6 77 65 +1314us[+1231us] +/- 51ms 2024-04-30T10:26:26.521 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 63 -1547us[-1547us] +/- 63ms 2024-04-30T10:26:26.522 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 0 -95us[ -95us] +/- 71ms 2024-04-30T10:26:26.522 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T10:26:26.522 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-30T10:26:26.539 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-30T10:26:26.540 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-30T10:26:26.555 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:26:26.623 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:26:26.682 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:26:26.744 DEBUG:teuthology.orchestra.run.smithi026:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:26:26.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:26.775 DEBUG:teuthology.orchestra.run.smithi033:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:26:26.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:26.803 DEBUG:teuthology.orchestra.run.smithi044:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-30T10:26:26.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:26.831 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-30T10:26:26.840 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-30T10:26:26.855 INFO:teuthology.task.internal:Duration was 455.237571 seconds 2024-04-30T10:26:26.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-30T10:26:26.869 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-30T10:26:26.869 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T10:26:26.872 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T10:26:26.874 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T10:26:26.910 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:26:26.912 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:26:26.913 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T10:26:27.265 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-30T10:26:27.265 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-04-30T10:26:27.266 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:26:27.334 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-04-30T10:26:27.335 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:26:27.364 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi044.front.sepia.ceph.com 2024-04-30T10:26:27.364 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:26:27.394 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-30T10:26:27.394 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T10:26:27.402 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T10:26:27.410 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T10:26:27.466 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-30T10:26:27.466 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T10:26:27.477 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T10:26:27.480 DEBUG:teuthology.orchestra.run.smithi044:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T10:26:27.603 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-30T10:26:27.688 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-30T10:26:27.689 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T10:26:27.715 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T10:26:27.740 DEBUG:teuthology.orchestra.run.smithi044:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T10:26:27.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-30T10:26:27.775 DEBUG:teuthology.orchestra.run.smithi026:> 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 2024-04-30T10:26:27.778 DEBUG:teuthology.orchestra.run.smithi033:> 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 2024-04-30T10:26:27.783 DEBUG:teuthology.orchestra.run.smithi044:> 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 2024-04-30T10:26:27.799 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-04-30T10:26:27.803 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-04-30T10:26:27.827 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = core 2024-04-30T10:26:27.845 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T10:26:27.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:27.883 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T10:26:27.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:27.897 DEBUG:teuthology.orchestra.run.smithi044:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T10:26:27.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T10:26:27.912 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-30T10:26:27.922 INFO:teuthology.task.internal:Transferring archived files... 2024-04-30T10:26:27.922 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi026 2024-04-30T10:26:27.923 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T10:26:27.957 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi033 2024-04-30T10:26:27.957 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T10:26:27.990 DEBUG:teuthology.misc:Transferring archived files from smithi044:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346/remote/smithi044 2024-04-30T10:26:27.991 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T10:26:28.024 INFO:teuthology.task.internal:Removing archive directory... 2024-04-30T10:26:28.024 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T10:26:28.026 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T10:26:28.029 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T10:26:28.074 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-30T10:26:28.085 INFO:teuthology.task.internal:Not uploading archives. 2024-04-30T10:26:28.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-30T10:26:28.105 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-30T10:26:28.106 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T10:26:28.108 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T10:26:28.110 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T10:26:28.120 INFO:teuthology.orchestra.run.smithi026.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 10:26 /home/ubuntu/cephtest 2024-04-30T10:26:28.123 INFO:teuthology.orchestra.run.smithi033.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 10:26 /home/ubuntu/cephtest 2024-04-30T10:26:28.128 INFO:teuthology.orchestra.run.smithi044.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 10:26 /home/ubuntu/cephtest 2024-04-30T10:26:28.129 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-30T10:26:28.140 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-30T10:26:28.165 INFO:teuthology.nuke:Checking targets against current locks 2024-04-30T10:26:28.191 DEBUG:teuthology.nuke:shortname: smithi026 2024-04-30T10:26:28.191 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T10:26:28.216 DEBUG:teuthology.nuke:shortname: smithi033 2024-04-30T10:26:28.216 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T10:26:28.221 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-30 10:13:30.200543', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFL9DiAA+NA2ExaVk7C8WCg2CrGxOh4kxNhr2dZdDVXEHjOFxkistw/fA/l5CkHp4BRia412iMUmj6rjiChwDLE='} 2024-04-30T10:26:28.239 DEBUG:teuthology.nuke:shortname: smithi044 2024-04-30T10:26:28.239 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T10:26:28.244 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-30 10:13:30.199140', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDUxZVT+qbXig0xRiJf5mLdGM9wkxURLRwKPlfSygOiHDbLWAY4+5kQWMX3oTLdUdtnmGpnsZ6yl9IZ3meOZrJY='} 2024-04-30T10:26:28.271 INFO:teuthology.orchestra.console.smithi026:Power off 2024-04-30T10:26:28.271 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T10:26:28.286 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-30_03:21:19-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7680346', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-30 10:13:30.201615', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMV7JJRInnZfpTQwJRpoi9wB+VwUngM0N503rXLayUXK2KqIjHIgRUFJLSWXpkc8rxqirBf6cO6DyOTXZxcuLtQ='} 2024-04-30T10:26:28.302 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-04-30T10:26:28.302 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:28.323 INFO:teuthology.orchestra.console.smithi033:Power off 2024-04-30T10:26:28.323 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T10:26:28.334 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-04-30T10:26:28.358 INFO:teuthology.orchestra.console.smithi044:Power off 2024-04-30T10:26:28.358 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T10:26:28.368 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-04-30T10:26:28.368 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:28.386 DEBUG:teuthology.orchestra.console.smithi044:power off output: Chassis Power Control: Down/Off 2024-04-30T10:26:28.386 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:28.396 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-30T10:26:28.425 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-30T10:26:32.335 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:32.397 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:32.426 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:32.447 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-04-30T10:26:32.510 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-30T10:26:32.536 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-30T10:26:36.450 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:36.511 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:36.536 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:36.559 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-04-30T10:26:36.622 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-04-30T10:26:36.646 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-30T10:26:36.661 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-04-30T10:26:36.722 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-04-30T10:26:40.650 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T10:26:40.760 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is off 2024-04-30T10:26:40.861 INFO:teuthology.orchestra.console.smithi044:Power off completed 2024-04-30T10:26:40.966 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 455.2375707626343 failure_reason: 'Command failed on smithi026 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:09dbd6bba52d19ba471c33bc15c008e6ad158ea6 pull''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=424c5068ce2d4acfb2532a047ffbbf3f status: fail success: false 2024-04-30T10:26:40.966 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T10:26:41.046 INFO:teuthology.run:FAIL