2024-04-22T22:30:06.571 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:30:06.571 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890 -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/orig.config.yaml 2024-04-22T22:30:06.607 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:30:06.692 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668890' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQ3l3fQSewbXj6sd7pSLl+QW36lVPRMP98fgz40lMKieh1lOJu7sg0Q3865L4AZIi0x41PEN25CvnuYYoj4lRM= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBImQlkuBexn4D78gfOx6kzzA84MGI7D1PnzkoCpmL8CftbJsV5+TTPRdslYSZdY0wpdhjL522xEI6Cn2KI9n2vo= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL4j5BbmL9rHu5oB/9A5/5TlglBeh2XJjHm+4cpnlLQ2dUPPMCPym3KUtzjoKuiziolDIpjfhtwxNsl4VpE2AL8= 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 0x7fab78b55f70>, signals=[15]) 2024-04-22T22:30:07.318 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:30:07.326 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:30:07.327 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-22T22:30:07.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:30:07.415 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-04-22T22:30:07.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:30:07.498 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2024-04-22T22:30:07.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:30:07.574 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:30:07.580 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-22T22:30:07.599 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-22T22:30:07.599 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:30:07.656 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:30:07.657 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:30:07.657 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:30:07.657 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:30:07.657 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:30:07.658 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-22T22:30:07.693 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-04-22T22:30:07.711 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-04-22T22:30:07.712 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-04-22T22:30:07.768 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="9" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="9" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:30:07.769 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:30:07.770 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:30:07.770 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:30:07.770 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-04-22T22:30:07.793 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2024-04-22T22:30:07.811 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2024-04-22T22:30:07.812 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2024-04-22T22:30:07.870 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="CentOS Stream" 2024-04-22T22:30:07.870 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="9" 2024-04-22T22:30:07.870 INFO:teuthology.orchestra.run.smithi156.stdout:ID="centos" 2024-04-22T22:30:07.870 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:30:07.870 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="9" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:30:07.871 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:30:07.871 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2024-04-22T22:30:07.893 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:30:07.907 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:30:07.919 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:30:07.920 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:30:07.922 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:30:07.924 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:30:07.940 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:30:07.955 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:30:07.955 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:30:07.979 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:30:07.981 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:30:08.094 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:30:08.183 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:30:08.207 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:30:08.207 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-22T22:30:08.207 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:30:08.208 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:30:08.208 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:30:08.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:08.225 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-04-22T22:30:08.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:08.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:08.228 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-04-22T22:30:08.228 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-22T22:30:08.283 INFO:teuthology.orchestra.run.smithi156.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:30:08.283 INFO:teuthology.task.kernel:Running kernel on smithi156: 5.14.0-437.el9.x86_64 2024-04-22T22:30:08.284 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2024-04-22T22:30:08.285 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:30:08.285 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.14.0-437.el9.x86_64 2024-04-22T22:30:08.285 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2024-04-22T22:30:08.286 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:30:08.286 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-437.el9.x86_64 2024-04-22T22:30:08.287 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-04-22T22:30:10.448 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T22:30:11.095 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 7.1 MB/s | 8.0 MB 00:01 2024-04-22T22:30:12.183 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-22T22:30:12.905 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-22T22:30:16.425 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-22T22:30:18.235 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-22T22:30:19.452 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-22T22:30:20.069 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - BaseOS 811 kB/s | 8.0 MB 00:10 2024-04-22T22:30:22.012 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T22:30:24.563 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 792 kB/s | 6.2 MB 00:07 2024-04-22T22:30:24.669 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-22T22:30:26.365 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-22T22:30:26.550 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:30:26.550 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:30:26.642 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:30:26.643 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:30:26.643 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:30:26.764 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:30:27.305 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:30:24 PM UTC. 2024-04-22T22:30:27.430 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalling: 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 255 k 2024-04-22T22:30:27.445 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 0 2024-04-22T22:30:27.446 INFO:teuthology.orchestra.run.smithi149.stderr:Operation aborted. 2024-04-22T22:30:27.507 INFO:teuthology.orchestra.run.smithi149.stdout:Is this ok [y/N]: 2024-04-22T22:30:27.507 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2024-04-22T22:30:27.721 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-04-22T22:30:27.892 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-22T22:30:28.010 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:30:24 PM UTC. 2024-04-22T22:30:28.127 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:30:28.127 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalling: 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 255 k 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 0 2024-04-22T22:30:28.128 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:30:29.071 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-437.el9.x86_64.rpm 381 kB/s | 255 kB 00:00 2024-04-22T22:30:29.071 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:30:29.071 INFO:teuthology.orchestra.run.smithi149.stdout:Total 270 kB/s | 255 kB 00:00 2024-04-22T22:30:29.095 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:30:29.292 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:30:29.292 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:30:29.297 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:30:29.297 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:30:29.428 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:30:29.505 INFO:teuthology.orchestra.run.smithi149.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:29.505 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:30.221 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:30.221 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:30.247 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-22T22:30:30.947 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:30.947 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:30.947 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalled: 2024-04-22T22:30:30.947 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:30.948 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:30:30.948 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:30:31.120 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:30:31.170 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:31.171 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:30:31.171 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:30:31.171 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:30:31.171 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:30:31.200 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-04-22T22:30:31.218 DEBUG:teuthology.parallel:result is None 2024-04-22T22:30:31.942 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-22T22:30:32.923 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-04-22T22:30:34.804 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:30:34.804 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:30:34.887 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:30:34.888 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:30:34.888 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:30:35.002 DEBUG:teuthology.orchestra.run.smithi069:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:30:35.538 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:30:32 PM UTC. 2024-04-22T22:30:35.666 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:30:35.674 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-22T22:30:35.675 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-22T22:30:35.676 INFO:teuthology.orchestra.run.smithi069.stderr:Operation aborted. 2024-04-22T22:30:35.728 INFO:teuthology.orchestra.run.smithi069.stdout:Is this ok [y/N]: 2024-04-22T22:30:35.728 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum reinstall -y kernel || true 2024-04-22T22:30:36.232 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:30:32 PM UTC. 2024-04-22T22:30:36.360 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:30:36.361 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:36.361 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:36.361 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-22T22:30:36.362 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:30:37.064 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T22:30:37.200 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64.rpm 379 kB/s | 255 kB 00:00 2024-04-22T22:30:37.200 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:30:37.200 INFO:teuthology.orchestra.run.smithi069.stdout:Total 304 kB/s | 255 kB 00:00 2024-04-22T22:30:37.217 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:30:37.400 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:30:37.400 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:30:37.405 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:30:37.405 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:30:37.543 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:30:37.618 INFO:teuthology.orchestra.run.smithi069.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:37.618 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:38.280 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:38.280 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:38.904 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:30:38.904 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalled: 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:30:38.990 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:30:38.994 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:30:38.996 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:30:38.996 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:30:39.102 DEBUG:teuthology.orchestra.run.smithi156:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:30:39.173 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:30:39.220 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:39.220 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:30:39.220 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:30:39.220 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:30:39.220 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:30:39.246 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-04-22T22:30:39.266 DEBUG:teuthology.parallel:result is None 2024-04-22T22:30:39.644 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 10:30:37 PM UTC. 2024-04-22T22:30:39.765 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:Reinstalling: 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 255 k 2024-04-22T22:30:39.790 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 0 2024-04-22T22:30:39.793 INFO:teuthology.orchestra.run.smithi156.stderr:Operation aborted. 2024-04-22T22:30:39.860 INFO:teuthology.orchestra.run.smithi156.stdout:Is this ok [y/N]: 2024-04-22T22:30:39.860 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum reinstall -y kernel || true 2024-04-22T22:30:40.358 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:30:37 PM UTC. 2024-04-22T22:30:40.475 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:Reinstalling: 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 255 k 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 0 2024-04-22T22:30:40.476 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:30:40.958 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-22T22:30:40.958 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:30:40.958 INFO:teuthology.orchestra.run.smithi156.stdout:Total 529 kB/s | 255 kB 00:00 2024-04-22T22:30:40.982 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:30:41.167 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:30:41.168 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:30:41.172 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:30:41.173 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:30:41.312 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:30:41.393 INFO:teuthology.orchestra.run.smithi156.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:41.393 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:42.055 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:42.055 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:30:42.773 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:30:42.774 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:42.774 INFO:teuthology.orchestra.run.smithi156.stdout:Reinstalled: 2024-04-22T22:30:42.774 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:42.774 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:30:42.774 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:30:42.972 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:30:43.020 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:30:43.020 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:30:43.021 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:30:43.021 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T22:30:43.021 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:30:43.053 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2024-04-22T22:30:43.083 DEBUG:teuthology.parallel:result is None 2024-04-22T22:30:43.084 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:30:43.091 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:30:43.091 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:30:43.095 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:30:43.097 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:30:43.138 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:30:43.145 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:30:43.155 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:30:43.156 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:30:43.158 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:30:43.161 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:30:43.346 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:30:43.353 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:30:43.354 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:30:43.357 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:30:43.362 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:30:43.384 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.395 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.401 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.409 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.415 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.427 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:30:43.429 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:30:43.441 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:30:43.441 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:30:43.445 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:30:43.447 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:30:43.474 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:30:43.484 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:30:43.484 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:30:43.511 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:30:43.515 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:30:43.530 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:43.609 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:43.664 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:43.748 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:43.788 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:30:43.788 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:30:43.852 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:43.899 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:43.949 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:44.037 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:44.079 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:30:44.079 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:30:44.147 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:44.191 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:30:44.236 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:44.317 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:30:44.359 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:30:44.359 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:30:44.423 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-04-22T22:30:44.425 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-04-22T22:30:44.428 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2024-04-22T22:30:44.464 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:30:44.465 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:30:44.499 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:30:44.962 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:30:44.974 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:30:44.974 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:30:44.991 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:30:45.004 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:30:45.004 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2024-04-22T22:30:45.059 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2024-04-22T22:30:45.062 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2024-04-22T22:30:45.121 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2024-04-22T22:30:45.122 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2024-04-22T22:30:45.160 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2024-04-22T22:30:45.162 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:30:45.162 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2024-04-22T22:30:45.184 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2024-04-22T22:30:45.184 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2024-04-22T22:30:45.207 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2024-04-22T22:30:45.207 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2024-04-22T22:30:45.226 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2024-04-22T22:30:45.226 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi069.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:30:45.227 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:30:45.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:45.252 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:30:45.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:45.278 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:30:45.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:45.303 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:30:45.303 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:30:45.327 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:30:45.357 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:30:45.387 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:30:45.398 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T22:30:45.409 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T22:30:45.578 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:30:45.614 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-22T22:30:45.616 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi149.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:34:24.644 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2024-04-22T22:34:24.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-22T22:34:24.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:34:24.728 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-22T22:34:24.804 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-22T22:34:24.805 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-04-22T22:34:24.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:34:24.879 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-04-22T22:34:24.961 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-04-22T22:34:24.962 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-04-22T22:34:24.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:34:25.037 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-04-22T22:34:25.118 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-04-22T22:34:25.119 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:34:25.129 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:34:25.129 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:34:25.130 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:34:25.132 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:34:25.132 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:34:25.134 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:34:25.135 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:34:25.158 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:34:25.161 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:34:25.171 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:34:25.175 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:34:25.188 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:34:25.193 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2024-04-22T22:34:25.198 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2024-04-22T22:34:25.201 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:34:25.203 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2024-04-22T22:34:25.209 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2024-04-22T22:34:25.216 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:34:25.222 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:34:25.225 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2024-04-22T22:34:25.229 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:34:25.236 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:34:25.236 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2024-04-22T22:34:25.249 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:34:25.262 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:34:25.287 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:34:25.288 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.290 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.292 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:34:25.293 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-04-22T22:34:25.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.293 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.321 INFO:teuthology.orchestra.run.smithi156.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:34:25.325 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:34:25.325 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-04-22T22:34:25.325 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.325 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.325 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.326 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:25.326 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:34:25.337 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:34:25.337 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi069.front.sepia.ceph.com 2024-04-22T22:34:25.337 DEBUG:teuthology.orchestra.run.smithi069:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:34:25.338 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2024-04-22T22:34:25.338 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:34:25.338 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi156.front.sepia.ceph.com 2024-04-22T22:34:25.338 DEBUG:teuthology.orchestra.run.smithi156:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:34:25.867 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 10:33:42 PM UTC. 2024-04-22T22:34:25.870 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 10:33:42 PM UTC. 2024-04-22T22:34:25.894 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:33:43 PM UTC. 2024-04-22T22:34:25.984 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:34:25.984 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:25.984 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 3.1 M 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 9.8 M 2024-04-22T22:34:25.985 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:34:25.987 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:25.988 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:34:25.989 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:25.989 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 3.1 M 2024-04-22T22:34:25.989 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 9.8 M 2024-04-22T22:34:25.989 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:34:26.011 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:34:26.012 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:26.013 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:34:26.013 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:26.013 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 3.1 M 2024-04-22T22:34:26.013 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 9.8 M 2024-04-22T22:34:26.013 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:34:26.322 INFO:teuthology.orchestra.run.smithi149.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-22T22:34:26.322 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:34:26.322 INFO:teuthology.orchestra.run.smithi149.stdout:Total 9.4 MB/s | 3.1 MB 00:00 2024-04-22T22:34:26.357 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:34:26.363 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:34:26.363 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:34:26.446 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:34:26.446 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:34:26.701 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:34:26.796 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:27.253 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:27.297 INFO:teuthology.orchestra.run.smithi156.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.7 MB/s | 3.1 MB 00:01 2024-04-22T22:34:27.298 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:34:27.298 INFO:teuthology.orchestra.run.smithi156.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-04-22T22:34:27.335 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:34:27.341 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:34:27.341 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:34:27.426 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:34:27.426 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:34:27.554 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:27.554 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:27.555 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:34:27.555 INFO:teuthology.orchestra.run.smithi149.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:34:27.555 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:27.555 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:34:27.654 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:34:27.764 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:27.889 DEBUG:teuthology.parallel:result is None 2024-04-22T22:34:28.308 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:28.529 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:34:28.780 DEBUG:teuthology.parallel:result is None 2024-04-22T22:34:30.880 INFO:teuthology.orchestra.run.smithi069.stdout:runc-1.1.12-2.el9.x86_64.rpm 664 kB/s | 3.1 MB 00:04 2024-04-22T22:34:30.881 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:34:30.881 INFO:teuthology.orchestra.run.smithi069.stdout:Total 654 kB/s | 3.1 MB 00:04 2024-04-22T22:34:30.919 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:34:30.926 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:34:30.926 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:34:31.013 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:34:31.013 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:34:31.270 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:34:31.364 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:31.800 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:32.054 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:34:32.308 DEBUG:teuthology.parallel:result is None 2024-04-22T22:34:32.309 INFO:teuthology.run_tasks:Running task install... 2024-04-22T22:34:32.318 DEBUG:teuthology.task.install:project ceph 2024-04-22T22:34:32.318 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T22:34:32.318 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:34:32.318 INFO:teuthology.task.install:Using flavor: default 2024-04-22T22:34:32.324 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-22T22:34:32.324 INFO:teuthology.task.install:extra packages: [] 2024-04-22T22:34:32.324 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:34:32.325 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:32.327 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:34:32.327 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:32.328 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:34:32.328 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:32.479 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:34:32.479 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:34:32.483 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:34:32.483 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:34:32.568 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:34:32.568 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:34:32.587 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:34:32.587 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:34:32.587 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:34:32.601 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:34:32.601 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:34:32.601 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:34:32.617 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-22T22:34:32.617 DEBUG:teuthology.orchestra.run.smithi156:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:34:32.625 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-22T22:34:32.625 DEBUG:teuthology.orchestra.run.smithi069:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:34:32.672 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/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/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:34:32.673 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:34:32.673 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:34:32.685 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:34:32.690 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:34:32.702 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-22T22:34:32.702 DEBUG:teuthology.orchestra.run.smithi149:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:34:32.760 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:34:32.763 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:34:32.770 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:34:32.824 INFO:teuthology.orchestra.run.smithi156.stdout:check_obsoletes = 1 2024-04-22T22:34:32.825 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum clean all 2024-04-22T22:34:32.826 INFO:teuthology.orchestra.run.smithi069.stdout:check_obsoletes = 1 2024-04-22T22:34:32.828 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum clean all 2024-04-22T22:34:32.848 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:34:32.914 INFO:teuthology.orchestra.run.smithi149.stdout:check_obsoletes = 1 2024-04-22T22:34:32.916 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum clean all 2024-04-22T22:34:33.053 INFO:teuthology.orchestra.run.smithi156.stdout:48 files removed 2024-04-22T22:34:33.072 INFO:teuthology.orchestra.run.smithi069.stdout:48 files removed 2024-04-22T22:34:33.080 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-radosgw 2024-04-22T22:34:33.110 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-radosgw 2024-04-22T22:34:33.149 INFO:teuthology.orchestra.run.smithi149.stdout:48 files removed 2024-04-22T22:34:33.177 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-radosgw 2024-04-22T22:34:33.760 INFO:teuthology.orchestra.run.smithi156.stdout:ceph packages for x86_64 197 kB/s | 83 kB 00:00 2024-04-22T22:34:33.798 INFO:teuthology.orchestra.run.smithi069.stdout:ceph packages for x86_64 197 kB/s | 83 kB 00:00 2024-04-22T22:34:33.898 INFO:teuthology.orchestra.run.smithi149.stdout:ceph packages for x86_64 180 kB/s | 83 kB 00:00 2024-04-22T22:34:34.186 INFO:teuthology.orchestra.run.smithi156.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-22T22:34:34.236 INFO:teuthology.orchestra.run.smithi069.stdout:ceph noarch packages 29 kB/s | 11 kB 00:00 2024-04-22T22:34:34.282 INFO:teuthology.orchestra.run.smithi149.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-04-22T22:34:34.536 INFO:teuthology.orchestra.run.smithi156.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-04-22T22:34:34.624 INFO:teuthology.orchestra.run.smithi149.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-04-22T22:34:34.648 INFO:teuthology.orchestra.run.smithi069.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-22T22:34:35.153 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-22T22:34:35.202 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T22:34:35.443 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-22T22:34:36.938 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-22T22:34:37.200 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-22T22:34:39.403 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-04-22T22:34:41.478 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 9.5 MB/s | 6.2 MB 00:00 2024-04-22T22:34:42.763 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:02 2024-04-22T22:34:42.929 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-04-22T22:34:44.012 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 6.2 MB 00:00 2024-04-22T22:34:44.290 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 16 kB 00:00 2024-04-22T22:34:44.383 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-22T22:34:45.566 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-22T22:34:45.788 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T22:34:47.965 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-04-22T22:34:49.522 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-22T22:34:50.616 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-22T22:34:51.680 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrading: 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:34:51.682 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:34:51.683 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:34:51.684 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout:Installing weak dependencies: 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout:Install 30 Packages 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrade 2 Packages 2024-04-22T22:34:51.685 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:34:51.686 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 60 M 2024-04-22T22:34:51.686 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:34:52.774 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:34:52.776 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrading: 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:34:52.777 INFO:teuthology.orchestra.run.smithi156.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:34:52.778 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout:Installing weak dependencies: 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:34:52.779 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:34:52.780 INFO:teuthology.orchestra.run.smithi156.stdout:Install 30 Packages 2024-04-22T22:34:52.780 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrade 2 Packages 2024-04-22T22:34:52.780 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:34:52.780 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 60 M 2024-04-22T22:34:52.780 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:34:53.048 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-22T22:34:54.349 INFO:teuthology.orchestra.run.smithi149.stdout:(1/32): ceph-common-19.0.0-2407.g430e09df.el9.x 9.7 MB/s | 21 MB 00:02 2024-04-22T22:34:54.406 INFO:teuthology.orchestra.run.smithi149.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 434 kB/s | 25 kB 00:00 2024-04-22T22:34:54.541 INFO:teuthology.orchestra.run.smithi149.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 5.5 MB/s | 745 kB 00:00 2024-04-22T22:34:54.632 INFO:teuthology.orchestra.run.smithi149.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 5.3 MB/s | 501 kB 00:00 2024-04-22T22:34:55.175 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:34:55.177 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrading: 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:34:55.178 INFO:teuthology.orchestra.run.smithi069.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:34:55.179 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout:Installing weak dependencies: 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout:Install 30 Packages 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrade 2 Packages 2024-04-22T22:34:55.180 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:34:55.181 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 60 M 2024-04-22T22:34:55.181 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:34:55.291 INFO:teuthology.orchestra.run.smithi149.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 8.1 MB/s | 5.3 MB 00:00 2024-04-22T22:34:55.349 INFO:teuthology.orchestra.run.smithi149.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 778 kB/s | 45 kB 00:00 2024-04-22T22:34:55.416 INFO:teuthology.orchestra.run.smithi149.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 2.0 MB/s | 133 kB 00:00 2024-04-22T22:34:55.483 INFO:teuthology.orchestra.run.smithi149.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.4 MB/s | 162 kB 00:00 2024-04-22T22:34:55.567 INFO:teuthology.orchestra.run.smithi149.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 3.8 MB/s | 321 kB 00:00 2024-04-22T22:34:55.650 INFO:teuthology.orchestra.run.smithi149.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.5 MB/s | 299 kB 00:00 2024-04-22T22:34:55.717 INFO:teuthology.orchestra.run.smithi149.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.5 MB/s | 99 kB 00:00 2024-04-22T22:34:55.859 INFO:teuthology.orchestra.run.smithi149.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 756 kB/s | 107 kB 00:00 2024-04-22T22:34:56.018 INFO:teuthology.orchestra.run.smithi149.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-22T22:34:56.093 INFO:teuthology.orchestra.run.smithi149.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 604 kB/s | 45 kB 00:00 2024-04-22T22:34:56.156 INFO:teuthology.orchestra.run.smithi156.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 1.9 MB/s | 5.4 MB 00:02 2024-04-22T22:34:56.226 INFO:teuthology.orchestra.run.smithi149.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.9 MB/s | 662 kB 00:00 2024-04-22T22:34:56.258 INFO:teuthology.orchestra.run.smithi156.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 245 kB/s | 25 kB 00:00 2024-04-22T22:34:56.335 INFO:teuthology.orchestra.run.smithi149.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-04-22T22:34:56.436 INFO:teuthology.orchestra.run.smithi149.stdout:(17/32): ceph-base-19.0.0-2407.g430e09df.el9.x8 1.3 MB/s | 5.4 MB 00:04 2024-04-22T22:34:56.461 INFO:teuthology.orchestra.run.smithi149.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 337 kB/s | 42 kB 00:00 2024-04-22T22:34:56.509 INFO:teuthology.orchestra.run.smithi156.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 2.9 MB/s | 745 kB 00:00 2024-04-22T22:34:56.553 INFO:teuthology.orchestra.run.smithi149.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 392 kB/s | 36 kB 00:00 2024-04-22T22:34:56.578 INFO:teuthology.orchestra.run.smithi149.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-04-22T22:34:56.645 INFO:teuthology.orchestra.run.smithi149.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 517 kB/s | 47 kB 00:00 2024-04-22T22:34:56.667 INFO:teuthology.orchestra.run.smithi156.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 3.1 MB/s | 501 kB 00:00 2024-04-22T22:34:57.112 INFO:teuthology.orchestra.run.smithi149.stdout:(22/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 2.1 MB/s | 10 MB 00:04 2024-04-22T22:34:57.193 INFO:teuthology.orchestra.run.smithi156.stdout:(5/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 2.6 MB/s | 10 MB 00:03 2024-04-22T22:34:57.245 INFO:teuthology.orchestra.run.smithi149.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 463 kB/s | 309 kB 00:00 2024-04-22T22:34:57.285 INFO:teuthology.orchestra.run.smithi156.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 493 kB/s | 45 kB 00:00 2024-04-22T22:34:57.354 INFO:teuthology.orchestra.run.smithi149.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 448 kB/s | 49 kB 00:00 2024-04-22T22:34:57.357 INFO:teuthology.orchestra.run.smithi069.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 2.8 MB/s | 5.4 MB 00:01 2024-04-22T22:34:57.376 INFO:teuthology.orchestra.run.smithi156.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.4 MB/s | 133 kB 00:00 2024-04-22T22:34:57.457 INFO:teuthology.orchestra.run.smithi069.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 252 kB/s | 25 kB 00:00 2024-04-22T22:34:57.468 INFO:teuthology.orchestra.run.smithi156.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.7 MB/s | 162 kB 00:00 2024-04-22T22:34:57.471 INFO:teuthology.orchestra.run.smithi149.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 578 kB/s | 67 kB 00:00 2024-04-22T22:34:57.496 INFO:teuthology.orchestra.run.smithi149.stdout:(26/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 68 kB/s | 26 kB 00:00 2024-04-22T22:34:57.652 INFO:teuthology.orchestra.run.smithi156.stdout:(9/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 5.4 MB/s | 5.3 MB 00:00 2024-04-22T22:34:57.655 INFO:teuthology.orchestra.run.smithi149.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.4 MB/s | 4.4 MB 00:01 2024-04-22T22:34:57.657 INFO:teuthology.orchestra.run.smithi069.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 3.6 MB/s | 745 kB 00:00 2024-04-22T22:34:57.677 INFO:teuthology.orchestra.run.smithi156.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 1.5 MB/s | 321 kB 00:00 2024-04-22T22:34:57.736 INFO:teuthology.orchestra.run.smithi156.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.5 MB/s | 299 kB 00:00 2024-04-22T22:34:57.738 INFO:teuthology.orchestra.run.smithi149.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2024-04-22T22:34:57.769 INFO:teuthology.orchestra.run.smithi156.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.1 MB/s | 99 kB 00:00 2024-04-22T22:34:57.789 INFO:teuthology.orchestra.run.smithi149.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-22T22:34:57.814 INFO:teuthology.orchestra.run.smithi149.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 604 kB/s | 192 kB 00:00 2024-04-22T22:34:57.833 INFO:teuthology.orchestra.run.smithi069.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 2.8 MB/s | 501 kB 00:00 2024-04-22T22:34:57.986 INFO:teuthology.orchestra.run.smithi156.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 427 kB/s | 107 kB 00:00 2024-04-22T22:34:58.012 INFO:teuthology.orchestra.run.smithi156.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 662 kB/s | 160 kB 00:00 2024-04-22T22:34:58.037 INFO:teuthology.orchestra.run.smithi156.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 902 kB/s | 45 kB 00:00 2024-04-22T22:34:58.167 INFO:teuthology.orchestra.run.smithi156.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.2 MB/s | 662 kB 00:00 2024-04-22T22:34:58.196 INFO:teuthology.orchestra.run.smithi156.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.8 MB/s | 292 kB 00:00 2024-04-22T22:34:58.213 INFO:teuthology.orchestra.run.smithi156.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 935 kB/s | 42 kB 00:00 2024-04-22T22:34:58.255 INFO:teuthology.orchestra.run.smithi156.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-22T22:34:58.272 INFO:teuthology.orchestra.run.smithi156.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-04-22T22:34:58.305 INFO:teuthology.orchestra.run.smithi156.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 941 kB/s | 47 kB 00:00 2024-04-22T22:34:58.539 INFO:teuthology.orchestra.run.smithi156.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-22T22:34:58.598 INFO:teuthology.orchestra.run.smithi156.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 447 kB/s | 26 kB 00:00 2024-04-22T22:34:58.656 INFO:teuthology.orchestra.run.smithi156.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-04-22T22:34:58.673 INFO:teuthology.orchestra.run.smithi149.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 3.5 MB/s | 3.1 MB 00:00 2024-04-22T22:34:58.715 INFO:teuthology.orchestra.run.smithi156.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-22T22:34:58.740 INFO:teuthology.orchestra.run.smithi156.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-04-22T22:34:58.790 INFO:teuthology.orchestra.run.smithi156.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 11 MB/s | 838 kB 00:00 2024-04-22T22:34:58.808 INFO:teuthology.orchestra.run.smithi069.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 5.5 MB/s | 5.3 MB 00:00 2024-04-22T22:34:58.816 INFO:teuthology.orchestra.run.smithi156.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-22T22:34:58.874 INFO:teuthology.orchestra.run.smithi156.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-04-22T22:34:58.908 INFO:teuthology.orchestra.run.smithi069.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 452 kB/s | 45 kB 00:00 2024-04-22T22:34:58.984 INFO:teuthology.orchestra.run.smithi069.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.7 MB/s | 133 kB 00:00 2024-04-22T22:34:59.067 INFO:teuthology.orchestra.run.smithi069.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.9 MB/s | 162 kB 00:00 2024-04-22T22:34:59.176 INFO:teuthology.orchestra.run.smithi069.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 2.9 MB/s | 321 kB 00:00 2024-04-22T22:34:59.284 INFO:teuthology.orchestra.run.smithi069.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 2.7 MB/s | 299 kB 00:00 2024-04-22T22:34:59.393 INFO:teuthology.orchestra.run.smithi069.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 917 kB/s | 99 kB 00:00 2024-04-22T22:34:59.483 INFO:teuthology.orchestra.run.smithi156.stdout:(30/32): librados2-19.0.0-2407.g430e09df.el9.x8 5.1 MB/s | 3.4 MB 00:00 2024-04-22T22:34:59.543 INFO:teuthology.orchestra.run.smithi069.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 714 kB/s | 107 kB 00:00 2024-04-22T22:34:59.610 INFO:teuthology.orchestra.run.smithi069.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.3 MB/s | 160 kB 00:00 2024-04-22T22:34:59.652 INFO:teuthology.orchestra.run.smithi069.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-22T22:34:59.800 INFO:teuthology.orchestra.run.smithi156.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 3.4 MB/s | 3.1 MB 00:00 2024-04-22T22:34:59.853 INFO:teuthology.orchestra.run.smithi069.stdout:(15/32): ceph-common-19.0.0-2407.g430e09df.el9. 4.8 MB/s | 21 MB 00:04 2024-04-22T22:34:59.961 INFO:teuthology.orchestra.run.smithi069.stdout:(16/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 2.3 MB/s | 10 MB 00:04 2024-04-22T22:34:59.986 INFO:teuthology.orchestra.run.smithi069.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.9 MB/s | 662 kB 00:00 2024-04-22T22:35:00.037 INFO:teuthology.orchestra.run.smithi069.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-22T22:35:00.070 INFO:teuthology.orchestra.run.smithi069.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 389 kB/s | 42 kB 00:00 2024-04-22T22:35:00.095 INFO:teuthology.orchestra.run.smithi069.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-04-22T22:35:00.121 INFO:teuthology.orchestra.run.smithi069.stdout:(21/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-04-22T22:35:00.146 INFO:teuthology.orchestra.run.smithi069.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-04-22T22:35:00.238 INFO:teuthology.orchestra.run.smithi069.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 283 kB/s | 26 kB 00:00 2024-04-22T22:35:00.263 INFO:teuthology.orchestra.run.smithi069.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-04-22T22:35:00.297 INFO:teuthology.orchestra.run.smithi069.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-04-22T22:35:00.314 INFO:teuthology.orchestra.run.smithi149.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 1.3 MB/s | 3.4 MB 00:02 2024-04-22T22:35:00.317 INFO:teuthology.orchestra.run.smithi156.stdout:(32/32): ceph-common-19.0.0-2407.g430e09df.el9. 3.0 MB/s | 21 MB 00:07 2024-04-22T22:35:00.320 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:00.320 INFO:teuthology.orchestra.run.smithi149.stdout:Total 6.9 MB/s | 60 MB 00:08 2024-04-22T22:35:00.320 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:00.321 INFO:teuthology.orchestra.run.smithi156.stdout:Total 7.9 MB/s | 60 MB 00:07 2024-04-22T22:35:00.324 INFO:teuthology.orchestra.run.smithi069.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-22T22:35:00.383 INFO:teuthology.orchestra.run.smithi069.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-22T22:35:00.421 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:35:00.424 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:00.450 INFO:teuthology.orchestra.run.smithi069.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.4 MB/s | 838 kB 00:00 2024-04-22T22:35:00.458 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:35:00.458 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:35:00.461 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:00.461 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:00.583 INFO:teuthology.orchestra.run.smithi069.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-04-22T22:35:00.659 INFO:teuthology.orchestra.run.smithi069.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.2 MB/s | 4.4 MB 00:00 2024-04-22T22:35:00.921 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:35:00.921 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:35:00.924 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:00.925 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:00.967 INFO:teuthology.orchestra.run.smithi069.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-04-22T22:35:01.034 INFO:teuthology.orchestra.run.smithi069.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 5.8 MB/s | 3.4 MB 00:00 2024-04-22T22:35:01.036 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:01.036 INFO:teuthology.orchestra.run.smithi069.stdout:Total 10 MB/s | 60 MB 00:05 2024-04-22T22:35:01.135 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:35:01.171 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:35:01.171 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:35:01.634 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:35:01.634 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:35:02.372 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:35:02.399 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:02.456 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:35:02.484 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:35:02.485 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:35:02.511 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:35:02.513 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:35:02.534 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:02.538 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:35:02.554 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:02.561 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:02.584 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:02.717 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:02.772 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:02.809 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:02.866 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:03.086 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:35:03.098 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:35:03.176 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:35:03.205 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:03.214 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:35:03.239 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:35:03.252 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:35:03.253 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:03.275 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:35:03.289 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:03.316 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:03.379 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:35:03.406 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:03.408 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:03.452 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:03.470 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:03.489 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:35:03.497 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:35:03.525 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:35:03.533 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:35:03.534 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:03.596 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:03.603 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:03.625 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:03.626 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:35:03.669 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:35:03.689 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:03.723 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:35:03.738 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:03.761 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:03.825 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:03.835 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:35:03.860 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:35:03.865 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:35:03.906 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:35:03.956 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:35:03.971 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:35:03.976 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:35:03.994 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:35:04.010 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:35:04.026 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:35:04.051 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:35:04.085 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:35:04.113 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:35:04.146 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:35:04.166 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:04.241 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:04.330 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:35:04.343 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:35:04.359 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:04.381 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:04.421 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:35:04.450 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:35:04.457 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:35:04.471 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:04.494 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:35:04.501 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:04.501 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:35:04.538 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:35:04.564 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:04.590 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:04.594 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:04.622 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:35:04.658 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:35:04.658 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:35:04.693 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:35:04.799 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:35:04.826 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:35:04.867 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:35:04.892 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:35:04.921 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:35:04.954 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:35:05.008 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:35:05.033 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:05.104 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:05.126 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:35:05.161 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:05.181 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:35:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:35:05.232 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:05.267 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:35:05.302 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:35:05.309 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:05.331 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:35:05.381 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:35:05.421 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:35:05.457 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:35:05.928 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:35:05.961 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:06.032 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:35:06.109 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:35:06.139 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:35:07.463 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:07.573 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:07.598 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:07.619 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.139 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.156 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.185 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:08.198 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:08.278 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:08.278 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:35:08.278 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:35:08.278 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:08.315 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:08.351 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.369 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:08.369 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:35:08.369 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:35:08.369 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:08.385 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.403 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:08.925 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:35:08.963 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:09.046 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:35:09.046 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:35:09.046 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:35:09.047 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:09.073 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:17.855 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /sys 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /proc 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /mnt 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /var/tmp 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /home 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /root 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /tmp 2024-04-22T22:35:17.856 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:17.919 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:17.919 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /sys 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /proc 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /mnt 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /var/tmp 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /home 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /root 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /tmp 2024-04-22T22:35:17.920 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:18.391 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:18.391 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /sys 2024-04-22T22:35:18.391 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /proc 2024-04-22T22:35:18.391 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /mnt 2024-04-22T22:35:18.391 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /var/tmp 2024-04-22T22:35:18.392 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /home 2024-04-22T22:35:18.392 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /root 2024-04-22T22:35:18.392 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /tmp 2024-04-22T22:35:18.392 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:18.783 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:18.808 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:18.808 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:18.808 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:35:18.808 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:18.808 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:18.809 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:18.810 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:18.894 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:18.894 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:18.894 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:18.921 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:18.922 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:19.005 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:19.005 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:19.347 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:19.371 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:35:19.371 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:19.372 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:35:19.372 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:19.372 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:35:19.372 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:19.373 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:19.450 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:35:19.451 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:35:19.987 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:35:19.988 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:35:19.989 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:35:20.122 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:20.122 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:35:20.122 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:35:20.122 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:35:20.123 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:35:20.124 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:35:20.125 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:20.125 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:35:20.125 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:35:20.519 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:35:20.520 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:35:20.521 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:35:20.697 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:20.697 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout:Upgraded: 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:35:20.698 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.699 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:20.700 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:20.893 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:20.893 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:20.893 INFO:teuthology.orchestra.run.smithi149.stdout:Upgraded: 2024-04-22T22:35:20.893 INFO:teuthology.orchestra.run.smithi149.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:35:20.894 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:35:20.895 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:20.896 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:21.071 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-test 2024-04-22T22:35:21.222 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-test 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout:Upgraded: 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.387 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:35:21.388 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:35:21.389 INFO:teuthology.orchestra.run.smithi069.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:35:21.390 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:21.390 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:35:21.587 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:31 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:21.690 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-test 2024-04-22T22:35:21.708 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:21.708 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout:Install 4 Packages 2024-04-22T22:35:21.709 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:21.710 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 49 M 2024-04-22T22:35:21.710 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 207 M 2024-04-22T22:35:21.710 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:35:21.749 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:32 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:21.868 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:21.869 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout:Install 4 Packages 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 49 M 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 207 M 2024-04-22T22:35:21.870 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:35:22.008 INFO:teuthology.orchestra.run.smithi156.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 305 kB 00:00 2024-04-22T22:35:22.066 INFO:teuthology.orchestra.run.smithi156.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-22T22:35:22.195 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:35:22.208 INFO:teuthology.orchestra.run.smithi156.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 435 kB/s | 164 kB 00:00 2024-04-22T22:35:22.310 INFO:teuthology.orchestra.run.smithi149.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 305 kB 00:00 2024-04-22T22:35:22.311 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:35:22.312 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:22.313 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 49 M 2024-04-22T22:35:22.314 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 207 M 2024-04-22T22:35:22.314 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:35:22.344 INFO:teuthology.orchestra.run.smithi149.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-04-22T22:35:22.546 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.1 MB/s | 305 kB 00:00 2024-04-22T22:35:22.588 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-22T22:35:22.644 INFO:teuthology.orchestra.run.smithi149.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 321 kB/s | 164 kB 00:00 2024-04-22T22:35:22.822 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 389 kB/s | 164 kB 00:00 2024-04-22T22:35:26.767 INFO:teuthology.orchestra.run.smithi156.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 9.8 MB/s | 48 MB 00:04 2024-04-22T22:35:26.768 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:26.769 INFO:teuthology.orchestra.run.smithi156.stdout:Total 9.6 MB/s | 49 MB 00:05 2024-04-22T22:35:26.795 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:26.815 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:26.815 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:27.179 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:27.179 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:27.695 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:27.766 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:35:27.807 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:35:27.835 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:30.336 INFO:teuthology.orchestra.run.smithi149.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 5.9 MB/s | 48 MB 00:08 2024-04-22T22:35:30.337 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:30.337 INFO:teuthology.orchestra.run.smithi149.stdout:Total 5.8 MB/s | 49 MB 00:08 2024-04-22T22:35:30.361 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:35:30.380 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:35:30.380 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:35:30.746 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:35:30.746 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:35:31.260 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:35:31.343 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:35:31.384 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:35:31.412 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:32.392 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:32.474 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:33.180 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 4.5 MB/s | 48 MB 00:10 2024-04-22T22:35:33.181 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:33.182 INFO:teuthology.orchestra.run.smithi069.stdout:Total 4.5 MB/s | 49 MB 00:10 2024-04-22T22:35:33.204 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:35:33.222 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:35:33.223 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:35:33.587 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:35:33.587 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:35:34.108 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:35:34.188 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:35:34.237 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:35:34.265 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:34.756 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:34.756 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:35:34.756 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:35:34.756 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:35:35.041 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:35:35.041 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:35.042 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:35.315 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph 2024-04-22T22:35:35.830 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:45 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:35.923 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:35.953 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:35.955 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:35.955 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:35:35.955 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:35:35.956 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-collections 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:35:35.957 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:35:35.958 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout:Install 36 Packages 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 30 M 2024-04-22T22:35:35.959 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 107 M 2024-04-22T22:35:35.960 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:35:35.991 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:37.152 INFO:teuthology.orchestra.run.smithi156.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-22T22:35:37.369 INFO:teuthology.orchestra.run.smithi156.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-04-22T22:35:37.769 INFO:teuthology.orchestra.run.smithi156.stdout:(3/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 7.6 MB/s | 4.7 MB 00:00 2024-04-22T22:35:37.819 INFO:teuthology.orchestra.run.smithi156.stdout:(4/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-04-22T22:35:37.844 INFO:teuthology.orchestra.run.smithi156.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.2 MB/s | 249 kB 00:00 2024-04-22T22:35:38.003 INFO:teuthology.orchestra.run.smithi156.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-04-22T22:35:38.045 INFO:teuthology.orchestra.run.smithi156.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-22T22:35:38.262 INFO:teuthology.orchestra.run.smithi156.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 2.9 MB/s | 1.2 MB 00:00 2024-04-22T22:35:38.287 INFO:teuthology.orchestra.run.smithi156.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 559 kB/s | 135 kB 00:00 2024-04-22T22:35:38.296 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:38.296 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:35:38.297 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:35:38.297 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:35:38.312 INFO:teuthology.orchestra.run.smithi156.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-22T22:35:38.479 INFO:teuthology.orchestra.run.smithi156.stdout:(11/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 15 MB/s | 17 MB 00:01 2024-04-22T22:35:38.504 INFO:teuthology.orchestra.run.smithi156.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 988 kB/s | 215 kB 00:00 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:38.563 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:38.647 INFO:teuthology.orchestra.run.smithi156.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 245 kB/s | 35 kB 00:00 2024-04-22T22:35:38.672 INFO:teuthology.orchestra.run.smithi156.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 525 kB/s | 188 kB 00:00 2024-04-22T22:35:38.739 INFO:teuthology.orchestra.run.smithi156.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 626 kB/s | 42 kB 00:00 2024-04-22T22:35:38.764 INFO:teuthology.orchestra.run.smithi156.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 434 kB/s | 51 kB 00:00 2024-04-22T22:35:38.789 INFO:teuthology.orchestra.run.smithi156.stdout:(17/36): python3-mako-1.1.4-6.el9.noarch.rpm 556 kB/s | 172 kB 00:00 2024-04-22T22:35:38.792 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:35:38.815 INFO:teuthology.orchestra.run.smithi156.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 295 kB/s | 22 kB 00:00 2024-04-22T22:35:38.851 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph 2024-04-22T22:35:38.873 INFO:teuthology.orchestra.run.smithi156.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 520 kB/s | 43 kB 00:00 2024-04-22T22:35:38.898 INFO:teuthology.orchestra.run.smithi156.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-04-22T22:35:38.923 INFO:teuthology.orchestra.run.smithi156.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-22T22:35:38.937 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:38.949 INFO:teuthology.orchestra.run.smithi156.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-04-22T22:35:38.974 INFO:teuthology.orchestra.run.smithi156.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-04-22T22:35:39.002 INFO:teuthology.orchestra.run.smithi156.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-04-22T22:35:39.025 INFO:teuthology.orchestra.run.smithi156.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-22T22:35:39.050 INFO:teuthology.orchestra.run.smithi156.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-04-22T22:35:39.075 INFO:teuthology.orchestra.run.smithi156.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-04-22T22:35:39.100 INFO:teuthology.orchestra.run.smithi156.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-22T22:35:39.126 INFO:teuthology.orchestra.run.smithi156.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T22:35:39.151 INFO:teuthology.orchestra.run.smithi156.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-04-22T22:35:39.177 INFO:teuthology.orchestra.run.smithi156.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-22T22:35:39.202 INFO:teuthology.orchestra.run.smithi156.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-22T22:35:39.227 INFO:teuthology.orchestra.run.smithi156.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-04-22T22:35:39.252 INFO:teuthology.orchestra.run.smithi156.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-22T22:35:39.269 INFO:teuthology.orchestra.run.smithi156.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 482 kB/s | 20 kB 00:00 2024-04-22T22:35:39.294 INFO:teuthology.orchestra.run.smithi156.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 6.3 MB/s | 427 kB 00:00 2024-04-22T22:35:39.296 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:39.296 INFO:teuthology.orchestra.run.smithi156.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-04-22T22:35:39.368 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:50 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:39.436 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:39.475 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:39.476 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:39.491 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:35:39.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections 2024-04-22T22:35:39.495 INFO:teuthology.orchestra.run.smithi149.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:35:39.496 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout:Install 36 Packages 2024-04-22T22:35:39.497 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:39.498 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 30 M 2024-04-22T22:35:39.498 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 107 M 2024-04-22T22:35:39.498 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:35:39.774 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:39.774 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:40.636 INFO:teuthology.orchestra.run.smithi149.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-04-22T22:35:40.786 INFO:teuthology.orchestra.run.smithi149.stdout:(2/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 5.7 MB/s | 2.4 MB 00:00 2024-04-22T22:35:40.936 INFO:teuthology.orchestra.run.smithi149.stdout:(3/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-04-22T22:35:41.034 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:41.037 INFO:teuthology.orchestra.run.smithi149.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 2.4 MB/s | 249 kB 00:00 2024-04-22T22:35:41.098 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:35:41.130 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:35:41.168 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:35:41.187 INFO:teuthology.orchestra.run.smithi149.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-04-22T22:35:41.238 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:35:41.239 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:35:41.239 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:35:41.240 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:35:41.240 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:35:41.282 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:35:41.295 INFO:teuthology.orchestra.run.smithi149.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-22T22:35:41.314 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:35:41.337 INFO:teuthology.orchestra.run.smithi149.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-22T22:35:41.379 INFO:teuthology.orchestra.run.smithi149.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-22T22:35:41.406 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:35:41.413 INFO:teuthology.orchestra.run.smithi149.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 3.6 MB/s | 125 kB 00:00 2024-04-22T22:35:41.458 INFO:teuthology.orchestra.run.smithi149.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.0 MB/s | 215 kB 00:00 2024-04-22T22:35:41.494 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:35:41.534 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:41.537 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:35:41.569 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:35:41.599 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:35:41.634 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:35:41.647 INFO:teuthology.orchestra.run.smithi149.stdout:(11/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 20 MB/s | 17 MB 00:00 2024-04-22T22:35:41.667 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:35:41.689 INFO:teuthology.orchestra.run.smithi149.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 807 kB/s | 188 kB 00:00 2024-04-22T22:35:41.707 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:35:41.739 INFO:teuthology.orchestra.run.smithi149.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-04-22T22:35:41.743 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:35:41.764 INFO:teuthology.orchestra.run.smithi149.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 463 kB/s | 35 kB 00:00 2024-04-22T22:35:41.777 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:35:41.815 INFO:teuthology.orchestra.run.smithi149.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 677 kB/s | 51 kB 00:00 2024-04-22T22:35:41.815 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:35:41.825 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph 2024-04-22T22:35:41.840 INFO:teuthology.orchestra.run.smithi149.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 555 kB/s | 42 kB 00:00 2024-04-22T22:35:41.882 INFO:teuthology.orchestra.run.smithi149.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 334 kB/s | 22 kB 00:00 2024-04-22T22:35:41.897 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:35:41.932 INFO:teuthology.orchestra.run.smithi149.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 1.6 MB/s | 151 kB 00:00 2024-04-22T22:35:41.957 INFO:teuthology.orchestra.run.smithi149.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 577 kB/s | 43 kB 00:00 2024-04-22T22:35:41.974 INFO:teuthology.orchestra.run.smithi149.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 4.0 MB/s | 172 kB 00:00 2024-04-22T22:35:42.008 INFO:teuthology.orchestra.run.smithi149.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 321 kB/s | 11 kB 00:00 2024-04-22T22:35:42.044 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:35:42.083 INFO:teuthology.orchestra.run.smithi149.stdout:(22/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 3.2 MB/s | 4.7 MB 00:01 2024-04-22T22:35:42.100 INFO:teuthology.orchestra.run.smithi149.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-04-22T22:35:42.125 INFO:teuthology.orchestra.run.smithi149.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-04-22T22:35:42.132 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:35:42.150 INFO:teuthology.orchestra.run.smithi149.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-22T22:35:42.176 INFO:teuthology.orchestra.run.smithi149.stdout:(26/36): python3-jaraco-collections-3.0.0-8.el9 251 kB/s | 23 kB 00:00 2024-04-22T22:35:42.185 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:35:42.201 INFO:teuthology.orchestra.run.smithi149.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-22T22:35:42.223 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:35:42.226 INFO:teuthology.orchestra.run.smithi149.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-22T22:35:42.252 INFO:teuthology.orchestra.run.smithi149.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-22T22:35:42.272 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:35:42.277 INFO:teuthology.orchestra.run.smithi149.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-22T22:35:42.302 INFO:teuthology.orchestra.run.smithi149.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-22T22:35:42.327 INFO:teuthology.orchestra.run.smithi149.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-04-22T22:35:42.328 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:35:42.338 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:49 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:35:42.353 INFO:teuthology.orchestra.run.smithi149.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T22:35:42.378 INFO:teuthology.orchestra.run.smithi149.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-22T22:35:42.403 INFO:teuthology.orchestra.run.smithi149.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-04-22T22:35:42.428 INFO:teuthology.orchestra.run.smithi149.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-22T22:35:42.430 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:42.430 INFO:teuthology.orchestra.run.smithi149.stdout:Total 10 MB/s | 30 MB 00:02 2024-04-22T22:35:42.461 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:35:42.463 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:35:42.464 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:35:42.465 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:42.466 INFO:teuthology.orchestra.run.smithi069.stdout:Install 36 Packages 2024-04-22T22:35:42.467 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:42.467 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 30 M 2024-04-22T22:35:42.467 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 107 M 2024-04-22T22:35:42.467 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:35:42.523 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:35:42.561 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:35:42.569 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:35:42.600 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:35:42.600 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:35:42.648 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:35:42.736 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:35:42.768 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:35:42.886 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:35:42.893 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:35:42.894 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:35:43.058 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:35:43.087 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:43.113 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:43.114 INFO:teuthology.orchestra.run.smithi069.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 22 kB/s | 6.6 kB 00:00 2024-04-22T22:35:43.706 INFO:teuthology.orchestra.run.smithi069.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-22T22:35:43.764 INFO:teuthology.orchestra.run.smithi069.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-04-22T22:35:43.831 INFO:teuthology.orchestra.run.smithi069.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.7 MB/s | 249 kB 00:00 2024-04-22T22:35:43.990 INFO:teuthology.orchestra.run.smithi069.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-22T22:35:44.123 INFO:teuthology.orchestra.run.smithi069.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 9.2 MB/s | 1.2 MB 00:00 2024-04-22T22:35:44.165 INFO:teuthology.orchestra.run.smithi069.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-22T22:35:44.192 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:35:44.215 INFO:teuthology.orchestra.run.smithi069.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-22T22:35:44.257 INFO:teuthology.orchestra.run.smithi069.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-22T22:35:44.264 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:35:44.296 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:35:44.299 INFO:teuthology.orchestra.run.smithi069.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.1 MB/s | 215 kB 00:00 2024-04-22T22:35:44.325 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:35:44.395 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:35:44.440 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:35:44.458 INFO:teuthology.orchestra.run.smithi069.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-22T22:35:44.473 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:35:44.509 INFO:teuthology.orchestra.run.smithi069.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-22T22:35:44.558 INFO:teuthology.orchestra.run.smithi069.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 694 kB/s | 35 kB 00:00 2024-04-22T22:35:44.564 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:35:44.588 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:44.609 INFO:teuthology.orchestra.run.smithi069.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:44.614 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:44.634 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:35:44.668 INFO:teuthology.orchestra.run.smithi069.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 714 kB/s | 42 kB 00:00 2024-04-22T22:35:44.675 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:35:44.711 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:35:44.717 INFO:teuthology.orchestra.run.smithi069.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 448 kB/s | 22 kB 00:00 2024-04-22T22:35:44.741 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:35:44.775 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:35:44.808 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:35:44.818 INFO:teuthology.orchestra.run.smithi069.stdout:(17/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 2.8 MB/s | 4.7 MB 00:01 2024-04-22T22:35:44.849 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:35:44.884 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:35:44.919 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:35:44.926 INFO:teuthology.orchestra.run.smithi069.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 725 kB/s | 151 kB 00:00 2024-04-22T22:35:44.958 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:35:44.960 INFO:teuthology.orchestra.run.smithi069.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 306 kB/s | 43 kB 00:00 2024-04-22T22:35:45.027 INFO:teuthology.orchestra.run.smithi069.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-22T22:35:45.030 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:35:45.056 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:45.079 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:45.175 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:35:45.185 INFO:teuthology.orchestra.run.smithi069.stdout:(21/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 11 MB/s | 17 MB 00:01 2024-04-22T22:35:45.211 INFO:teuthology.orchestra.run.smithi069.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-22T22:35:45.236 INFO:teuthology.orchestra.run.smithi069.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-04-22T22:35:45.255 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:35:45.261 INFO:teuthology.orchestra.run.smithi069.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-04-22T22:35:45.287 INFO:teuthology.orchestra.run.smithi069.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-04-22T22:35:45.306 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:45.309 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:35:45.312 INFO:teuthology.orchestra.run.smithi069.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 389 kB/s | 20 kB 00:00 2024-04-22T22:35:45.329 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:45.329 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:45.330 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:35:45.330 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:45.330 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:45.330 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:45.346 INFO:teuthology.orchestra.run.smithi069.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 788 kB/s | 46 kB 00:00 2024-04-22T22:35:45.347 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:35:45.371 INFO:teuthology.orchestra.run.smithi069.stdout:(28/36): python3-jaraco-collections-3.0.0-8.el9 145 kB/s | 23 kB 00:00 2024-04-22T22:35:45.392 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:45.396 INFO:teuthology.orchestra.run.smithi069.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 942 kB/s | 79 kB 00:00 2024-04-22T22:35:45.396 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:35:45.430 INFO:teuthology.orchestra.run.smithi069.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-22T22:35:45.455 INFO:teuthology.orchestra.run.smithi069.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-22T22:35:45.460 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:35:45.481 INFO:teuthology.orchestra.run.smithi069.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-22T22:35:45.497 INFO:teuthology.orchestra.run.smithi069.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 533 kB/s | 36 kB 00:00 2024-04-22T22:35:45.547 INFO:teuthology.orchestra.run.smithi069.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 400 kB/s | 20 kB 00:00 2024-04-22T22:35:45.573 INFO:teuthology.orchestra.run.smithi069.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-04-22T22:35:45.623 INFO:teuthology.orchestra.run.smithi069.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-04-22T22:35:45.626 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:45.626 INFO:teuthology.orchestra.run.smithi069.stdout:Total 9.5 MB/s | 30 MB 00:03 2024-04-22T22:35:45.646 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:35:45.693 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:35:45.762 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:35:45.764 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:35:45.805 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:35:45.805 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:35:45.859 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:35:45.901 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:35:46.019 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:35:46.097 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:35:46.098 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:35:46.182 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:35:46.211 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:46.236 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:46.236 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:46.236 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:35:46.236 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:46.237 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:46.237 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:35:46.999 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:35:47.000 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:35:47.001 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:35:47.002 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:35:47.371 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:35:47.417 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:35:47.450 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:35:47.486 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:35:47.558 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:35:47.627 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:35:47.660 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:35:47.679 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:47.706 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:47.751 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:35:47.846 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:35:47.888 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:35:47.922 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:35:47.952 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:35:47.987 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:35:47.997 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:35:47.997 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:47.997 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:35:47.997 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:47.997 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:35:47.998 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:35:47.999 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:48.000 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:48.020 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:35:48.061 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:35:48.104 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:35:48.138 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:35:48.155 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:48.176 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:48.179 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:48.250 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:35:48.353 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-base 2024-04-22T22:35:48.388 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:35:48.406 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:48.429 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:48.467 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:35:48.492 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:48.521 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:35:48.568 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:35:48.617 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:35:48.672 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:35:48.862 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:35:48.878 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:48.913 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:35:48.959 INFO:teuthology.orchestra.run.smithi156.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:35:48.992 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:35:49.000 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:49.001 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:35:49.002 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:49.080 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:35:49.102 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install cephadm 2024-04-22T22:35:49.120 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:35:49.237 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:35:49.402 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:35:49.431 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:49.457 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:35:49.457 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:49.457 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:35:49.458 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:49.458 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:35:49.458 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:49.607 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:49.727 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:35:49.728 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:49.729 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 762 k 2024-04-22T22:35:49.729 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 768 k 2024-04-22T22:35:49.729 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:35:50.022 INFO:teuthology.orchestra.run.smithi156.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 2.5 MB/s | 762 kB 00:00 2024-04-22T22:35:50.023 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:50.023 INFO:teuthology.orchestra.run.smithi156.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-04-22T22:35:50.023 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:50.028 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:50.028 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:50.034 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:50.035 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:50.105 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:35:50.196 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:35:50.197 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:35:50.198 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:35:50.561 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:50.641 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:50.899 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:50.925 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:35:50.925 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:50.925 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:35:50.925 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:50.925 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:35:50.926 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:50.961 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:51.177 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:51.240 INFO:teuthology.orchestra.run.smithi149.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:35:51.241 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:35:51.242 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:35:51.243 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:35:51.243 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:35:51.243 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:35:51.243 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:51.243 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:51.374 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:51.397 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:35:51.397 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:51.397 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:35:51.398 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:51.398 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:35:51.398 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:51.409 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:35:51.588 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-base 2024-04-22T22:35:51.625 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:35:51.648 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:51.713 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:51.918 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:52.039 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:52.040 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:52.040 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repo Size 2024-04-22T22:35:52.040 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:52.040 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:35:52.040 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 145 k 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 435 k 2024-04-22T22:35:52.041 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:35:52.116 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:52.197 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:35:52.238 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:52.239 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:35:52.239 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:52.315 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install cephadm 2024-04-22T22:35:52.354 INFO:teuthology.orchestra.run.smithi156.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 463 kB/s | 145 kB 00:00 2024-04-22T22:35:52.354 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:52.355 INFO:teuthology.orchestra.run.smithi156.stdout:Total 461 kB/s | 145 kB 00:00 2024-04-22T22:35:52.355 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:52.362 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:52.363 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:52.419 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:52.419 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:52.564 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:52.638 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:52.663 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:52.663 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:52.663 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:35:52.663 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:52.836 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:52.959 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:52.960 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:35:52.961 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:52.961 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 762 k 2024-04-22T22:35:52.961 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 768 k 2024-04-22T22:35:52.961 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:35:53.354 INFO:teuthology.orchestra.run.smithi149.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.9 MB/s | 762 kB 00:00 2024-04-22T22:35:53.355 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:53.355 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.9 MB/s | 762 kB 00:00 2024-04-22T22:35:53.355 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:35:53.360 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:35:53.360 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:35:53.366 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:35:53.366 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:35:53.442 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:35:53.478 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:35:53.479 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:35:53.480 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:35:53.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:35:53.482 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:53.551 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:53.804 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-mgr 2024-04-22T22:35:53.835 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:53.915 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:54.244 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:54.329 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:54.367 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:35:54.367 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:54.367 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:35:54.367 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:35:54.368 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:35:54.369 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:54.370 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:35:54.412 INFO:teuthology.orchestra.run.smithi156.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:35:54.456 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:54.457 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:35:54.457 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:35:54.470 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:54.470 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:54.471 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:35:54.471 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:54.471 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:54.471 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:54.545 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:35:54.700 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:35:54.728 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-base 2024-04-22T22:35:55.056 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:35:55.176 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:35:55.177 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout:Install 12 Packages 2024-04-22T22:35:55.178 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:35:55.179 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 8.6 M 2024-04-22T22:35:55.179 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 103 M 2024-04-22T22:35:55.179 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:35:55.215 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:06 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:55.245 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:35:55.324 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:35:55.336 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:55.337 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:55.337 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-22T22:35:55.337 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:55.337 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:35:55.337 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 145 k 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 435 k 2024-04-22T22:35:55.338 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:35:55.364 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:35:55.365 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:35:55.366 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:35:55.425 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install cephadm 2024-04-22T22:35:55.551 INFO:teuthology.orchestra.run.smithi149.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 681 kB/s | 145 kB 00:00 2024-04-22T22:35:55.552 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:55.552 INFO:teuthology.orchestra.run.smithi149.stdout:Total 675 kB/s | 145 kB 00:00 2024-04-22T22:35:55.552 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:35:55.560 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:35:55.560 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:35:55.616 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:35:55.617 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:35:55.769 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:35:55.852 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:55.878 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:55.878 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:55.878 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:35:55.878 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:55.933 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:35:56.053 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:35:56.054 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:56.055 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:35:56.055 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:56.055 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 762 k 2024-04-22T22:35:56.055 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 768 k 2024-04-22T22:35:56.055 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:35:56.065 INFO:teuthology.orchestra.run.smithi156.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 163 kB/s | 32 kB 00:00 2024-04-22T22:35:56.166 INFO:teuthology.orchestra.run.smithi156.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 52 kB/s | 15 kB 00:00 2024-04-22T22:35:56.299 INFO:teuthology.orchestra.run.smithi156.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 8.2 MB/s | 3.5 MB 00:00 2024-04-22T22:35:56.333 INFO:teuthology.orchestra.run.smithi156.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-04-22T22:35:56.366 INFO:teuthology.orchestra.run.smithi156.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-04-22T22:35:56.508 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.6 MB/s | 762 kB 00:00 2024-04-22T22:35:56.508 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:56.508 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.6 MB/s | 762 kB 00:00 2024-04-22T22:35:56.508 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:35:56.513 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:35:56.514 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:35:56.519 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:35:56.520 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:35:56.587 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:35:56.616 INFO:teuthology.orchestra.run.smithi156.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-04-22T22:35:56.734 INFO:teuthology.orchestra.run.smithi156.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 53 kB/s | 19 kB 00:00 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:56.751 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:56.976 INFO:teuthology.orchestra.run.smithi156.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 853 kB/s | 548 kB 00:00 2024-04-22T22:35:56.987 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr 2024-04-22T22:35:57.001 INFO:teuthology.orchestra.run.smithi156.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 541 kB/s | 144 kB 00:00 2024-04-22T22:35:57.029 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:57.060 INFO:teuthology.orchestra.run.smithi156.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 367 kB/s | 31 kB 00:00 2024-04-22T22:35:57.109 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:57.160 INFO:teuthology.orchestra.run.smithi156.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.2 MB/s | 188 kB 00:00 2024-04-22T22:35:57.368 INFO:teuthology.orchestra.run.smithi156.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-04-22T22:35:57.372 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:57.372 INFO:teuthology.orchestra.run.smithi156.stdout:Total 3.9 MB/s | 8.6 MB 00:02 2024-04-22T22:35:57.419 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:35:57.435 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:57.437 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:35:57.437 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:35:57.514 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:57.592 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:35:57.594 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:35:57.596 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:35:57.639 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:57.640 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:35:57.640 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:35:57.675 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:35:57.676 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:57.676 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:35:57.676 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:35:57.676 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:57.676 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:35:57.711 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:35:57.910 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:35:58.135 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:35:58.211 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:35:58.225 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:35:58.246 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:35:58.292 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:35:58.323 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:35:58.346 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:35:58.347 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:58.347 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:35:58.347 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:58.347 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:35:58.347 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:35:58.348 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:35:58.349 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:35:58.349 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:35:58.349 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:35:58.349 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:35:58.350 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:58.350 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:35:58.350 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:35:58.350 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-04-22T22:35:58.350 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:35:58.351 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 8.6 M 2024-04-22T22:35:58.351 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 103 M 2024-04-22T22:35:58.351 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:35:58.407 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:35:58.416 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:35:58.535 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:35:58.536 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:58.536 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-22T22:35:58.536 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 145 k 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 435 k 2024-04-22T22:35:58.537 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:35:58.541 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:35:58.635 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:35:58.678 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:35:58.707 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:35:58.738 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:35:58.755 INFO:teuthology.orchestra.run.smithi069.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 665 kB/s | 145 kB 00:00 2024-04-22T22:35:58.755 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:35:58.756 INFO:teuthology.orchestra.run.smithi069.stdout:Total 661 kB/s | 145 kB 00:00 2024-04-22T22:35:58.756 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:35:58.763 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:35:58.764 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:35:58.819 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:35:58.819 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:35:58.964 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:35:59.056 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:59.080 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:59.080 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:35:59.080 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:35:59.080 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:59.080 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 160 kB/s | 32 kB 00:00 2024-04-22T22:35:59.180 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 51 kB/s | 15 kB 00:00 2024-04-22T22:35:59.439 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 6.3 MB/s | 3.5 MB 00:00 2024-04-22T22:35:59.764 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 461 kB/s | 269 kB 00:00 2024-04-22T22:35:59.776 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:35:59.814 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:35:59.856 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:35:59.983 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:00.014 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 123 kB/s | 19 kB 00:00 2024-04-22T22:36:00.115 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.5 MB/s | 548 kB 00:00 2024-04-22T22:36:00.190 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-22T22:36:00.206 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr 2024-04-22T22:36:00.257 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 463 kB/s | 31 kB 00:00 2024-04-22T22:36:00.332 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-22T22:36:00.390 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.4 MB/s | 2.0 MB 00:00 2024-04-22T22:36:00.719 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:00.803 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:00.844 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:00.845 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:00.846 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:00.911 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:36:01.112 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:36:01.113 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:36:01.165 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 500 kB/s | 863 kB 00:01 2024-04-22T22:36:01.169 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:01.169 INFO:teuthology.orchestra.run.smithi149.stdout:Total 3.1 MB/s | 8.6 MB 00:02 2024-04-22T22:36:01.221 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:01.238 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:01.239 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:01.391 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:36:01.391 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:01.391 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:01.391 INFO:teuthology.orchestra.run.smithi156.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:36:01.391 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:01.392 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:01.393 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:01.394 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:01.421 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:01.541 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:36:01.542 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:01.543 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 8.6 M 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 103 M 2024-04-22T22:36:01.544 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:01.648 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:36:01.994 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:02.066 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:36:02.101 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:36:02.147 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:36:02.149 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:12 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:02.178 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:36:02.209 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 128 kB/s | 32 kB 00:00 2024-04-22T22:36:02.234 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 56 kB/s | 15 kB 00:00 2024-04-22T22:36:02.253 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:36:02.269 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:02.270 INFO:teuthology.orchestra.run.smithi156.stdout:======================================================================================= 2024-04-22T22:36:02.270 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout:======================================================================================= 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:36:02.271 INFO:teuthology.orchestra.run.smithi156.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout:======================================================================================= 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout:Install 12 Packages 2024-04-22T22:36:02.272 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:02.273 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 38 M 2024-04-22T22:36:02.273 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 209 M 2024-04-22T22:36:02.273 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:02.379 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:36:02.459 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-04-22T22:36:02.464 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:36:02.492 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2024-04-22T22:36:02.516 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:36:02.545 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:36:02.559 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 5.9 MB/s | 3.5 MB 00:00 2024-04-22T22:36:02.576 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:36:02.619 INFO:teuthology.orchestra.run.smithi156.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.8 MB/s | 195 kB 00:00 2024-04-22T22:36:02.685 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.7 MB/s | 863 kB 00:00 2024-04-22T22:36:02.702 INFO:teuthology.orchestra.run.smithi156.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2024-04-22T22:36:02.768 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 105 kB/s | 19 kB 00:00 2024-04-22T22:36:02.818 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-04-22T22:36:02.894 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 414 kB/s | 31 kB 00:00 2024-04-22T22:36:02.936 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.2 MB/s | 2.0 MB 00:00 2024-04-22T22:36:02.961 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 752 kB/s | 144 kB 00:00 2024-04-22T22:36:02.986 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T22:36:02.990 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:02.990 INFO:teuthology.orchestra.run.smithi069.stdout:Total 6.0 MB/s | 8.6 MB 00:01 2024-04-22T22:36:03.037 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:03.054 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:03.054 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:03.145 INFO:teuthology.orchestra.run.smithi156.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T22:36:03.209 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:03.209 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:03.220 INFO:teuthology.orchestra.run.smithi156.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 54 kB/s | 33 kB 00:00 2024-04-22T22:36:03.618 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:36:03.660 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:36:03.661 INFO:teuthology.orchestra.run.smithi156.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-04-22T22:36:03.734 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:03.804 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:36:03.828 INFO:teuthology.orchestra.run.smithi156.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 58 kB/s | 35 kB 00:00 2024-04-22T22:36:03.839 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:36:03.893 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:36:03.924 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:36:04.000 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:36:04.125 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:36:04.218 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:36:04.262 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:36:04.291 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:36:04.322 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:36:04.745 INFO:teuthology.orchestra.run.smithi156.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 266 kB/s | 244 kB 00:00 2024-04-22T22:36:04.921 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:36:04.922 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:05.218 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:05.219 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:05.367 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:36:05.399 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:36:05.462 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:36:05.977 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:16 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:06.100 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:06.101 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:36:06.102 INFO:teuthology.orchestra.run.smithi149.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-04-22T22:36:06.103 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:06.104 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 38 M 2024-04-22T22:36:06.104 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 209 M 2024-04-22T22:36:06.104 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:06.556 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 737 kB/s | 195 kB 00:00 2024-04-22T22:36:06.631 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:36:06.733 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:36:06.899 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T22:36:06.915 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 91 kB/s | 33 kB 00:00 2024-04-22T22:36:07.024 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 146 kB/s | 18 kB 00:00 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:36:07.032 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:07.033 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:07.057 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 248 kB/s | 35 kB 00:00 2024-04-22T22:36:07.258 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-04-22T22:36:07.271 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:36:07.341 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 861 kB/s | 244 kB 00:00 2024-04-22T22:36:07.433 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 29 MB/s | 5.1 MB 00:00 2024-04-22T22:36:07.453 INFO:teuthology.orchestra.run.smithi156.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 644 kB/s | 3.0 MB 00:04 2024-04-22T22:36:07.458 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.1 MB/s | 250 kB 00:00 2024-04-22T22:36:07.776 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:14 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:07.825 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-04-22T22:36:07.892 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 2.4 MB/s | 3.0 MB 00:01 2024-04-22T22:36:07.896 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:07.897 INFO:teuthology.orchestra.run.smithi149.stdout:Total 21 MB/s | 38 MB 00:01 2024-04-22T22:36:07.897 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:07.897 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:36:07.898 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================= 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-22T22:36:07.899 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:07.900 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 38 M 2024-04-22T22:36:07.900 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 209 M 2024-04-22T22:36:07.900 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:08.245 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:08.271 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:08.272 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:08.437 INFO:teuthology.orchestra.run.smithi156.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 255 kB/s | 250 kB 00:00 2024-04-22T22:36:08.544 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 195 kB 00:00 2024-04-22T22:36:08.611 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.8 MB/s | 803 kB 00:00 2024-04-22T22:36:08.680 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:08.681 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:08.770 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 145 kB/s | 33 kB 00:00 2024-04-22T22:36:08.828 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-04-22T22:36:08.895 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 528 kB/s | 35 kB 00:00 2024-04-22T22:36:08.962 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.5 MB/s | 3.0 MB 00:00 2024-04-22T22:36:09.029 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.6 MB/s | 244 kB 00:00 2024-04-22T22:36:09.254 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-04-22T22:36:09.346 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-24 8.2 MB/s | 7.4 MB 00:00 2024-04-22T22:36:09.413 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 9.2 MB/s | 4.7 MB 00:00 2024-04-22T22:36:09.438 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.3 MB/s | 250 kB 00:00 2024-04-22T22:36:09.507 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:09.572 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:36:09.616 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:09.715 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:09.758 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:36:09.855 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-04-22T22:36:09.858 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:09.858 INFO:teuthology.orchestra.run.smithi069.stdout:Total 19 MB/s | 38 MB 00:01 2024-04-22T22:36:09.937 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:36:09.974 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:36:10.051 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:36:10.201 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:10.226 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:10.226 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:10.631 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:10.631 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:10.693 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:36:10.812 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:36:11.070 INFO:teuthology.orchestra.run.smithi156.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 655 kB/s | 4.7 MB 00:07 2024-04-22T22:36:11.445 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:11.560 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:36:11.612 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:11.721 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:11.755 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:36:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 741 kB/s | 5.1 MB 00:07 2024-04-22T22:36:11.932 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:36:11.971 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:36:12.041 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:12.046 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:36:12.684 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:36:12.809 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:36:13.080 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:36:13.106 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:14.034 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:15.058 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:36:15.095 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:15.873 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:36:16.253 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:16.254 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:16.615 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:36:17.145 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:28 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:17.267 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:36:17.268 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:17.269 INFO:teuthology.orchestra.run.smithi149.stdout:Install 13 Packages 2024-04-22T22:36:17.270 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:17.270 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 2.2 M 2024-04-22T22:36:17.270 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 26 M 2024-04-22T22:36:17.270 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:17.524 INFO:teuthology.orchestra.run.smithi149.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 239 kB/s | 26 kB 00:00 2024-04-22T22:36:17.549 INFO:teuthology.orchestra.run.smithi149.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 145 kB/s | 19 kB 00:00 2024-04-22T22:36:17.608 INFO:teuthology.orchestra.run.smithi149.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 258 kB/s | 49 kB 00:00 2024-04-22T22:36:17.637 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:17.637 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:17.638 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:36:17.666 INFO:teuthology.orchestra.run.smithi149.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-22T22:36:17.691 INFO:teuthology.orchestra.run.smithi149.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-04-22T22:36:17.716 INFO:teuthology.orchestra.run.smithi149.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T22:36:17.833 INFO:teuthology.orchestra.run.smithi149.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:36:18.010 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:18.011 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:18.100 INFO:teuthology.orchestra.run.smithi149.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 79 kB/s | 32 kB 00:00 2024-04-22T22:36:18.125 INFO:teuthology.orchestra.run.smithi149.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 37 kB/s | 15 kB 00:00 2024-04-22T22:36:18.334 INFO:teuthology.orchestra.run.smithi149.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-22T22:36:18.348 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:36:18.426 INFO:teuthology.orchestra.run.smithi149.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 356 kB/s | 203 kB 00:00 2024-04-22T22:36:18.493 INFO:teuthology.orchestra.run.smithi149.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 566 kB/s | 90 kB 00:00 2024-04-22T22:36:18.718 INFO:teuthology.orchestra.run.smithi149.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-04-22T22:36:18.721 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:18.722 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-04-22T22:36:18.792 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:18.807 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:18.807 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:18.865 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:18.893 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:18.894 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:18.988 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:18.988 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:18.989 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:18.989 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:18.989 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:18.989 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:36:18.989 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:18.990 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:36:18.990 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:36:18.990 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:36:18.990 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:36:18.993 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:36:18.993 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:36:18.993 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:36:18.993 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:18.994 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:18.995 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:18.995 INFO:teuthology.orchestra.run.smithi069.stdout:Install 13 Packages 2024-04-22T22:36:18.995 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:18.996 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 2.2 M 2024-04-22T22:36:18.996 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 26 M 2024-04-22T22:36:18.996 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:19.386 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:19.550 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:36:19.553 INFO:teuthology.orchestra.run.smithi069.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 128 kB/s | 19 kB 00:00 2024-04-22T22:36:19.571 INFO:teuthology.orchestra.run.smithi069.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 154 kB/s | 26 kB 00:00 2024-04-22T22:36:19.603 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:36:19.637 INFO:teuthology.orchestra.run.smithi069.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-04-22T22:36:19.661 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:36:19.679 INFO:teuthology.orchestra.run.smithi069.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-04-22T22:36:19.696 INFO:teuthology.orchestra.run.smithi069.stdout:(5/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 169 kB/s | 49 kB 00:00 2024-04-22T22:36:19.707 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:36:19.722 INFO:teuthology.orchestra.run.smithi069.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.3 MB/s | 279 kB 00:00 2024-04-22T22:36:19.747 INFO:teuthology.orchestra.run.smithi069.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 797 kB/s | 54 kB 00:00 2024-04-22T22:36:19.747 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:36:19.841 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:36:19.950 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:36:19.999 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:36:20.072 INFO:teuthology.orchestra.run.smithi069.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 43 kB/s | 15 kB 00:00 2024-04-22T22:36:20.122 INFO:teuthology.orchestra.run.smithi069.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 76 kB/s | 32 kB 00:00 2024-04-22T22:36:20.331 INFO:teuthology.orchestra.run.smithi069.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-04-22T22:36:20.348 INFO:teuthology.orchestra.run.smithi069.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 337 kB/s | 203 kB 00:00 2024-04-22T22:36:20.473 INFO:teuthology.orchestra.run.smithi069.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 632 kB/s | 90 kB 00:00 2024-04-22T22:36:20.582 INFO:teuthology.orchestra.run.smithi069.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-22T22:36:20.584 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:20.584 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T22:36:20.646 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:20.661 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:20.662 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:20.713 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:36:20.745 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:20.745 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:20.771 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:36:20.805 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:36:20.852 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:36:20.874 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:21.240 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:21.412 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:36:21.474 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:36:21.530 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:36:21.567 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:36:21.582 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:36:21.583 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:36:21.583 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:36:21.583 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:36:21.609 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:36:21.703 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:36:21.813 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:36:21.868 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:36:21.889 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:21.890 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:22.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:36:22.582 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:36:22.632 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:36:22.643 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:22.666 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:36:22.714 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:36:22.744 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:22.766 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:22.766 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:22.767 INFO:teuthology.orchestra.run.smithi149.stdout:Install 6 Packages 2024-04-22T22:36:22.768 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:22.768 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 7.0 M 2024-04-22T22:36:22.768 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 33 M 2024-04-22T22:36:22.768 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:23.438 INFO:teuthology.orchestra.run.smithi149.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 612 kB/s | 141 kB 00:00 2024-04-22T22:36:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:36:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:36:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:36:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:36:23.489 INFO:teuthology.orchestra.run.smithi149.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 887 kB/s | 248 kB 00:00 2024-04-22T22:36:23.831 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:36:23.831 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:23.831 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:23.831 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:23.832 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:23.839 INFO:teuthology.orchestra.run.smithi149.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.4 MB/s | 6.0 MB 00:00 2024-04-22T22:36:23.872 INFO:teuthology.orchestra.run.smithi149.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 150 kB/s | 58 kB 00:00 2024-04-22T22:36:24.062 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:36:24.306 INFO:teuthology.orchestra.run.smithi149.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 109 kB/s | 51 kB 00:00 2024-04-22T22:36:24.573 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:24.692 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:24.692 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:24.693 INFO:teuthology.orchestra.run.smithi069.stdout:Install 6 Packages 2024-04-22T22:36:24.694 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:24.694 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 7.0 M 2024-04-22T22:36:24.694 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 33 M 2024-04-22T22:36:24.694 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:24.948 INFO:teuthology.orchestra.run.smithi149.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 363 kB/s | 548 kB 00:01 2024-04-22T22:36:24.948 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:24.949 INFO:teuthology.orchestra.run.smithi149.stdout:Total 3.2 MB/s | 7.0 MB 00:02 2024-04-22T22:36:25.018 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:25.030 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:25.030 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:25.108 INFO:teuthology.orchestra.run.smithi069.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-22T22:36:25.127 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:25.127 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:25.208 INFO:teuthology.orchestra.run.smithi069.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 585 kB/s | 141 kB 00:00 2024-04-22T22:36:25.317 INFO:teuthology.orchestra.run.smithi069.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-22T22:36:25.434 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:25.559 INFO:teuthology.orchestra.run.smithi069.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 165 kB/s | 58 kB 00:00 2024-04-22T22:36:25.584 INFO:teuthology.orchestra.run.smithi069.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 191 kB/s | 51 kB 00:00 2024-04-22T22:36:25.597 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:36:25.658 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:36:25.701 INFO:teuthology.orchestra.run.smithi069.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 925 kB/s | 548 kB 00:00 2024-04-22T22:36:25.702 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:25.703 INFO:teuthology.orchestra.run.smithi069.stdout:Total 6.9 MB/s | 7.0 MB 00:01 2024-04-22T22:36:25.773 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:25.785 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:25.785 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:25.881 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:25.881 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:26.176 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:36:26.179 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:26.260 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:36:26.331 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:36:26.359 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:36:26.361 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:26.411 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:36:26.933 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:36:27.015 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:36:27.078 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:36:27.107 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:27.142 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:27.142 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:36:27.142 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:36:27.142 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:36:27.142 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:36:27.143 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:36:27.396 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:36:27.396 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:27.396 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:27.397 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:27.654 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-fuse 2024-04-22T22:36:27.851 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:27.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:36:27.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:36:27.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:36:27.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:36:27.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:36:28.097 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:36:28.098 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:36:28.098 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:36:28.098 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:28.098 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:28.173 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:36:28.295 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout:Install 2 Packages 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:28.296 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 969 k 2024-04-22T22:36:28.297 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 2.8 M 2024-04-22T22:36:28.297 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:28.349 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-fuse 2024-04-22T22:36:28.741 INFO:teuthology.orchestra.run.smithi149.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 468 kB/s | 80 kB 00:00 2024-04-22T22:36:28.856 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:28.974 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:28.975 INFO:teuthology.orchestra.run.smithi069.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 969 k 2024-04-22T22:36:28.976 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 2.8 M 2024-04-22T22:36:28.977 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:29.024 INFO:teuthology.orchestra.run.smithi149.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 1.9 MB/s | 889 kB 00:00 2024-04-22T22:36:29.025 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:29.025 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.3 MB/s | 969 kB 00:00 2024-04-22T22:36:29.038 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:29.060 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:29.060 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:29.138 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:29.138 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:29.319 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:29.452 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:36:29.480 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 361 kB/s | 80 kB 00:00 2024-04-22T22:36:29.514 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:29.580 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.7 MB/s | 889 kB 00:00 2024-04-22T22:36:29.580 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:29.580 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-04-22T22:36:29.592 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:29.614 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:29.614 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:29.692 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:29.692 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:29.872 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:30.024 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:36:30.086 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:30.133 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:30.133 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:36:30.160 INFO:teuthology.orchestra.run.smithi156.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 766 kB/s | 16 MB 00:21 2024-04-22T22:36:30.161 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:30.161 INFO:teuthology.orchestra.run.smithi156.stdout:Total 1.4 MB/s | 38 MB 00:27 2024-04-22T22:36:30.357 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:36:30.357 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:30.357 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:30.357 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:36:30.358 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:30.358 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:30.510 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:30.538 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:30.538 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:30.659 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-volume 2024-04-22T22:36:30.727 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:30.727 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:36:30.947 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:30.947 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:30.981 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:31.187 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:31.300 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-volume 2024-04-22T22:36:31.310 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-22T22:36:31.311 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:Install 2 Packages 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 341 k 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 1.5 M 2024-04-22T22:36:31.312 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:31.554 INFO:teuthology.orchestra.run.smithi149.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 463 kB/s | 77 kB 00:00 2024-04-22T22:36:31.629 INFO:teuthology.orchestra.run.smithi149.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 1.1 MB/s | 264 kB 00:00 2024-04-22T22:36:31.630 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:31.630 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-22T22:36:31.641 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:31.651 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:31.651 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:31.676 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:31.676 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:31.791 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:31.817 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:31.829 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:31.864 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:36:31.908 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:31.939 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:31.940 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 341 k 2024-04-22T22:36:31.941 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 1.5 M 2024-04-22T22:36:31.942 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:32.013 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:36:32.016 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:32.048 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:32.064 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:32.064 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:32.065 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:36:32.065 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:32.067 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:36:32.245 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:36:32.283 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:36:32.343 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 624 kB/s | 77 kB 00:00 2024-04-22T22:36:32.368 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:36:32.585 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 721 kB/s | 264 kB 00:00 2024-04-22T22:36:32.586 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:32.586 INFO:teuthology.orchestra.run.smithi069.stdout:Total 528 kB/s | 341 kB 00:00 2024-04-22T22:36:32.598 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:32.608 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:32.608 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:32.635 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:32.635 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:32.776 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:32.787 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:36:32.961 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:36:32.996 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:33.011 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:33.011 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:33.011 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:36:33.011 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:33.012 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:36:33.080 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:36:33.080 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:33.080 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:33.080 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:33.081 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:36:33.081 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:33.081 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:33.146 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:36:33.384 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados-devel 2024-04-22T22:36:33.639 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:36:33.921 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:33.922 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:36:33.922 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:33.922 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:33.922 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:33.922 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:36:33.923 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:33.923 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:34.047 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:34.047 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:34.047 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:36:34.048 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:34.049 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 127 k 2024-04-22T22:36:34.049 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 456 k 2024-04-22T22:36:34.049 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:34.219 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados-devel 2024-04-22T22:36:34.268 INFO:teuthology.orchestra.run.smithi149.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 578 kB/s | 127 kB 00:00 2024-04-22T22:36:34.269 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:34.269 INFO:teuthology.orchestra.run.smithi149.stdout:Total 575 kB/s | 127 kB 00:00 2024-04-22T22:36:34.269 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:34.274 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:34.274 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:34.338 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:34.339 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:34.365 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:34.487 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:34.590 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:34.739 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:34.862 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:34.862 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 127 k 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 456 k 2024-04-22T22:36:34.863 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:34.994 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:35.091 INFO:teuthology.orchestra.run.smithi069.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 559 kB/s | 127 kB 00:00 2024-04-22T22:36:35.091 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:35.091 INFO:teuthology.orchestra.run.smithi069.stdout:Total 555 kB/s | 127 kB 00:00 2024-04-22T22:36:35.092 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:35.097 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:35.097 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:35.161 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:35.162 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:35.238 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:35.238 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:35.239 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:35.239 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:35.239 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:35.239 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:35.309 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:35.404 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:35.505 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs2 2024-04-22T22:36:35.562 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:36:35.600 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:35.808 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:36.034 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:36.054 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:36.054 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:36.055 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:36.055 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:36.055 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:36.055 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:36.115 INFO:teuthology.orchestra.run.smithi149.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:36.157 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:36.158 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:36.158 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:36.243 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs-devel 2024-04-22T22:36:36.299 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs2 2024-04-22T22:36:36.766 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:36.817 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:36.887 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:36.887 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:36:36.888 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:36.889 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 32 k 2024-04-22T22:36:36.889 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 142 k 2024-04-22T22:36:36.889 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:36.897 INFO:teuthology.orchestra.run.smithi069.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:36.939 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:36.940 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:36.940 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:37.008 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs-devel 2024-04-22T22:36:37.121 INFO:teuthology.orchestra.run.smithi149.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 137 kB/s | 32 kB 00:00 2024-04-22T22:36:37.122 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:37.122 INFO:teuthology.orchestra.run.smithi149.stdout:Total 136 kB/s | 32 kB 00:00 2024-04-22T22:36:37.122 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:37.126 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:37.126 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:37.128 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:37.128 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:37.218 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:37.318 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:37.519 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:37.637 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:37.638 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:37.638 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-22T22:36:37.638 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 32 k 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 142 k 2024-04-22T22:36:37.639 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:37.661 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:37.886 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:37.952 INFO:teuthology.orchestra.run.smithi069.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 101 kB/s | 32 kB 00:00 2024-04-22T22:36:37.953 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:37.953 INFO:teuthology.orchestra.run.smithi069.stdout:Total 101 kB/s | 32 kB 00:00 2024-04-22T22:36:37.953 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:37.956 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:37.956 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:37.959 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:37.959 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:38.047 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:38.112 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados2 2024-04-22T22:36:38.157 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:38.343 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:36:38.344 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:36:38.495 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:38.637 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:38.710 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:38.711 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:38.711 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:38.711 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:38.711 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:38.711 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:38.717 INFO:teuthology.orchestra.run.smithi149.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:38.743 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:36:38.743 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:38.743 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:38.743 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:38.743 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:38.744 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:38.758 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:38.760 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:38.760 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:38.834 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librbd1 2024-04-22T22:36:38.899 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados2 2024-04-22T22:36:39.155 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:36:39.354 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:39.409 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:39.434 INFO:teuthology.orchestra.run.smithi149.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:39.474 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:39.475 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:39.476 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:39.487 INFO:teuthology.orchestra.run.smithi069.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:39.528 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:39.529 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:39.529 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:39.549 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rados 2024-04-22T22:36:39.597 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librbd1 2024-04-22T22:36:39.678 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:39.799 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:36:39.800 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:39.801 INFO:teuthology.orchestra.run.smithi156.stdout:Install 13 Packages 2024-04-22T22:36:39.802 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:39.802 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 2.2 M 2024-04-22T22:36:39.802 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 26 M 2024-04-22T22:36:39.802 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:40.069 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:40.077 INFO:teuthology.orchestra.run.smithi156.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 321 kB/s | 19 kB 00:00 2024-04-22T22:36:40.105 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:40.127 INFO:teuthology.orchestra.run.smithi156.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 233 kB/s | 26 kB 00:00 2024-04-22T22:36:40.148 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:40.183 INFO:teuthology.orchestra.run.smithi069.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:40.189 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:40.190 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:40.191 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:40.211 INFO:teuthology.orchestra.run.smithi156.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-04-22T22:36:40.223 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:40.224 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:40.224 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:40.236 INFO:teuthology.orchestra.run.smithi156.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-04-22T22:36:40.267 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rgw 2024-04-22T22:36:40.288 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rados 2024-04-22T22:36:40.311 INFO:teuthology.orchestra.run.smithi156.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-04-22T22:36:40.336 INFO:teuthology.orchestra.run.smithi156.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 534 kB/s | 54 kB 00:00 2024-04-22T22:36:40.362 INFO:teuthology.orchestra.run.smithi156.stdout:(7/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 143 kB/s | 49 kB 00:00 2024-04-22T22:36:40.495 INFO:teuthology.orchestra.run.smithi156.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 175 kB/s | 32 kB 00:00 2024-04-22T22:36:40.521 INFO:teuthology.orchestra.run.smithi156.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 81 kB/s | 15 kB 00:00 2024-04-22T22:36:40.615 INFO:teuthology.orchestra.run.smithi156.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 988 kB/s | 203 kB 00:00 2024-04-22T22:36:40.640 INFO:teuthology.orchestra.run.smithi156.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 498 kB/s | 59 kB 00:00 2024-04-22T22:36:40.682 INFO:teuthology.orchestra.run.smithi156.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 5.5 MB/s | 1.0 MB 00:00 2024-04-22T22:36:40.707 INFO:teuthology.orchestra.run.smithi156.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 977 kB/s | 90 kB 00:00 2024-04-22T22:36:40.710 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:40.711 INFO:teuthology.orchestra.run.smithi156.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-04-22T22:36:40.772 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:40.787 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:40.787 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:40.789 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:40.799 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:40.869 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:40.870 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:40.874 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:40.877 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:40.910 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:40.912 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:40.912 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:40.918 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:40.919 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:40.919 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:40.982 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-cephfs 2024-04-22T22:36:40.984 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rgw 2024-04-22T22:36:41.377 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:41.495 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:41.504 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:41.549 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:36:41.573 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:41.584 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:41.600 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:36:41.614 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:41.615 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:41.615 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:41.625 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:41.626 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:41.626 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:41.656 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:36:41.680 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-cephfs 2024-04-22T22:36:41.693 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:36:41.697 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rbd 2024-04-22T22:36:41.733 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:36:41.829 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:36:41.938 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:36:41.986 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:36:42.189 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:42.214 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:42.267 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:42.293 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:42.307 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:42.308 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:42.308 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:42.335 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:42.336 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-22T22:36:42.336 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:42.372 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rbd 2024-04-22T22:36:42.417 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-fuse 2024-04-22T22:36:42.726 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:36:42.766 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:36:42.800 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:36:42.848 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:36:42.877 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:42.877 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:42.942 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:42.956 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:42.998 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:42.999 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-22T22:36:42.999 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:43.065 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:43.065 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:43.065 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:43.065 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:43.065 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:36:43.066 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:43.067 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 85 k 2024-04-22T22:36:43.067 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 231 k 2024-04-22T22:36:43.067 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:43.072 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-fuse 2024-04-22T22:36:43.266 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 427 kB/s | 85 kB 00:00 2024-04-22T22:36:43.267 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:43.267 INFO:teuthology.orchestra.run.smithi149.stdout:Total 424 kB/s | 85 kB 00:00 2024-04-22T22:36:43.267 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:43.274 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:43.274 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:43.336 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:43.337 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:43.480 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:43.571 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:43.579 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:36:43.661 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:36:43.662 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:36:43.698 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:36:43.699 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 85 k 2024-04-22T22:36:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 231 k 2024-04-22T22:36:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:43.914 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 399 kB/s | 85 kB 00:00 2024-04-22T22:36:43.914 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:43.914 INFO:teuthology.orchestra.run.smithi069.stdout:Total 396 kB/s | 85 kB 00:00 2024-04-22T22:36:43.915 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:43.919 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:43.921 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:43.921 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:43.969 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:36:43.970 INFO:teuthology.orchestra.run.smithi156.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:36:43.971 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:36:43.971 INFO:teuthology.orchestra.run.smithi156.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:36:43.971 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:43.971 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:43.985 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:43.985 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:44.125 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:44.188 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:44.217 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:44.232 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:36:44.456 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-mirror 2024-04-22T22:36:44.546 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:44.747 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:44.795 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:44.866 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:44.867 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:44.867 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:36:44.867 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:44.867 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:44.867 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout:Install 6 Packages 2024-04-22T22:36:44.868 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:44.869 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 7.0 M 2024-04-22T22:36:44.869 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 33 M 2024-04-22T22:36:44.869 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:44.999 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:45.019 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-mirror 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:36:45.126 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 3.1 M 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 13 M 2024-04-22T22:36:45.127 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:45.383 INFO:teuthology.orchestra.run.smithi156.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 626 kB/s | 141 kB 00:00 2024-04-22T22:36:45.408 INFO:teuthology.orchestra.run.smithi156.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 989 kB/s | 248 kB 00:00 2024-04-22T22:36:45.537 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:36:45.660 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 3.1 M 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 13 M 2024-04-22T22:36:45.661 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:45.669 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-22T22:36:45.670 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:45.671 INFO:teuthology.orchestra.run.smithi149.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-22T22:36:45.671 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:45.680 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:45.680 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:45.734 INFO:teuthology.orchestra.run.smithi156.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 177 kB/s | 58 kB 00:00 2024-04-22T22:36:45.759 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:45.759 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:45.909 INFO:teuthology.orchestra.run.smithi156.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 291 kB/s | 51 kB 00:00 2024-04-22T22:36:46.026 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.5 MB/s | 3.1 MB 00:00 2024-04-22T22:36:46.026 INFO:teuthology.orchestra.run.smithi156.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 853 kB/s | 548 kB 00:00 2024-04-22T22:36:46.027 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:46.027 INFO:teuthology.orchestra.run.smithi069.stdout:Total 8.5 MB/s | 3.1 MB 00:00 2024-04-22T22:36:46.027 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:46.036 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:46.036 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:46.121 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:46.121 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:46.186 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:46.237 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:46.251 INFO:teuthology.orchestra.run.smithi156.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.5 MB/s | 6.0 MB 00:01 2024-04-22T22:36:46.251 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:46.252 INFO:teuthology.orchestra.run.smithi156.stdout:Total 5.0 MB/s | 7.0 MB 00:01 2024-04-22T22:36:46.262 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:46.262 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:46.262 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:36:46.262 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:36:46.263 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:36:46.263 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:46.322 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:46.333 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:46.333 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:46.428 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:46.428 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:46.569 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:46.626 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:46.650 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:46.651 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:46.651 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:36:46.651 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:36:46.651 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:36:46.651 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:46.734 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:46.901 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:36:46.961 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:47.362 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:47.511 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:36:47.605 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:36:47.659 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-nbd 2024-04-22T22:36:47.677 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:36:47.707 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:47.737 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:47.737 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:47.737 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:47.738 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:47.738 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:47.738 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:47.944 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-nbd 2024-04-22T22:36:48.192 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 10:34:49 PM UTC. 2024-04-22T22:36:48.316 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-22T22:36:48.316 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:48.316 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:48.316 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 171 k 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 494 k 2024-04-22T22:36:48.317 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:36:48.450 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:36:48.455 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:34:53 PM UTC. 2024-04-22T22:36:48.579 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:36:48.580 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 171 k 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 494 k 2024-04-22T22:36:48.581 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-22T22:36:48.673 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 481 kB/s | 171 kB 00:00 2024-04-22T22:36:48.674 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:48.674 INFO:teuthology.orchestra.run.smithi149.stdout:Total 479 kB/s | 171 kB 00:00 2024-04-22T22:36:48.674 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-22T22:36:48.682 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-22T22:36:48.682 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:48.685 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:48.746 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-22T22:36:48.746 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-22T22:36:48.820 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 715 kB/s | 171 kB 00:00 2024-04-22T22:36:48.821 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:48.821 INFO:teuthology.orchestra.run.smithi069.stdout:Total 711 kB/s | 171 kB 00:00 2024-04-22T22:36:48.821 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-22T22:36:48.829 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-22T22:36:48.829 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-22T22:36:48.892 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-22T22:36:48.892 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-22T22:36:48.896 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-22T22:36:48.948 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-fuse 2024-04-22T22:36:49.002 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.043 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-22T22:36:49.157 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.387 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.461 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:49.535 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.582 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout:Install 2 Packages 2024-04-22T22:36:49.583 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:49.584 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 969 k 2024-04-22T22:36:49.584 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 2.8 M 2024-04-22T22:36:49.584 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-22T22:36:49.613 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-22T22:36:49.769 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-22T22:36:49.885 DEBUG:teuthology.parallel:result is None 2024-04-22T22:36:49.980 DEBUG:teuthology.parallel:result is None 2024-04-22T22:36:50.136 INFO:teuthology.orchestra.run.smithi156.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 290 kB/s | 80 kB 00:00 2024-04-22T22:36:50.161 INFO:teuthology.orchestra.run.smithi156.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.9 MB/s | 889 kB 00:00 2024-04-22T22:36:50.161 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:50.162 INFO:teuthology.orchestra.run.smithi156.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-04-22T22:36:50.173 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:50.196 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:50.196 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:50.274 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:50.274 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:50.461 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:50.605 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:36:50.668 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:51.333 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:36:51.334 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:51.580 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:51.892 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-volume 2024-04-22T22:36:52.416 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:02 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:52.541 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:52.541 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:52.541 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-04-22T22:36:52.541 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:52.541 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout:Install 2 Packages 2024-04-22T22:36:52.542 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:52.543 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 341 k 2024-04-22T22:36:52.543 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 1.5 M 2024-04-22T22:36:52.543 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:53.008 INFO:teuthology.orchestra.run.smithi156.stdout:(1/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 758 kB/s | 264 kB 00:00 2024-04-22T22:36:53.033 INFO:teuthology.orchestra.run.smithi156.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 207 kB/s | 77 kB 00:00 2024-04-22T22:36:53.033 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:53.034 INFO:teuthology.orchestra.run.smithi156.stdout:Total 693 kB/s | 341 kB 00:00 2024-04-22T22:36:53.045 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:53.055 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:53.055 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:53.081 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:53.082 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:53.228 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:53.424 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:36:53.452 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:53.467 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:36:53.467 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:53.467 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:36:53.467 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:54.129 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:54.409 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:54.722 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install librados-devel 2024-04-22T22:36:55.247 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:55.373 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:55.374 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:55.374 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repo Size 2024-04-22T22:36:55.374 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 127 k 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 456 k 2024-04-22T22:36:55.375 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:55.705 INFO:teuthology.orchestra.run.smithi156.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 384 kB/s | 127 kB 00:00 2024-04-22T22:36:55.705 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:55.706 INFO:teuthology.orchestra.run.smithi156.stdout:Total 383 kB/s | 127 kB 00:00 2024-04-22T22:36:55.706 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:55.712 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:55.712 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:55.776 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:55.776 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:55.927 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:56.027 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:56.425 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:56.657 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:56.658 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:56.658 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:56.658 INFO:teuthology.orchestra.run.smithi156.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:56.658 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:56.658 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:56.916 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install libcephfs2 2024-04-22T22:36:57.438 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:07 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:57.518 INFO:teuthology.orchestra.run.smithi156.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:36:57.560 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:57.561 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:36:57.561 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:57.663 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install libcephfs-devel 2024-04-22T22:36:58.179 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:08 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:36:58.300 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repo Size 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:58.301 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 32 k 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 142 k 2024-04-22T22:36:58.302 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:36:58.467 INFO:teuthology.orchestra.run.smithi156.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 193 kB/s | 32 kB 00:00 2024-04-22T22:36:58.467 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:58.467 INFO:teuthology.orchestra.run.smithi156.stdout:Total 191 kB/s | 32 kB 00:00 2024-04-22T22:36:58.467 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:36:58.471 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:36:58.471 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:36:58.473 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:36:58.474 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:36:58.558 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:36:58.662 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:59.019 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:36:59.232 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:36:59.433 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install librados2 2024-04-22T22:36:59.942 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:09 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:00.020 INFO:teuthology.orchestra.run.smithi156.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:00.062 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:00.062 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:00.062 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:00.150 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install librbd1 2024-04-22T22:37:00.665 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:10 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:00.743 INFO:teuthology.orchestra.run.smithi156.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:00.784 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:00.785 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:00.785 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:00.862 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install python3-rados 2024-04-22T22:37:01.373 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:11 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:01.452 INFO:teuthology.orchestra.run.smithi156.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:01.494 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:01.495 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:01.495 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:01.570 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install python3-rgw 2024-04-22T22:37:02.078 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:12 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:02.158 INFO:teuthology.orchestra.run.smithi156.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:02.198 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:02.199 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:02.199 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:02.281 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install python3-cephfs 2024-04-22T22:37:02.795 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:12 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:02.874 INFO:teuthology.orchestra.run.smithi156.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:02.914 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:02.915 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:02.915 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:02.999 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install python3-rbd 2024-04-22T22:37:03.513 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:13 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:03.593 INFO:teuthology.orchestra.run.smithi156.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:03.634 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:03.635 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2024-04-22T22:37:03.635 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:03.720 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install rbd-fuse 2024-04-22T22:37:04.225 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:14 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:04.344 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:04.345 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 85 k 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 231 k 2024-04-22T22:37:04.346 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:37:04.778 INFO:teuthology.orchestra.run.smithi156.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 197 kB/s | 85 kB 00:00 2024-04-22T22:37:04.779 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:04.779 INFO:teuthology.orchestra.run.smithi156.stdout:Total 196 kB/s | 85 kB 00:00 2024-04-22T22:37:04.779 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:37:04.786 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:37:04.786 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:37:04.850 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:37:04.850 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:37:04.995 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:37:05.090 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:05.450 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:05.727 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:05.976 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install rbd-mirror 2024-04-22T22:37:06.518 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:16 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:06.644 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repo Size 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 3.1 M 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 13 M 2024-04-22T22:37:06.645 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:37:07.232 INFO:teuthology.orchestra.run.smithi156.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-04-22T22:37:07.232 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:07.233 INFO:teuthology.orchestra.run.smithi156.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-04-22T22:37:07.233 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:37:07.242 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:37:07.242 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:37:07.323 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:37:07.323 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:37:07.747 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:37:07.807 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:37:07.833 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:08.824 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:09.071 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install rbd-nbd 2024-04-22T22:37:09.595 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:19 ago on Mon 22 Apr 2024 10:34:50 PM UTC. 2024-04-22T22:37:09.720 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-04-22T22:37:09.721 INFO:teuthology.orchestra.run.smithi156.stdout:Install 1 Package 2024-04-22T22:37:09.722 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:09.722 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 171 k 2024-04-22T22:37:09.722 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 494 k 2024-04-22T22:37:09.722 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-04-22T22:37:10.068 INFO:teuthology.orchestra.run.smithi156.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 495 kB/s | 171 kB 00:00 2024-04-22T22:37:10.069 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:10.069 INFO:teuthology.orchestra.run.smithi156.stdout:Total 492 kB/s | 171 kB 00:00 2024-04-22T22:37:10.069 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-04-22T22:37:10.076 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-04-22T22:37:10.077 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-04-22T22:37:10.139 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-04-22T22:37:10.139 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-04-22T22:37:10.287 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-04-22T22:37:10.397 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:10.759 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:10.984 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:37:10.985 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:10.985 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-04-22T22:37:10.985 INFO:teuthology.orchestra.run.smithi156.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:10.985 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-04-22T22:37:10.985 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-04-22T22:37:11.222 DEBUG:teuthology.parallel:result is None 2024-04-22T22:37:11.223 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:11.443 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:37:11.467 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.468 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.468 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:37:11.469 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:11.683 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:37:11.709 INFO:teuthology.orchestra.run.smithi149.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.709 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.709 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:37:11.711 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:11.865 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:37:11.889 INFO:teuthology.orchestra.run.smithi156.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.889 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:37:11.890 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:37:11.892 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T22:37:11.892 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:37:11.892 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:37:11.921 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:37:11.922 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:37:11.952 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:37:11.952 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:37:11.984 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T22:37:11.985 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:37:11.985 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:37:12.012 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:37:12.079 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:37:12.079 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:37:12.108 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:37:12.175 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:37:12.175 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:37:12.201 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:37:12.267 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T22:37:12.268 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:37:12.268 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:37:12.294 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:37:12.360 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:37:12.360 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:37:12.389 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:37:12.456 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:37:12.457 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:37:12.484 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:37:12.551 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T22:37:12.551 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-22T22:37:12.551 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:37:12.577 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:37:12.642 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-22T22:37:12.642 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:37:12.669 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:37:12.735 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-04-22T22:37:12.736 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:37:12.763 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:37:12.830 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:37:12.931 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:37:12.931 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:12.932 INFO:tasks.cephadm:Cluster fsid is dcdfcf8e-00f8-11ef-bc93-c7b262605968 2024-04-22T22:37:12.932 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:37:12.932 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.69', 'mon.b': '172.21.15.149', 'mon.c': '172.21.15.156'} 2024-04-22T22:37:12.932 INFO:tasks.cephadm:First mon is mon.a on smithi069 2024-04-22T22:37:12.932 INFO:tasks.cephadm:First mgr is a 2024-04-22T22:37:12.932 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:37:12.932 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-04-22T22:37:12.958 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-04-22T22:37:12.985 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2024-04-22T22:37:13.012 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:37:13.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:13.319 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:37:13.879 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:13.881 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:37:13.881 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:14.467 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:37 /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:14.467 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.007 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:37 /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.007 DEBUG:teuthology.orchestra.run.smithi156:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.410 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:37 /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.411 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.430 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.447 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:15.478 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:37:15.478 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:37:15.480 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:37:15.490 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:37:16.970 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.000 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.071 INFO:teuthology.orchestra.run.smithi156.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.160 INFO:teuthology.orchestra.run.smithi069.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.160 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.160 INFO:teuthology.orchestra.run.smithi069.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:37:17.161 INFO:teuthology.orchestra.run.smithi069.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:17.184 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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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 smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:37:17.185 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:37:17.186 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi069/crash 2024-04-22T22:37:17.187 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:37:17.212 INFO:teuthology.orchestra.run.smithi149.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.212 INFO:teuthology.orchestra.run.smithi149.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.213 INFO:teuthology.orchestra.run.smithi149.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:37:17.213 INFO:teuthology.orchestra.run.smithi149.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.226 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:37:17.227 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:37:17.228 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi149/crash 2024-04-22T22:37:17.229 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:37:17.246 INFO:teuthology.orchestra.run.smithi156.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.249 INFO:teuthology.orchestra.run.smithi156.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:37:17.249 INFO:teuthology.orchestra.run.smithi156.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:37:17.249 INFO:teuthology.orchestra.run.smithi156.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:37:17.266 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:37:17.266 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:37:17.267 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi156/crash 2024-04-22T22:37:17.268 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:37:17.301 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:37:17.302 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:37:17.303 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:37:17.303 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dcdfcf8e-00f8-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-22T22:37:17.327 INFO:teuthology.orchestra.run.smithi069.stderr:grep: /var/log/ceph/dcdfcf8e-00f8-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:37:17.329 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:37:17.329 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:37:17.371 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:37:17.373 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:37:17.391 INFO:teuthology.orchestra.run.smithi069.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:37:17.391 INFO:teuthology.orchestra.run.smithi069.stderr:: No such file or directory 2024-04-22T22:37:17.392 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:37:17.393 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-22T22:37:17.393 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.011s 2024-04-22T22:37:17.394 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.008s 2024-04-22T22:37:17.394 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.013s 2024-04-22T22:37:17.394 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:37:17.394 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2024-04-22T22:37:17.394 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: 73.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:37:17.396 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-04-22T22:37:17.396 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.011s 2024-04-22T22:37:17.396 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.010s 2024-04-22T22:37:17.396 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.010s 2024-04-22T22:37:17.397 INFO:teuthology.orchestra.run.smithi156.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:37:17.397 INFO:teuthology.orchestra.run.smithi156.stderr:: No such file or directory 2024-04-22T22:37:17.397 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:37:17.399 INFO:teuthology.orchestra.run.smithi156.stderr: 2024-04-22T22:37:17.399 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m0.012s 2024-04-22T22:37:17.400 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m0.010s 2024-04-22T22:37:17.400 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m0.012s 2024-04-22T22:37:17.400 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:37:17.400 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi069/log 2024-04-22T22:37:17.401 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:37:17.457 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi149/log 2024-04-22T22:37:17.458 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:37:17.482 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi156/log 2024-04-22T22:37:17.483 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:37:17.507 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:37:17.508 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcdfcf8e-00f8-11ef-bc93-c7b262605968 --force 2024-04-22T22:37:17.679 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: dcdfcf8e-00f8-11ef-bc93-c7b262605968 2024-04-22T22:37:17.957 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcdfcf8e-00f8-11ef-bc93-c7b262605968 --force 2024-04-22T22:37:18.133 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: dcdfcf8e-00f8-11ef-bc93-c7b262605968 2024-04-22T22:37:18.389 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcdfcf8e-00f8-11ef-bc93-c7b262605968 --force 2024-04-22T22:37:18.563 INFO:teuthology.orchestra.run.smithi156.stdout:Deleting cluster with fsid: dcdfcf8e-00f8-11ef-bc93-c7b262605968 2024-04-22T22:37:18.833 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:37:18.833 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:18.851 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:18.867 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:37:18.883 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:37:18.883 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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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 smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:37:19.092 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7f5d8cf0d2e14995a521b84ceb3a7d0f 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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/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 smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:37:19.096 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:37:19.107 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T22:37:19.115 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-22T22:37:19.116 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:37:19.128 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:37:19.131 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:37:19.232 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:37:19.241 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:37:19.242 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:37:19.244 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:37:19.247 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:37:19.258 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:37:19.259 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:37:19.261 INFO:teuthology.orchestra.run.smithi156.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:37:19.262 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:37:19.263 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-04-22T22:37:19.263 INFO:teuthology.orchestra.run.smithi149.stdout:^- hv01.front.sepia.ceph.com 2 6 77 39 +686us[ +674us] +/- 576ms 2024-04-22T22:37:19.263 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 77 38 -78us[ -90us] +/- 53ms 2024-04-22T22:37:19.263 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 39 +106us[ +93us] +/- 65ms 2024-04-22T22:37:19.263 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:37:19.264 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:37:19.265 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-22T22:37:19.265 INFO:teuthology.orchestra.run.smithi069.stdout:^- hv01.front.sepia.ceph.com 2 6 77 38 +685us[ +685us] +/- 576ms 2024-04-22T22:37:19.265 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv02.front.sepia.ceph.com 3 6 77 39 -83us[ -109us] +/- 53ms 2024-04-22T22:37:19.265 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 39 +98us[ +72us] +/- 65ms 2024-04-22T22:37:19.265 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:37:19.266 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:37:19.266 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-04-22T22:37:19.266 INFO:teuthology.orchestra.run.smithi156.stdout:^- hv01.front.sepia.ceph.com 2 6 77 39 +686us[ +633us] +/- 576ms 2024-04-22T22:37:19.266 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 77 38 -83us[ -136us] +/- 53ms 2024-04-22T22:37:19.267 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 37 +105us[ +105us] +/- 65ms 2024-04-22T22:37:19.267 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:37:19.267 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:37:19.275 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:37:19.276 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:37:19.284 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:37:19.365 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:37:19.422 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:37:19.477 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:37:19.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:19.506 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:37:19.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:19.532 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:37:19.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:19.558 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:37:19.567 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:37:19.584 INFO:teuthology.task.internal:Duration was 394.609434 seconds 2024-04-22T22:37:19.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:37:19.593 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:37:19.593 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:37:19.595 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:37:19.599 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:37:19.632 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:37:19.632 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:37:19.635 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:37:19.960 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:37:19.960 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-04-22T22:37:19.961 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:37:19.982 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-04-22T22:37:19.982 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:37:20.015 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2024-04-22T22:37:20.015 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:37:20.037 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:37:20.037 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:37:20.040 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:37:20.058 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:37:20.102 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:37:20.103 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:37:20.108 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:37:20.123 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:37:20.231 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:37:20.242 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:37:20.242 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:37:20.266 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:37:20.290 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:37:20.314 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:37:20.324 DEBUG:teuthology.orchestra.run.smithi069:> 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-22T22:37:20.326 DEBUG:teuthology.orchestra.run.smithi149:> 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-22T22:37:20.332 DEBUG:teuthology.orchestra.run.smithi156:> 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-22T22:37:20.346 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-04-22T22:37:20.351 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-04-22T22:37:20.376 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2024-04-22T22:37:20.419 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:37:20.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:20.433 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:37:20.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:20.448 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:37:20.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:37:20.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:37:20.483 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:37:20.484 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi069 2024-04-22T22:37:20.484 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:37:20.516 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi149 2024-04-22T22:37:20.516 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:37:20.547 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890/remote/smithi156 2024-04-22T22:37:20.547 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:37:20.579 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:37:20.579 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:37:20.582 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:37:20.584 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:37:20.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:37:20.642 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:37:20.642 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:37:20.653 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:37:20.653 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:37:20.655 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:37:20.658 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:37:20.667 INFO:teuthology.orchestra.run.smithi069.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:37 /home/ubuntu/cephtest 2024-04-22T22:37:20.670 INFO:teuthology.orchestra.run.smithi149.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:37 /home/ubuntu/cephtest 2024-04-22T22:37:20.684 INFO:teuthology.orchestra.run.smithi156.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:37 /home/ubuntu/cephtest 2024-04-22T22:37:20.685 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:37:20.696 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:37:20.716 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:37:20.743 DEBUG:teuthology.nuke:shortname: smithi069 2024-04-22T22:37:20.744 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:37:20.768 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890', '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-22 22:21:49.315874', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQ3l3fQSewbXj6sd7pSLl+QW36lVPRMP98fgz40lMKieh1lOJu7sg0Q3865L4AZIi0x41PEN25CvnuYYoj4lRM='} 2024-04-22T22:37:20.772 DEBUG:teuthology.nuke:shortname: smithi149 2024-04-22T22:37:20.773 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:37:20.795 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890', '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-22 22:21:49.317293', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBImQlkuBexn4D78gfOx6kzzA84MGI7D1PnzkoCpmL8CftbJsV5+TTPRdslYSZdY0wpdhjL522xEI6Cn2KI9n2vo='} 2024-04-22T22:37:20.800 DEBUG:teuthology.nuke:shortname: smithi156 2024-04-22T22:37:20.800 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:37:20.826 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668890', '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-22 22:21:49.314272', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL4j5BbmL9rHu5oB/9A5/5TlglBeh2XJjHm+4cpnlLQ2dUPPMCPym3KUtzjoKuiziolDIpjfhtwxNsl4VpE2AL8='} 2024-04-22T22:37:20.832 INFO:teuthology.orchestra.console.smithi069:Power off 2024-04-22T22:37:20.833 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:37:20.855 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-04-22T22:37:20.855 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:20.874 INFO:teuthology.orchestra.console.smithi149:Power off 2024-04-22T22:37:20.875 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:37:20.884 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-22T22:37:20.900 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-04-22T22:37:20.900 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:20.917 INFO:teuthology.orchestra.console.smithi156:Power off 2024-04-22T22:37:20.917 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:37:20.928 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-04-22T22:37:20.941 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2024-04-22T22:37:20.941 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:20.965 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-04-22T22:37:24.886 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:24.929 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:24.966 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:24.996 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-22T22:37:25.040 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-04-22T22:37:25.076 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-04-22T22:37:28.998 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:29.041 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:29.076 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:29.112 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-04-22T22:37:29.152 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-04-22T22:37:29.185 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2024-04-22T22:37:29.213 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-04-22T22:37:29.286 INFO:teuthology.orchestra.console.smithi156:Power off completed 2024-04-22T22:37:33.154 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:37:33.265 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-04-22T22:37:33.366 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-04-22T22:37:33.479 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 394.6094343662262 failure_reason: 'Command failed on smithi069 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7f5d8cf0d2e14995a521b84ceb3a7d0f status: fail success: false 2024-04-22T22:37:33.480 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:37:33.563 INFO:teuthology.run:FAIL