2024-05-03T09:28:26.903 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T09:28:26.904 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263 --verbose --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --owner scheduled_gabrioux@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/orig.config.yaml 2024-05-03T09:28:26.935 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:28:27.023 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7687263' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCeTnEottNarl8E/yJ50bPInoaAWkLQa8W6wJLaNvbcsRxTyu8zLZ9fTE+IFl9TfEgtdQCZ5W9eq5Dbe10les9E= smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3YqqdXiliezHCifHXoVRNKSMQMmYXcwbMEJq4H7L3t8/e61nYhrQPfr6BC4x16KyqBYzXbGg26HbSnc7rqWVM= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGm1KNAAnZYkvRvr4/bx1XYostlMqaHMBPwwQAJI8FTgcrSalk5r777QuRL9I+aAP53S6ILaxK7G5dbK4Gdp068= 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 0x7fc5800a5f70>, signals=[15]) 2024-05-03T09:28:27.456 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T09:28:27.463 INFO:teuthology.task.internal:Opening connections... 2024-05-03T09:28:27.463 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2024-05-03T09:28:27.465 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:28:27.541 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T09:28:27.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:28:27.614 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-05-03T09:28:27.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:28:27.688 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T09:28:27.695 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2024-05-03T09:28:27.713 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2024-05-03T09:28:27.714 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2024-05-03T09:28:27.771 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:28:27.772 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:28:27.773 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2024-05-03T09:28:27.797 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-05-03T09:28:27.815 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-05-03T09:28:27.815 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-05-03T09:28:27.871 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-05-03T09:28:27.871 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-05-03T09:28:27.871 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-05-03T09:28:27.871 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:28:27.872 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:28:27.872 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-05-03T09:28:27.889 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-05-03T09:28:27.906 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-05-03T09:28:27.906 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="CentOS Stream" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="9" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:ID="centos" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="rhel fedora" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="9" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el9" 2024-05-03T09:28:27.963 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:LOGO="fedora-logo-icon" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://centos.org/" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-03T09:28:27.964 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-03T09:28:27.964 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-05-03T09:28:27.981 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T09:28:27.990 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T09:28:27.995 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T09:28:27.995 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:28:27.997 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:28:28.000 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-05-03T09:28:28.019 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T09:28:28.025 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T09:28:28.025 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:28:28.055 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:28:28.057 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-05-03T09:28:28.079 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T09:28:28.155 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T09:28:28.170 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T09:28:28.170 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-05-03T09:28:28.170 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:28:28.171 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:28:28.171 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T09:28:28.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:28.188 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-05-03T09:28:28.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:28.189 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-05-03T09:28:28.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:28.190 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2024-05-03T09:28:28.244 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:28:28.244 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-437.el9.x86_64 2024-05-03T09:28:28.244 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-05-03T09:28:28.246 INFO:teuthology.orchestra.run.smithi181.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:28:28.246 INFO:teuthology.task.kernel:Running kernel on smithi181: 5.14.0-437.el9.x86_64 2024-05-03T09:28:28.246 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2024-05-03T09:28:28.248 INFO:teuthology.orchestra.run.smithi043.stdout:5.14.0-437.el9.x86_64 2024-05-03T09:28:28.248 INFO:teuthology.task.kernel:Running kernel on smithi043: 5.14.0-437.el9.x86_64 2024-05-03T09:28:28.248 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2024-05-03T09:28:30.429 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-05-03T09:28:30.571 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-05-03T09:28:31.877 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-05-03T09:28:32.339 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-05-03T09:28:34.030 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 7.7 MB/s | 19 MB 00:02 2024-05-03T09:28:35.194 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 19 MB 00:02 2024-05-03T09:28:36.406 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-05-03T09:28:38.098 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 16 kB 00:00 2024-05-03T09:28:38.255 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-05-03T09:28:39.635 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-03T09:28:39.781 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 16 kB 00:00 2024-05-03T09:28:40.570 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.2 MB 00:01 2024-05-03T09:28:42.354 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-05-03T09:28:42.418 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 8.4 MB/s | 21 MB 00:02 2024-05-03T09:28:43.230 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 28 MB/s | 21 MB 00:00 2024-05-03T09:28:44.657 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-03T09:28:46.554 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:28:46.554 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:28:46.643 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:28:46.644 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:28:46.644 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:28:46.746 DEBUG:teuthology.orchestra.run.smithi084:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:28:47.237 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:28:44 AM UTC. 2024-05-03T09:28:47.366 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:47.378 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:47.379 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T09:28:47.379 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T09:28:47.379 INFO:teuthology.orchestra.run.smithi084.stderr:Operation aborted. 2024-05-03T09:28:47.438 INFO:teuthology.orchestra.run.smithi084.stdout:Is this ok [y/N]: 2024-05-03T09:28:47.438 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum reinstall -y kernel || true 2024-05-03T09:28:47.616 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-05-03T09:28:47.929 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:28:44 AM UTC. 2024-05-03T09:28:48.044 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalling: 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:28:48.045 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:48.046 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 255 k 2024-05-03T09:28:48.046 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 0 2024-05-03T09:28:48.046 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:28:48.264 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-03T09:28:48.684 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64.rpm 468 kB/s | 255 kB 00:00 2024-05-03T09:28:48.684 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:28:48.684 INFO:teuthology.orchestra.run.smithi084.stdout:Total 399 kB/s | 255 kB 00:00 2024-05-03T09:28:48.704 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:28:48.892 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:28:48.892 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:28:48.897 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:28:48.897 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:28:49.054 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:28:49.134 INFO:teuthology.orchestra.run.smithi084.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:49.135 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:49.555 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:28:49.555 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:28:49.652 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:28:49.653 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:28:49.653 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:28:49.748 DEBUG:teuthology.orchestra.run.smithi043:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:28:49.795 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:49.796 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:50.161 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-03T09:28:50.161 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-03T09:28:50.253 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:28:50.255 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:28:50.255 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:28:50.273 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:28:47 AM UTC. 2024-05-03T09:28:50.379 DEBUG:teuthology.orchestra.run.smithi181:> echo no | sudo yum reinstall kernel || true 2024-05-03T09:28:50.397 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:28:50.410 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:50.410 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:50.410 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalling: 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 255 k 2024-05-03T09:28:50.411 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 0 2024-05-03T09:28:50.412 INFO:teuthology.orchestra.run.smithi043.stderr:Operation aborted. 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout:Reinstalled: 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:28:50.453 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:28:50.467 INFO:teuthology.orchestra.run.smithi043.stdout:Is this ok [y/N]: 2024-05-03T09:28:50.467 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum reinstall -y kernel || true 2024-05-03T09:28:50.630 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:28:50.676 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:50.677 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:28:50.677 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:28:50.677 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T09:28:50.677 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:28:50.718 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-05-03T09:28:50.735 DEBUG:teuthology.parallel:result is None 2024-05-03T09:28:50.879 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:02 ago on Fri 03 May 2024 09:28:48 AM UTC. 2024-05-03T09:28:50.989 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:28:47 AM UTC. 2024-05-03T09:28:51.023 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout:Reinstalling: 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:51.030 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:28:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.031 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 255 k 2024-05-03T09:28:51.031 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 0 2024-05-03T09:28:51.031 INFO:teuthology.orchestra.run.smithi181.stderr:Operation aborted. 2024-05-03T09:28:51.094 INFO:teuthology.orchestra.run.smithi181.stdout:Is this ok [y/N]: 2024-05-03T09:28:51.095 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum reinstall -y kernel || true 2024-05-03T09:28:51.110 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalling: 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:28:51.111 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:51.112 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 255 k 2024-05-03T09:28:51.112 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 0 2024-05-03T09:28:51.112 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:28:51.543 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-437.el9.x86_64.rpm 706 kB/s | 255 kB 00:00 2024-05-03T09:28:51.543 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:28:51.543 INFO:teuthology.orchestra.run.smithi043.stdout:Total 591 kB/s | 255 kB 00:00 2024-05-03T09:28:51.561 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:28:51.587 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:03 ago on Fri 03 May 2024 09:28:48 AM UTC. 2024-05-03T09:28:51.703 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout:Reinstalling: 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:28:51.704 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:51.705 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 255 k 2024-05-03T09:28:51.705 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 0 2024-05-03T09:28:51.705 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:28:51.744 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:28:51.744 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:28:51.748 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:28:51.749 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:28:51.888 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:28:51.941 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-05-03T09:28:51.941 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:28:51.941 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.1 MB/s | 255 kB 00:00 2024-05-03T09:28:51.960 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:28:51.977 INFO:teuthology.orchestra.run.smithi043.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:51.977 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:52.136 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:28:52.136 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:28:52.140 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:28:52.141 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:28:52.280 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:28:52.350 INFO:teuthology.orchestra.run.smithi181.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:52.350 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:52.691 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:52.691 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:53.061 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:53.061 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-03T09:28:53.425 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:53.426 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:53.426 INFO:teuthology.orchestra.run.smithi043.stdout:Reinstalled: 2024-05-03T09:28:53.426 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:53.426 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:28:53.426 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:28:53.607 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:28:53.654 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:53.655 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:28:53.655 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:28:53.655 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T09:28:53.656 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:28:53.688 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2024-05-03T09:28:53.709 DEBUG:teuthology.parallel:result is None 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout:Reinstalled: 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:28:53.744 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:28:53.936 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-05-03T09:28:53.983 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-03T09:28:53.983 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-03T09:28:53.983 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-03T09:28:53.983 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-03T09:28:53.983 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T09:28:54.012 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-05-03T09:28:54.030 DEBUG:teuthology.parallel:result is None 2024-05-03T09:28:54.030 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T09:28:54.039 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T09:28:54.039 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:28:54.042 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:28:54.044 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T09:28:54.085 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T09:28:54.091 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T09:28:54.117 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T09:28:54.117 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:28:54.120 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:28:54.122 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T09:28:54.207 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T09:28:54.214 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T09:28:54.214 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:28:54.216 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:28:54.219 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:28:54.244 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.245 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.253 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.255 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.262 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.272 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T09:28:54.274 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T09:28:54.282 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T09:28:54.282 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:28:54.299 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:28:54.301 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T09:28:54.325 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T09:28:54.363 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T09:28:54.363 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:28:54.365 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:28:54.368 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T09:28:54.382 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:54.461 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:54.514 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:54.597 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:54.636 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:28:54.636 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:28:54.699 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:54.743 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:54.793 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:54.875 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:54.921 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:28:54.921 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:28:54.988 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:55.031 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T09:28:55.079 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:55.161 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T09:28:55.200 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:28:55.200 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T09:28:55.263 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2024-05-03T09:28:55.266 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-05-03T09:28:55.268 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-05-03T09:28:55.300 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:28:55.304 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:28:55.345 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:28:55.828 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T09:28:55.838 INFO:teuthology.task.internal:Starting timer... 2024-05-03T09:28:55.838 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T09:28:55.848 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T09:28:55.855 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-03T09:28:55.856 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2024-05-03T09:28:55.914 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2024-05-03T09:28:55.916 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-05-03T09:28:55.982 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-05-03T09:28:55.986 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2024-05-03T09:28:56.039 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2024-05-03T09:28:56.041 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T09:28:56.041 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2024-05-03T09:28:56.074 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2024-05-03T09:28:56.074 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-05-03T09:28:56.094 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-05-03T09:28:56.094 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2024-05-03T09:28:56.114 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2024-05-03T09:28:56.114 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive'} 2024-05-03T09:28:56.115 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:28:56.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:56.140 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:28:56.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:56.166 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:28:56.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:28:56.190 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T09:28:56.190 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:28:56.215 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:28:56.239 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2024-05-03T09:28:56.263 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T09:28:56.272 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T09:28:56.289 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-05-03T09:28:56.290 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi084.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T09:32:49.246 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2024-05-03T09:32:49.248 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-05-03T09:32:49.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:32:49.329 DEBUG:teuthology.orchestra.run.smithi043:> true 2024-05-03T09:32:49.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2024-05-03T09:32:49.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T09:32:49.412 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:32:49.485 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-05-03T09:32:49.564 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-05-03T09:32:49.565 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-05-03T09:32:49.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T09:32:49.643 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-05-03T09:32:49.726 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-05-03T09:32:49.726 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T09:32:49.737 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T09:32:49.737 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:32:49.737 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:32:49.740 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:32:49.740 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:32:49.746 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T09:32:49.746 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:32:49.770 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:32:49.772 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:32:49.786 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:32:49.787 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:32:49.794 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-03T09:32:49.808 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-03T09:32:49.809 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-05-03T09:32:49.811 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2024-05-03T09:32:49.819 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-05-03T09:32:49.823 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2024-05-03T09:32:49.831 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2024-05-03T09:32:49.832 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:32:49.837 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:32:49.841 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2024-05-03T09:32:49.844 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:32:49.851 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:32:49.855 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-03T09:32:49.868 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-03T09:32:49.898 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.901 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.908 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.912 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.931 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:32:49.936 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:32:49.936 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-05-03T09:32:49.936 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.937 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.937 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.937 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:32:49.937 INFO:teuthology.run_tasks:Running task pexec... 2024-05-03T09:32:49.947 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-03T09:32:49.948 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2024-05-03T09:32:49.948 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T09:32:49.948 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T09:32:49.948 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T09:32:49.949 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2024-05-03T09:32:49.949 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-03T09:32:50.474 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:46 ago on Fri 03 May 2024 09:32:04 AM UTC. 2024-05-03T09:32:50.501 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:46 ago on Fri 03 May 2024 09:32:04 AM UTC. 2024-05-03T09:32:50.508 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:41 ago on Fri 03 May 2024 09:32:09 AM UTC. 2024-05-03T09:32:50.595 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:32:50.595 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 9.8 M 2024-05-03T09:32:50.596 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:32:50.619 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:32:50.619 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:32:50.619 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:32:50.620 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:32:50.621 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.1 M 2024-05-03T09:32:50.621 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 9.8 M 2024-05-03T09:32:50.621 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:32:50.630 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:32:50.631 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:32:50.631 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:32:50.631 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:32:50.631 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 3.1 M 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 9.8 M 2024-05-03T09:32:50.632 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:32:50.944 INFO:teuthology.orchestra.run.smithi043.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-05-03T09:32:50.944 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:32:50.945 INFO:teuthology.orchestra.run.smithi043.stdout:Total 10 MB/s | 3.1 MB 00:00 2024-05-03T09:32:50.947 INFO:teuthology.orchestra.run.smithi084.stdout:runc-1.1.12-2.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-05-03T09:32:50.947 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:32:50.947 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.9 MB/s | 3.1 MB 00:00 2024-05-03T09:32:50.981 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:32:50.983 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:32:50.987 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:32:50.987 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:32:50.989 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:32:50.989 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:32:51.073 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:32:51.073 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:32:51.074 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:32:51.074 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:32:51.300 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:32:51.314 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:32:51.389 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:51.413 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:51.833 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:51.848 INFO:teuthology.orchestra.run.smithi181.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.3 MB/s | 3.1 MB 00:00 2024-05-03T09:32:51.848 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:32:51.848 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.5 MB/s | 3.1 MB 00:01 2024-05-03T09:32:51.883 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:51.885 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:32:51.891 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:32:51.891 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:32:51.973 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:32:51.974 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:32:52.110 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:52.110 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:32:52.111 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:32:52.111 INFO:teuthology.orchestra.run.smithi084.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T09:32:52.111 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:32:52.111 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:32:52.147 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:32:52.182 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:32:52.281 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:52.386 DEBUG:teuthology.parallel:result is None 2024-05-03T09:32:52.411 DEBUG:teuthology.parallel:result is None 2024-05-03T09:32:52.725 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:53.003 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-03T09:32:53.003 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:32:53.003 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:32:53.004 INFO:teuthology.orchestra.run.smithi181.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-03T09:32:53.004 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:32:53.004 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:32:53.281 DEBUG:teuthology.parallel:result is None 2024-05-03T09:32:53.281 INFO:teuthology.run_tasks:Running task install... 2024-05-03T09:32:53.290 DEBUG:teuthology.task.install:project ceph 2024-05-03T09:32:53.290 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'}} 2024-05-03T09:32:53.290 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T09:32:53.291 INFO:teuthology.task.install:Using flavor: default 2024-05-03T09:32:53.297 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-05-03T09:32:53.297 INFO:teuthology.task.install:extra packages: [] 2024-05-03T09:32:53.297 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:32:53.298 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:32:53.300 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:32:53.300 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:32:53.301 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': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'tag': None, 'wait_for_package': False} 2024-05-03T09:32:53.301 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:32:53.445 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:32:53.445 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:32:53.524 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:32:53.524 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:32:53.532 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/ 2024-05-03T09:32:53.532 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3353.gf8e6d2d7 2024-05-03T09:32:53.620 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:32:53.621 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:32:53.621 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:32:53.640 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:32:53.641 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:32:53.641 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:32:53.646 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-05-03T09:32:53.646 DEBUG:teuthology.orchestra.run.smithi043:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:32:53.664 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-05-03T09:32:53.665 DEBUG:teuthology.orchestra.run.smithi084:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:32:53.704 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-03T09:32:53.704 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:32:53.704 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-03T09:32:53.711 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:32:53.728 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:32:53.729 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-05-03T09:32:53.729 DEBUG:teuthology.orchestra.run.smithi181:> 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/f8e6d2d721bc96a93915917c59bc3d287d57263d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-03T09:32:53.787 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:32:53.795 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:32:53.800 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:32:53.851 INFO:teuthology.orchestra.run.smithi043.stdout:check_obsoletes = 1 2024-05-03T09:32:53.853 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum clean all 2024-05-03T09:32:53.862 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2024-05-03T09:32:53.864 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2024-05-03T09:32:53.868 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:32:53.933 INFO:teuthology.orchestra.run.smithi181.stdout:check_obsoletes = 1 2024-05-03T09:32:53.934 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum clean all 2024-05-03T09:32:54.088 INFO:teuthology.orchestra.run.smithi043.stdout:50 files removed 2024-05-03T09:32:54.090 INFO:teuthology.orchestra.run.smithi084.stdout:50 files removed 2024-05-03T09:32:54.115 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-radosgw 2024-05-03T09:32:54.119 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2024-05-03T09:32:54.199 INFO:teuthology.orchestra.run.smithi181.stdout:50 files removed 2024-05-03T09:32:54.232 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-radosgw 2024-05-03T09:32:54.798 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 202 kB/s | 84 kB 00:00 2024-05-03T09:32:54.802 INFO:teuthology.orchestra.run.smithi043.stdout:ceph packages for x86_64 204 kB/s | 84 kB 00:00 2024-05-03T09:32:55.077 INFO:teuthology.orchestra.run.smithi181.stdout:ceph packages for x86_64 145 kB/s | 84 kB 00:00 2024-05-03T09:32:55.299 INFO:teuthology.orchestra.run.smithi043.stdout:ceph noarch packages 26 kB/s | 12 kB 00:00 2024-05-03T09:32:55.468 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 19 kB/s | 12 kB 00:00 2024-05-03T09:32:55.650 INFO:teuthology.orchestra.run.smithi181.stdout:ceph noarch packages 22 kB/s | 12 kB 00:00 2024-05-03T09:32:55.674 INFO:teuthology.orchestra.run.smithi043.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-03T09:32:55.876 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-05-03T09:32:56.003 INFO:teuthology.orchestra.run.smithi181.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-05-03T09:32:56.308 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-05-03T09:32:56.918 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 8.0 MB/s | 8.0 MB 00:01 2024-05-03T09:32:58.170 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - BaseOS 3.8 MB/s | 8.0 MB 00:02 2024-05-03T09:32:59.976 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - AppStream 7.5 MB/s | 19 MB 00:02 2024-05-03T09:33:00.298 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-05-03T09:33:00.644 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 7.1 MB/s | 19 MB 00:02 2024-05-03T09:33:04.355 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-05-03T09:33:05.747 INFO:teuthology.orchestra.run.smithi181.stdout:CentOS Stream 9 - Extras packages 67 kB/s | 16 kB 00:00 2024-05-03T09:33:06.660 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.2 MB 00:02 2024-05-03T09:33:06.741 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-05-03T09:33:08.177 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-05-03T09:33:08.895 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 35 MB/s | 21 MB 00:00 2024-05-03T09:33:11.933 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 9.1 kB/s | 1.7 kB 00:00 2024-05-03T09:33:14.104 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrading: 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:33:14.107 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:14.108 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:33:14.109 INFO:teuthology.orchestra.run.smithi181.stdout:Installing weak dependencies: 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout:Install 30 Packages 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout:Upgrade 2 Packages 2024-05-03T09:33:14.110 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:14.111 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 60 M 2024-05-03T09:33:14.111 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:33:14.187 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-03T09:33:16.017 INFO:teuthology.orchestra.run.smithi181.stdout:(1/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 8.3 MB/s | 11 MB 00:01 2024-05-03T09:33:16.059 INFO:teuthology.orchestra.run.smithi181.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 608 kB/s | 25 kB 00:00 2024-05-03T09:33:16.159 INFO:teuthology.orchestra.run.smithi181.stdout:(3/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 3.8 MB/s | 5.4 MB 00:01 2024-05-03T09:33:16.193 INFO:teuthology.orchestra.run.smithi181.stdout:(4/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 5.5 MB/s | 746 kB 00:00 2024-05-03T09:33:16.318 INFO:teuthology.orchestra.run.smithi181.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 3.1 MB/s | 501 kB 00:00 2024-05-03T09:33:16.418 INFO:teuthology.orchestra.run.smithi181.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 451 kB/s | 45 kB 00:00 2024-05-03T09:33:16.487 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:33:16.489 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:16.489 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:33:16.489 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrading: 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:33:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:33:16.491 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout:Install 30 Packages 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrade 2 Packages 2024-05-03T09:33:16.492 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:16.493 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 60 M 2024-05-03T09:33:16.493 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:33:16.527 INFO:teuthology.orchestra.run.smithi181.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.2 MB/s | 135 kB 00:00 2024-05-03T09:33:16.737 INFO:teuthology.orchestra.run.smithi181.stdout:(8/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9.x 11 MB/s | 21 MB 00:01 2024-05-03T09:33:16.761 INFO:teuthology.orchestra.run.smithi181.stdout:(9/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 691 kB/s | 161 kB 00:00 2024-05-03T09:33:16.795 INFO:teuthology.orchestra.run.smithi181.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 5.4 MB/s | 321 kB 00:00 2024-05-03T09:33:16.878 INFO:teuthology.orchestra.run.smithi181.stdout:(11/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 7.8 MB/s | 5.4 MB 00:00 2024-05-03T09:33:16.903 INFO:teuthology.orchestra.run.smithi181.stdout:(12/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 2.0 MB/s | 298 kB 00:00 2024-05-03T09:33:16.937 INFO:teuthology.orchestra.run.smithi181.stdout:(13/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 698 kB/s | 99 kB 00:00 2024-05-03T09:33:17.171 INFO:teuthology.orchestra.run.smithi181.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 401 kB/s | 107 kB 00:00 2024-05-03T09:33:17.196 INFO:teuthology.orchestra.run.smithi181.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 175 kB/s | 45 kB 00:00 2024-05-03T09:33:17.230 INFO:teuthology.orchestra.run.smithi181.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 492 kB/s | 160 kB 00:00 2024-05-03T09:33:17.297 INFO:teuthology.orchestra.run.smithi181.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-05-03T09:33:17.322 INFO:teuthology.orchestra.run.smithi181.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 458 kB/s | 42 kB 00:00 2024-05-03T09:33:17.347 INFO:teuthology.orchestra.run.smithi181.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.7 MB/s | 662 kB 00:00 2024-05-03T09:33:17.373 INFO:teuthology.orchestra.run.smithi181.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-05-03T09:33:17.398 INFO:teuthology.orchestra.run.smithi181.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 474 kB/s | 36 kB 00:00 2024-05-03T09:33:17.432 INFO:teuthology.orchestra.run.smithi181.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 565 kB/s | 47 kB 00:00 2024-05-03T09:33:17.557 INFO:teuthology.orchestra.run.smithi181.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-05-03T09:33:17.666 INFO:teuthology.orchestra.run.smithi181.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-05-03T09:33:17.691 INFO:teuthology.orchestra.run.smithi181.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 363 kB/s | 49 kB 00:00 2024-05-03T09:33:17.733 INFO:teuthology.orchestra.run.smithi181.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-05-03T09:33:17.808 INFO:teuthology.orchestra.run.smithi181.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-05-03T09:33:17.813 INFO:teuthology.orchestra.run.smithi043.stdout:(1/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 9.7 MB/s | 11 MB 00:01 2024-05-03T09:33:17.864 INFO:teuthology.orchestra.run.smithi043.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 504 kB/s | 25 kB 00:00 2024-05-03T09:33:17.892 INFO:teuthology.orchestra.run.smithi181.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.0 MB/s | 4.4 MB 00:00 2024-05-03T09:33:17.955 INFO:teuthology.orchestra.run.smithi043.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 8.0 MB/s | 746 kB 00:00 2024-05-03T09:33:17.970 INFO:teuthology.orchestra.run.smithi181.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.0 MB/s | 839 kB 00:00 2024-05-03T09:33:18.026 INFO:teuthology.orchestra.run.smithi181.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-05-03T09:33:18.064 INFO:teuthology.orchestra.run.smithi043.stdout:(4/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 4.0 MB/s | 5.4 MB 00:01 2024-05-03T09:33:18.089 INFO:teuthology.orchestra.run.smithi043.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 3.7 MB/s | 501 kB 00:00 2024-05-03T09:33:18.173 INFO:teuthology.orchestra.run.smithi043.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 541 kB/s | 45 kB 00:00 2024-05-03T09:33:18.257 INFO:teuthology.orchestra.run.smithi043.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.6 MB/s | 135 kB 00:00 2024-05-03T09:33:18.267 INFO:teuthology.orchestra.run.smithi181.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-05-03T09:33:18.315 INFO:teuthology.orchestra.run.smithi043.stdout:(8/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 2.7 MB/s | 161 kB 00:00 2024-05-03T09:33:18.399 INFO:teuthology.orchestra.run.smithi043.stdout:(9/32): python3-rados-19.0.0-3353.gf8e6d2d7.el9 3.8 MB/s | 321 kB 00:00 2024-05-03T09:33:18.466 INFO:teuthology.orchestra.run.smithi043.stdout:(10/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 4.4 MB/s | 298 kB 00:00 2024-05-03T09:33:18.517 INFO:teuthology.orchestra.run.smithi043.stdout:(11/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.9 MB/s | 99 kB 00:00 2024-05-03T09:33:18.658 INFO:teuthology.orchestra.run.smithi043.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 755 kB/s | 107 kB 00:00 2024-05-03T09:33:18.775 INFO:teuthology.orchestra.run.smithi043.stdout:(13/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_ 7.6 MB/s | 5.4 MB 00:00 2024-05-03T09:33:18.800 INFO:teuthology.orchestra.run.smithi043.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2024-05-03T09:33:18.851 INFO:teuthology.orchestra.run.smithi181.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 3.5 MB/s | 3.4 MB 00:00 2024-05-03T09:33:18.857 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:18.857 INFO:teuthology.orchestra.run.smithi181.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-03T09:33:18.884 INFO:teuthology.orchestra.run.smithi043.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 416 kB/s | 45 kB 00:00 2024-05-03T09:33:18.961 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:33:18.998 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:33:18.998 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:33:19.010 INFO:teuthology.orchestra.run.smithi043.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-05-03T09:33:19.035 INFO:teuthology.orchestra.run.smithi043.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-05-03T09:33:19.060 INFO:teuthology.orchestra.run.smithi043.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 843 kB/s | 42 kB 00:00 2024-05-03T09:33:19.110 INFO:teuthology.orchestra.run.smithi043.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 717 kB/s | 36 kB 00:00 2024-05-03T09:33:19.136 INFO:teuthology.orchestra.run.smithi043.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-05-03T09:33:19.161 INFO:teuthology.orchestra.run.smithi043.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 940 kB/s | 47 kB 00:00 2024-05-03T09:33:19.362 INFO:teuthology.orchestra.run.smithi043.stdout:(22/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9. 8.0 MB/s | 21 MB 00:02 2024-05-03T09:33:19.466 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:33:19.469 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:33:19.603 INFO:teuthology.orchestra.run.smithi043.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 108 kB/s | 26 kB 00:00 2024-05-03T09:33:19.746 INFO:teuthology.orchestra.run.smithi043.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 507 kB/s | 309 kB 00:00 2024-05-03T09:33:19.779 INFO:teuthology.orchestra.run.smithi043.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-05-03T09:33:19.838 INFO:teuthology.orchestra.run.smithi043.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 734 kB/s | 67 kB 00:00 2024-05-03T09:33:19.938 INFO:teuthology.orchestra.run.smithi043.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-05-03T09:33:20.122 INFO:teuthology.orchestra.run.smithi043.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.4 MB/s | 839 kB 00:00 2024-05-03T09:33:20.197 INFO:teuthology.orchestra.run.smithi043.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 6.1 MB/s | 1.6 MB 00:00 2024-05-03T09:33:20.497 INFO:teuthology.orchestra.run.smithi043.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.3 MB/s | 4.4 MB 00:01 2024-05-03T09:33:20.581 INFO:teuthology.orchestra.run.smithi043.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 8.2 MB/s | 3.1 MB 00:00 2024-05-03T09:33:20.639 INFO:teuthology.orchestra.run.smithi043.stdout:(32/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 6.6 MB/s | 3.4 MB 00:00 2024-05-03T09:33:20.642 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:20.642 INFO:teuthology.orchestra.run.smithi043.stdout:Total 15 MB/s | 60 MB 00:04 2024-05-03T09:33:20.749 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:33:20.790 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:33:20.790 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:33:20.928 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:33:21.010 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:33:21.048 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:33:21.073 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:33:21.095 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:21.119 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:21.285 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:33:21.285 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:33:21.313 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:21.367 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:21.757 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:33:21.833 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:21.926 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:22.015 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:33:22.052 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:22.114 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:22.152 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:33:22.174 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 352 kB/s | 6.2 MB 00:17 2024-05-03T09:33:22.195 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:33:22.265 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:22.295 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:22.351 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:22.386 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:33:22.514 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:33:22.545 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:33:22.585 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:33:22.610 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:33:22.639 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:33:22.673 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:33:22.789 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:33:22.874 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:33:22.903 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:33:22.928 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:33:22.950 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:22.970 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:22.984 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:33:23.043 INFO:teuthology.orchestra.run.smithi181.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:23.134 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:23.160 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:23.164 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:33:23.201 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:33:23.214 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:23.499 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 84 kB/s | 16 kB 00:00 2024-05-03T09:33:23.612 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:33:23.663 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:23.681 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:33:23.713 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:23.756 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:23.792 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:23.862 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:33:23.862 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:33:23.890 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:23.899 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:33:23.953 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:23.982 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:33:24.026 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:33:24.087 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:24.109 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:24.168 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 38 MB/s | 21 MB 00:00 2024-05-03T09:33:24.177 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:24.211 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:33:24.334 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:33:24.367 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:33:24.407 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:33:24.432 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:33:24.461 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:33:24.494 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:33:24.824 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:33:24.865 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:24.956 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:24.986 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:33:25.022 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:33:25.529 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:33:25.559 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:25.614 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:25.836 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:33:25.870 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:33:26.112 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:26.153 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:26.701 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:26.741 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:26.832 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:26.833 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:33:26.833 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:33:26.833 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:26.867 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:28.269 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:28.308 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:28.881 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:28.929 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:29.022 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:29.023 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:33:29.023 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:33:29.023 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:29.055 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:29.235 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-05-03T09:33:31.405 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 11 M 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.4 M 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:31.408 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 21 M 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 25 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 746 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 501 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-03T09:33:31.409 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 5.4 M 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 45 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 135 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 161 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 321 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 298 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 99 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-03T09:33:31.410 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:Install 30 Packages 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:31.411 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 60 M 2024-05-03T09:33:31.412 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:33:32.236 INFO:teuthology.orchestra.run.smithi084.stdout:(1/32): ceph-base-19.0.0-3353.gf8e6d2d7.el9.x86 8.2 MB/s | 5.4 MB 00:00 2024-05-03T09:33:32.303 INFO:teuthology.orchestra.run.smithi084.stdout:(2/32): ceph-selinux-19.0.0-3353.gf8e6d2d7.el9. 378 kB/s | 25 kB 00:00 2024-05-03T09:33:32.403 INFO:teuthology.orchestra.run.smithi084.stdout:(3/32): libcephfs2-19.0.0-3353.gf8e6d2d7.el9.x8 7.3 MB/s | 746 kB 00:00 2024-05-03T09:33:32.528 INFO:teuthology.orchestra.run.smithi084.stdout:(4/32): ceph-radosgw-19.0.0-3353.gf8e6d2d7.el9. 11 MB/s | 11 MB 00:00 2024-05-03T09:33:32.554 INFO:teuthology.orchestra.run.smithi084.stdout:(5/32): libradosstriper1-19.0.0-3353.gf8e6d2d7. 3.3 MB/s | 501 kB 00:00 2024-05-03T09:33:32.629 INFO:teuthology.orchestra.run.smithi084.stdout:(6/32): python3-ceph-argparse-19.0.0-3353.gf8e6 602 kB/s | 45 kB 00:00 2024-05-03T09:33:32.712 INFO:teuthology.orchestra.run.smithi084.stdout:(7/32): python3-ceph-common-19.0.0-3353.gf8e6d2 1.6 MB/s | 135 kB 00:00 2024-05-03T09:33:32.813 INFO:teuthology.orchestra.run.smithi084.stdout:(8/32): librgw2-19.0.0-3353.gf8e6d2d7.el9.x86_6 19 MB/s | 5.4 MB 00:00 2024-05-03T09:33:32.838 INFO:teuthology.orchestra.run.smithi084.stdout:(9/32): python3-cephfs-19.0.0-3353.gf8e6d2d7.el 1.3 MB/s | 161 kB 00:00 2024-05-03T09:33:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:(10/32): python3-rados-19.0.0-3353.gf8e6d2d7.el 4.2 MB/s | 321 kB 00:00 2024-05-03T09:33:32.922 INFO:teuthology.orchestra.run.smithi084.stdout:(11/32): python3-rbd-19.0.0-3353.gf8e6d2d7.el9. 3.5 MB/s | 298 kB 00:00 2024-05-03T09:33:32.948 INFO:teuthology.orchestra.run.smithi084.stdout:(12/32): python3-rgw-19.0.0-3353.gf8e6d2d7.el9. 1.7 MB/s | 99 kB 00:00 2024-05-03T09:33:33.173 INFO:teuthology.orchestra.run.smithi084.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 427 kB/s | 107 kB 00:00 2024-05-03T09:33:33.198 INFO:teuthology.orchestra.run.smithi084.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 640 kB/s | 160 kB 00:00 2024-05-03T09:33:33.240 INFO:teuthology.orchestra.run.smithi084.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 676 kB/s | 45 kB 00:00 2024-05-03T09:33:33.298 INFO:teuthology.orchestra.run.smithi084.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.5 MB/s | 662 kB 00:00 2024-05-03T09:33:33.342 INFO:teuthology.orchestra.run.smithi084.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-05-03T09:33:33.358 INFO:teuthology.orchestra.run.smithi084.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 717 kB/s | 42 kB 00:00 2024-05-03T09:33:33.408 INFO:teuthology.orchestra.run.smithi084.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-05-03T09:33:33.425 INFO:teuthology.orchestra.run.smithi084.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 535 kB/s | 36 kB 00:00 2024-05-03T09:33:33.458 INFO:teuthology.orchestra.run.smithi084.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 942 kB/s | 47 kB 00:00 2024-05-03T09:33:33.625 INFO:teuthology.orchestra.run.smithi084.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.5 MB/s | 309 kB 00:00 2024-05-03T09:33:33.667 INFO:teuthology.orchestra.run.smithi084.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 626 kB/s | 26 kB 00:00 2024-05-03T09:33:33.718 INFO:teuthology.orchestra.run.smithi084.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 969 kB/s | 49 kB 00:00 2024-05-03T09:33:33.768 INFO:teuthology.orchestra.run.smithi084.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-05-03T09:33:33.835 INFO:teuthology.orchestra.run.smithi084.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-05-03T09:33:33.885 INFO:teuthology.orchestra.run.smithi084.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.8 MB/s | 192 kB 00:00 2024-05-03T09:33:33.919 INFO:teuthology.orchestra.run.smithi084.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.4 MB/s | 839 kB 00:00 2024-05-03T09:33:33.969 INFO:teuthology.orchestra.run.smithi084.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-05-03T09:33:34.311 INFO:teuthology.orchestra.run.smithi084.stdout:(30/32): librados2-19.0.0-3353.gf8e6d2d7.el9.x8 8.7 MB/s | 3.4 MB 00:00 2024-05-03T09:33:34.370 INFO:teuthology.orchestra.run.smithi084.stdout:(31/32): librbd1-19.0.0-3353.gf8e6d2d7.el9.x86_ 7.9 MB/s | 3.1 MB 00:00 2024-05-03T09:33:35.162 INFO:teuthology.orchestra.run.smithi084.stdout:(32/32): ceph-common-19.0.0-3353.gf8e6d2d7.el9. 5.9 MB/s | 21 MB 00:03 2024-05-03T09:33:35.166 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:35.166 INFO:teuthology.orchestra.run.smithi084.stdout:Total 16 MB/s | 60 MB 00:03 2024-05-03T09:33:35.262 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:33:35.298 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:33:35.298 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:33:35.763 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:33:35.763 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:33:36.484 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /sys 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /proc 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /mnt 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /var/tmp 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /home 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /root 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout:skipping the directory /tmp 2024-05-03T09:33:36.485 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:37.242 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:33:37.320 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-03T09:33:37.357 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-03T09:33:37.383 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-03T09:33:37.406 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:37.423 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-03T09:33:37.485 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:37.510 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:37.510 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:33:37.510 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:33:37.511 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:37.511 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:37.511 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:37.513 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:37.604 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:37.605 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:37.623 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:37.685 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-03T09:33:38.061 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-03T09:33:38.193 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:38.317 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:38.405 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 8/34 2024-05-03T09:33:38.428 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:38.473 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 9/34 2024-05-03T09:33:38.502 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-03T09:33:38.545 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 11/34 2024-05-03T09:33:38.614 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:38.638 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:38.702 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 13/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:33:38.729 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:33:38.730 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:38.731 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:33:38.732 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:33:38.736 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-03T09:33:38.843 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-03T09:33:38.871 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-03T09:33:38.911 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-03T09:33:38.944 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-03T09:33:38.973 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-03T09:33:39.006 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /sys 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /proc 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /mnt 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /var/tmp 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /home 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /root 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /tmp 2024-05-03T09:33:39.152 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:39.338 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-03T09:33:39.378 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:39.467 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 22/34 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout:Upgraded: 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:33:39.498 INFO:teuthology.orchestra.run.smithi181.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:33:39.499 INFO:teuthology.orchestra.run.smithi181.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:33:39.500 INFO:teuthology.orchestra.run.smithi181.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:33:39.501 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:39.501 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:33:39.501 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 23/34 2024-05-03T09:33:39.534 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-03T09:33:39.873 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-test 2024-05-03T09:33:40.013 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-03T09:33:40.038 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:40.108 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 26/34 2024-05-03T09:33:40.158 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:40.178 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 27/34 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:40.184 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:40.186 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:40.208 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 28/34 2024-05-03T09:33:40.269 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:40.269 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:40.392 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:29 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:33:40.514 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:33:40.514 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:40.514 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout:Install 4 Packages 2024-05-03T09:33:40.515 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:40.516 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 50 M 2024-05-03T09:33:40.516 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 211 M 2024-05-03T09:33:40.516 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:33:40.992 INFO:teuthology.orchestra.run.smithi181.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.5 MB/s | 305 kB 00:00 2024-05-03T09:33:41.042 INFO:teuthology.orchestra.run.smithi181.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-05-03T09:33:41.159 INFO:teuthology.orchestra.run.smithi181.stdout:(3/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 441 kB/s | 163 kB 00:00 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:33:41.382 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:33:41.383 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:33:41.384 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:33:41.384 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:33:41.384 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:33:41.384 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:33:41.385 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:33:41.385 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:33:41.385 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:33:41.385 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:33:41.386 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:41.386 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:33:41.386 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout:Upgraded: 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:33:42.231 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.232 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:42.233 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:33:42.497 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:42.610 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-test 2024-05-03T09:33:42.612 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:43.143 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:29 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:33:43.157 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 29/34 2024-05-03T09:33:43.199 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:43.267 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout:Install 4 Packages 2024-05-03T09:33:43.268 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:43.269 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 50 M 2024-05-03T09:33:43.269 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 211 M 2024-05-03T09:33:43.269 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:33:43.294 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 30/34 2024-05-03T09:33:43.294 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-03T09:33:43.294 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-03T09:33:43.295 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:43.325 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:43.342 INFO:teuthology.orchestra.run.smithi181.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-03T09:33:43.344 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:43.345 INFO:teuthology.orchestra.run.smithi181.stdout:Total 18 MB/s | 50 MB 00:02 2024-05-03T09:33:43.372 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:33:43.392 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:33:43.393 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:33:43.590 INFO:teuthology.orchestra.run.smithi043.stdout:(1/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 591 kB/s | 163 kB 00:00 2024-05-03T09:33:43.762 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:33:43.763 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:33:44.157 INFO:teuthology.orchestra.run.smithi043.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 361 kB/s | 305 kB 00:00 2024-05-03T09:33:44.288 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:33:44.306 INFO:teuthology.orchestra.run.smithi043.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 89 kB/s | 64 kB 00:00 2024-05-03T09:33:44.376 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:33:44.417 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:33:44.444 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:33:45.707 INFO:teuthology.orchestra.run.smithi043.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-03T09:33:45.709 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:45.709 INFO:teuthology.orchestra.run.smithi043.stdout:Total 20 MB/s | 50 MB 00:02 2024-05-03T09:33:45.737 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:33:45.760 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:33:45.760 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:33:46.151 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:33:46.151 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:33:46.699 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:33:46.784 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:33:46.823 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:33:46.850 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:33:49.052 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:33:49.125 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:33:51.561 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:33:51.561 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:33:51.562 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:33:51.562 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:33:51.724 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:33:51.800 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:33:51.840 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:33:51.840 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:51.841 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:33:52.172 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph 2024-05-03T09:33:52.714 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:41 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /root 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2024-05-03T09:33:52.747 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:52.843 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:33:52.846 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:33:52.847 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:33:52.848 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout:Install 36 Packages 2024-05-03T09:33:52.849 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:33:52.850 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 30 M 2024-05-03T09:33:52.850 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 108 M 2024-05-03T09:33:52.850 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:33:53.527 INFO:teuthology.orchestra.run.smithi181.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-05-03T09:33:53.686 INFO:teuthology.orchestra.run.smithi181.stdout:(2/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.0 MB/s | 2.4 MB 00:00 2024-05-03T09:33:53.735 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:53.759 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/34 2024-05-03T09:33:53.759 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:33:53.759 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-03T09:33:53.760 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:53.760 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-03T09:33:53.760 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:53.762 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:53.846 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-03T09:33:53.846 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:54.136 INFO:teuthology.orchestra.run.smithi181.stdout:(3/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-05-03T09:33:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:33:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:33:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:33:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:33:54.303 INFO:teuthology.orchestra.run.smithi181.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 1.5 MB/s | 249 kB 00:00 2024-05-03T09:33:54.471 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:33:54.471 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:54.472 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:33:54.529 INFO:teuthology.orchestra.run.smithi181.stdout:(5/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 20 MB/s | 17 MB 00:00 2024-05-03T09:33:54.793 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph 2024-05-03T09:33:54.982 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:54.982 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/34 2024-05-03T09:33:54.982 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_6 6/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 7/34 2024-05-03T09:33:54.983 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9. 8/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x8 9/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 10/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 11/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 12/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 13/34 2024-05-03T09:33:54.984 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-03T09:33:54.985 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-03T09:33:54.986 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 31/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-03T09:33:54.987 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/34 2024-05-03T09:33:55.054 INFO:teuthology.orchestra.run.smithi181.stdout:(6/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.1 MB/s | 4.7 MB 00:01 2024-05-03T09:33:55.296 INFO:teuthology.orchestra.run.smithi181.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 255 kB/s | 253 kB 00:00 2024-05-03T09:33:55.334 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:41 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:33:55.465 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:33:55.468 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:33:55.469 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:33:55.470 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout:Install 36 Packages 2024-05-03T09:33:55.471 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:33:55.472 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 30 M 2024-05-03T09:33:55.472 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 108 M 2024-05-03T09:33:55.472 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:33:55.571 INFO:teuthology.orchestra.run.smithi181.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 1.2 MB/s | 1.2 MB 00:01 2024-05-03T09:33:55.811 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-03T09:33:55.811 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.812 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.813 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: re2-1:20211101-3.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:33:55.814 INFO:teuthology.orchestra.run.smithi181.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 140 kB/s | 106 kB 00:00 2024-05-03T09:33:56.105 INFO:teuthology.orchestra.run.smithi181.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 172 kB/s | 135 kB 00:00 2024-05-03T09:33:56.161 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2024-05-03T09:33:56.239 INFO:teuthology.orchestra.run.smithi181.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-05-03T09:33:56.258 INFO:teuthology.orchestra.run.smithi043.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-05-03T09:33:56.289 INFO:teuthology.orchestra.run.smithi181.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-05-03T09:33:56.314 INFO:teuthology.orchestra.run.smithi181.stdout:(13/36): python3-requests-2.25.1-8.el9.noarch.r 174 kB/s | 125 kB 00:00 2024-05-03T09:33:56.339 INFO:teuthology.orchestra.run.smithi181.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 694 kB/s | 35 kB 00:00 2024-05-03T09:33:56.389 INFO:teuthology.orchestra.run.smithi181.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 831 kB/s | 42 kB 00:00 2024-05-03T09:33:56.423 INFO:teuthology.orchestra.run.smithi181.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-05-03T09:33:56.451 INFO:teuthology.orchestra.run.smithi043.stdout:(2/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-05-03T09:33:56.482 INFO:teuthology.orchestra.run.smithi181.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 243 kB/s | 22 kB 00:00 2024-05-03T09:33:56.624 INFO:teuthology.orchestra.run.smithi181.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 306 kB/s | 43 kB 00:00 2024-05-03T09:33:56.649 INFO:teuthology.orchestra.run.smithi181.stdout:(19/36): python3-urllib3-1.26.5-5.el9.noarch.rp 257 kB/s | 215 kB 00:00 2024-05-03T09:33:56.675 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:27 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:33:56.749 INFO:teuthology.orchestra.run.smithi181.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 464 kB/s | 151 kB 00:00 2024-05-03T09:33:56.793 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 49 M 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 163 k 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-03T09:33:56.794 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 50 M 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 211 M 2024-05-03T09:33:56.795 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:33:56.833 INFO:teuthology.orchestra.run.smithi181.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-05-03T09:33:56.908 INFO:teuthology.orchestra.run.smithi181.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 604 kB/s | 172 kB 00:00 2024-05-03T09:33:56.976 INFO:teuthology.orchestra.run.smithi043.stdout:(3/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.6 MB/s | 4.7 MB 00:00 2024-05-03T09:33:56.999 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-05-03T09:33:57.026 INFO:teuthology.orchestra.run.smithi043.stdout:(4/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-05-03T09:33:57.041 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-03T09:33:57.051 INFO:teuthology.orchestra.run.smithi043.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 3.2 MB/s | 249 kB 00:00 2024-05-03T09:33:57.100 INFO:teuthology.orchestra.run.smithi181.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 66 kB/s | 18 kB 00:00 2024-05-03T09:33:57.133 INFO:teuthology.orchestra.run.smithi181.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 740 kB/s | 358 kB 00:00 2024-05-03T09:33:57.191 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): libcephsqlite-19.0.0-3353.gf8e6d2d7.el9. 462 kB/s | 163 kB 00:00 2024-05-03T09:33:57.250 INFO:teuthology.orchestra.run.smithi181.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 129 kB/s | 19 kB 00:00 2024-05-03T09:33:57.260 INFO:teuthology.orchestra.run.smithi043.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-03T09:33:57.327 INFO:teuthology.orchestra.run.smithi043.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-05-03T09:33:57.377 INFO:teuthology.orchestra.run.smithi043.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 3.8 MB/s | 1.2 MB 00:00 2024-05-03T09:33:57.401 INFO:teuthology.orchestra.run.smithi181.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 74 kB/s | 20 kB 00:00 2024-05-03T09:33:57.552 INFO:teuthology.orchestra.run.smithi043.stdout:(9/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86_ 15 MB/s | 17 MB 00:01 2024-05-03T09:33:57.559 INFO:teuthology.orchestra.run.smithi181.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 150 kB/s | 46 kB 00:00 2024-05-03T09:33:57.578 INFO:teuthology.orchestra.run.smithi043.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 539 kB/s | 135 kB 00:00 2024-05-03T09:33:57.584 INFO:teuthology.orchestra.run.smithi181.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 429 kB/s | 79 kB 00:00 2024-05-03T09:33:57.603 INFO:teuthology.orchestra.run.smithi043.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 553 kB/s | 125 kB 00:00 2024-05-03T09:33:57.628 INFO:teuthology.orchestra.run.smithi043.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-05-03T09:33:57.827 INFO:teuthology.orchestra.run.smithi181.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 68 kB/s | 16 kB 00:00 2024-05-03T09:33:57.919 INFO:teuthology.orchestra.run.smithi181.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 758 kB/s | 272 kB 00:00 2024-05-03T09:33:58.011 INFO:teuthology.orchestra.run.smithi181.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 489 kB/s | 90 kB 00:00 2024-05-03T09:33:58.052 INFO:teuthology.orchestra.run.smithi181.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-05-03T09:33:58.237 INFO:teuthology.orchestra.run.smithi043.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 57 kB/s | 35 kB 00:00 2024-05-03T09:33:58.244 INFO:teuthology.orchestra.run.smithi181.stdout:(33/36): python3-jaraco-collections-3.0.0-8.el9 17 kB/s | 23 kB 00:01 2024-05-03T09:33:58.353 INFO:teuthology.orchestra.run.smithi181.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-05-03T09:33:58.362 INFO:teuthology.orchestra.run.smithi043.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 240 kB/s | 188 kB 00:00 2024-05-03T09:33:58.387 INFO:teuthology.orchestra.run.smithi043.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 220 kB/s | 172 kB 00:00 2024-05-03T09:33:58.537 INFO:teuthology.orchestra.run.smithi181.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 883 kB/s | 427 kB 00:00 2024-05-03T09:33:58.880 INFO:teuthology.orchestra.run.smithi043.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 79 kB/s | 51 kB 00:00 2024-05-03T09:33:58.971 INFO:teuthology.orchestra.run.smithi043.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 38 kB/s | 22 kB 00:00 2024-05-03T09:33:58.988 INFO:teuthology.orchestra.run.smithi043.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 67 kB/s | 42 kB 00:00 2024-05-03T09:33:59.247 INFO:teuthology.orchestra.run.smithi043.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-05-03T09:33:59.272 INFO:teuthology.orchestra.run.smithi043.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-05-03T09:33:59.339 INFO:teuthology.orchestra.run.smithi043.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-05-03T09:33:59.345 INFO:teuthology.orchestra.run.smithi181.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 172 kB/s | 230 kB 00:01 2024-05-03T09:33:59.349 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:59.349 INFO:teuthology.orchestra.run.smithi181.stdout:Total 4.6 MB/s | 30 MB 00:06 2024-05-03T09:33:59.381 INFO:teuthology.orchestra.run.smithi043.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 438 kB/s | 172 kB 00:00 2024-05-03T09:33:59.406 INFO:teuthology.orchestra.run.smithi043.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-05-03T09:33:59.448 INFO:teuthology.orchestra.run.smithi043.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-05-03T09:33:59.487 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:33:59.490 INFO:teuthology.orchestra.run.smithi043.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-05-03T09:33:59.516 INFO:teuthology.orchestra.run.smithi043.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-03T09:33:59.527 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:33:59.527 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:33:59.540 INFO:teuthology.orchestra.run.smithi043.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-05-03T09:33:59.566 INFO:teuthology.orchestra.run.smithi043.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-05-03T09:33:59.599 INFO:teuthology.orchestra.run.smithi043.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 941 kB/s | 79 kB 00:00 2024-05-03T09:33:59.642 INFO:teuthology.orchestra.run.smithi043.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-05-03T09:33:59.684 INFO:teuthology.orchestra.run.smithi043.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-05-03T09:33:59.709 INFO:teuthology.orchestra.run.smithi043.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 827 kB/s | 90 kB 00:00 2024-05-03T09:33:59.734 INFO:teuthology.orchestra.run.smithi043.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-05-03T09:33:59.776 INFO:teuthology.orchestra.run.smithi043.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-05-03T09:33:59.809 INFO:teuthology.orchestra.run.smithi043.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-05-03T09:33:59.823 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:33:59.827 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:33:59.893 INFO:teuthology.orchestra.run.smithi043.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-05-03T09:33:59.900 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:33:59.900 INFO:teuthology.orchestra.run.smithi043.stdout:Total 6.8 MB/s | 30 MB 00:04 2024-05-03T09:34:00.044 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:00.087 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:00.088 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:00.401 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:00.402 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:00.566 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): ceph-test-19.0.0-3353.gf8e6d2d7.el9.x86_ 13 MB/s | 49 MB 00:03 2024-05-03T09:34:00.570 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:00.570 INFO:teuthology.orchestra.run.smithi084.stdout:Total 13 MB/s | 50 MB 00:03 2024-05-03T09:34:00.595 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:00.616 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:00.616 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:00.984 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:00.985 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:01.069 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:01.131 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:34:01.164 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:34:01.192 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:34:01.273 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:34:01.349 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:34:01.382 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:34:01.475 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:34:01.512 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:01.569 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:34:01.583 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-03T09:34:01.618 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:34:01.623 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-03T09:34:01.643 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:34:01.653 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:34:01.683 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:01.683 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:34:01.717 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:34:01.751 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:34:01.754 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:34:01.787 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:34:01.791 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:34:01.815 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:34:01.826 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:34:01.861 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:34:01.883 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:34:01.899 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:34:01.931 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:34:01.964 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:34:01.973 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:34:02.060 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:34:02.121 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:34:02.138 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:34:02.184 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:34:02.217 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:34:02.218 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:34:02.248 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:34:02.269 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:34:02.282 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:34:02.308 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:34:02.315 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:34:02.357 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:34:02.365 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:34:02.400 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:34:02.421 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:34:02.434 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:34:02.473 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:34:02.551 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:34:02.618 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:34:02.662 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:34:02.703 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:34:02.740 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:34:02.813 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:34:02.829 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:34:02.868 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:34:02.869 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:34:02.914 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:34:02.972 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:34:02.997 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:34:03.036 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:34:03.166 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:34:03.196 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:03.222 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:03.222 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:03.222 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:34:03.222 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:03.223 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:03.223 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:03.232 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:34:03.286 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:34:03.366 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:34:03.455 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:34:03.501 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:34:03.623 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:34:03.788 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:34:03.819 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:03.847 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:04.673 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:04.698 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:04.698 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:04.698 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:34:04.698 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:04.698 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:04.699 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:05.140 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:05.162 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:05.162 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:05.162 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:34:05.162 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:05.162 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:05.163 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:05.379 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:05.390 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:05.406 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:05.406 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:05.406 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:34:05.407 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:05.407 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:05.407 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:05.413 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:05.477 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:05.871 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:05.895 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:05.896 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:05.896 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:34:05.896 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:05.896 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:05.896 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:06.130 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:06.154 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:06.154 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:06.154 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:34:06.154 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:06.155 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:06.155 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:06.212 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:06.243 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/4 2024-05-03T09:34:06.323 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:34:07.179 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:34:07.180 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:34:07.181 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:34:07.954 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:34:07.955 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:34:07.956 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:34:07.957 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:34:07.957 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:34:07.957 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:34:07.957 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:34:07.957 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:34:08.085 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:34:08.085 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:08.085 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:34:08.086 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:34:08.087 INFO:teuthology.orchestra.run.smithi181.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:34:08.088 INFO:teuthology.orchestra.run.smithi181.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:34:08.089 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:08.089 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:08.485 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-base 2024-05-03T09:34:08.549 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/4 2024-05-03T09:34:08.550 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/4 2024-05-03T09:34:08.550 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/4 2024-05-03T09:34:08.550 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-03T09:34:08.842 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:08.843 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:08.918 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:34:08.918 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:08.918 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:08.918 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.918 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:34:08.919 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:34:08.920 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:08.921 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:09.004 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:58 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:09.082 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:09.122 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:09.123 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:09.124 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:09.134 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2024-05-03T09:34:09.201 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install cephadm 2024-05-03T09:34:09.265 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-base 2024-05-03T09:34:09.647 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:40 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:09.703 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:58 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:09.773 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout: ceph x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 6.6 k 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 2.4 M 2024-05-03T09:34:09.775 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 1.5 M 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 249 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 4.7 M 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 17 M 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-03T09:34:09.776 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-03T09:34:09.777 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout:Install 36 Packages 2024-05-03T09:34:09.778 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:09.779 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 30 M 2024-05-03T09:34:09.779 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 108 M 2024-05-03T09:34:09.779 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:09.804 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:55 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:09.822 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:09.823 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 762 k 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 769 k 2024-05-03T09:34:09.824 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:09.885 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:09.929 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:09.930 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:34:09.930 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:10.013 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install cephadm 2024-05-03T09:34:10.433 INFO:teuthology.orchestra.run.smithi084.stdout:(1/36): ceph-19.0.0-3353.gf8e6d2d7.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-05-03T09:34:10.439 INFO:teuthology.orchestra.run.smithi181.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.2 MB/s | 762 kB 00:00 2024-05-03T09:34:10.440 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:10.440 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.2 MB/s | 762 kB 00:00 2024-05-03T09:34:10.440 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:10.445 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:10.445 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:10.451 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:10.452 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:10.525 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:10.540 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:56 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:10.664 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:10.664 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:10.664 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:10.664 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 762 k 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 769 k 2024-05-03T09:34:10.665 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:10.800 INFO:teuthology.orchestra.run.smithi084.stdout:(2/36): ceph-mgr-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.8 MB/s | 1.5 MB 00:00 2024-05-03T09:34:10.989 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.110 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.142 INFO:teuthology.orchestra.run.smithi084.stdout:(3/36): ceph-mon-19.0.0-3353.gf8e6d2d7.el9.x86_ 6.6 MB/s | 4.7 MB 00:00 2024-05-03T09:34:11.200 INFO:teuthology.orchestra.run.smithi084.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3353.gf8e6 4.2 MB/s | 249 kB 00:00 2024-05-03T09:34:11.223 INFO:teuthology.orchestra.run.smithi043.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.3 MB/s | 762 kB 00:00 2024-05-03T09:34:11.224 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:11.224 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.3 MB/s | 762 kB 00:00 2024-05-03T09:34:11.225 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:11.230 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:11.230 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:11.237 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:11.237 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:11.259 INFO:teuthology.orchestra.run.smithi084.stdout:(5/36): ceph-mds-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.4 MB/s | 2.4 MB 00:00 2024-05-03T09:34:11.311 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:11.390 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.426 INFO:teuthology.orchestra.run.smithi084.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-03T09:34:11.484 INFO:teuthology.orchestra.run.smithi084.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-05-03T09:34:11.568 INFO:teuthology.orchestra.run.smithi084.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-05-03T09:34:11.635 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.636 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:11.636 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:11.636 INFO:teuthology.orchestra.run.smithi181.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:11.636 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:11.636 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:11.651 INFO:teuthology.orchestra.run.smithi084.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-05-03T09:34:11.752 INFO:teuthology.orchestra.run.smithi084.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-05-03T09:34:11.777 INFO:teuthology.orchestra.run.smithi084.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.7 MB/s | 215 kB 00:00 2024-05-03T09:34:11.778 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.871 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:11.921 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:34:11.969 INFO:teuthology.orchestra.run.smithi084.stdout:(12/36): ceph-osd-19.0.0-3353.gf8e6d2d7.el9.x86 14 MB/s | 17 MB 00:01 2024-05-03T09:34:12.170 INFO:teuthology.orchestra.run.smithi084.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 174 kB/s | 35 kB 00:00 2024-05-03T09:34:12.173 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:12.195 INFO:teuthology.orchestra.run.smithi084.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 426 kB/s | 188 kB 00:00 2024-05-03T09:34:12.220 INFO:teuthology.orchestra.run.smithi084.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 389 kB/s | 172 kB 00:00 2024-05-03T09:34:12.245 INFO:teuthology.orchestra.run.smithi084.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 677 kB/s | 51 kB 00:00 2024-05-03T09:34:12.271 INFO:teuthology.orchestra.run.smithi084.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-05-03T09:34:12.296 INFO:teuthology.orchestra.run.smithi084.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 295 kB/s | 22 kB 00:00 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:12.422 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:12.436 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:01 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:12.559 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:12.559 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 145 k 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 435 k 2024-05-03T09:34:12.560 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:12.662 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:34:12.738 INFO:teuthology.orchestra.run.smithi084.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 93 kB/s | 43 kB 00:00 2024-05-03T09:34:12.765 INFO:teuthology.orchestra.run.smithi181.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 710 kB/s | 145 kB 00:00 2024-05-03T09:34:12.766 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:12.766 INFO:teuthology.orchestra.run.smithi181.stdout:Total 703 kB/s | 145 kB 00:00 2024-05-03T09:34:12.766 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:12.774 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:12.774 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:12.830 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:12.830 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:12.846 INFO:teuthology.orchestra.run.smithi084.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 251 kB/s | 151 kB 00:00 2024-05-03T09:34:12.905 INFO:teuthology.orchestra.run.smithi084.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 282 kB/s | 172 kB 00:00 2024-05-03T09:34:12.963 INFO:teuthology.orchestra.run.smithi084.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-05-03T09:34:12.977 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:13.014 INFO:teuthology.orchestra.run.smithi084.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-05-03T09:34:13.049 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:13.072 INFO:teuthology.orchestra.run.smithi084.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-05-03T09:34:13.073 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:13.074 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:13.074 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:34:13.074 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:13.106 INFO:teuthology.orchestra.run.smithi084.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 975 kB/s | 358 kB 00:00 2024-05-03T09:34:13.139 INFO:teuthology.orchestra.run.smithi084.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-05-03T09:34:13.173 INFO:teuthology.orchestra.run.smithi084.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-05-03T09:34:13.195 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:13.215 INFO:teuthology.orchestra.run.smithi084.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-05-03T09:34:13.274 INFO:teuthology.orchestra.run.smithi084.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-05-03T09:34:13.323 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:13.336 INFO:teuthology.orchestra.run.smithi084.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-05-03T09:34:13.336 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:13.336 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:34:13.336 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 145 k 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 435 k 2024-05-03T09:34:13.337 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:13.391 INFO:teuthology.orchestra.run.smithi084.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-05-03T09:34:13.424 INFO:teuthology.orchestra.run.smithi084.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 598 kB/s | 90 kB 00:00 2024-05-03T09:34:13.450 INFO:teuthology.orchestra.run.smithi084.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 284 kB/s | 36 kB 00:00 2024-05-03T09:34:13.542 INFO:teuthology.orchestra.run.smithi084.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.5 MB/s | 230 kB 00:00 2024-05-03T09:34:13.554 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 633 kB/s | 145 kB 00:00 2024-05-03T09:34:13.555 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:13.555 INFO:teuthology.orchestra.run.smithi043.stdout:Total 628 kB/s | 145 kB 00:00 2024-05-03T09:34:13.555 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:13.563 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:13.563 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:13.605 INFO:teuthology.orchestra.run.smithi084.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 129 kB/s | 20 kB 00:00 2024-05-03T09:34:13.623 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:13.623 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:13.701 INFO:teuthology.orchestra.run.smithi084.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-05-03T09:34:13.707 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:13.708 INFO:teuthology.orchestra.run.smithi084.stdout:Total 7.7 MB/s | 30 MB 00:03 2024-05-03T09:34:13.774 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:13.842 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:13.846 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:13.873 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:13.873 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:13.873 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:34:13.873 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:13.880 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:13.880 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:13.929 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:13.930 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:13.930 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:13.930 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:13.930 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:13.930 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:14.157 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr 2024-05-03T09:34:14.174 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:14.176 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:14.678 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:03 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:14.738 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:14.738 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:14.738 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:14.739 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:14.739 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:14.739 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:14.760 INFO:teuthology.orchestra.run.smithi181.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:14.801 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:14.802 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:14.802 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:14.880 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:34:14.974 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr 2024-05-03T09:34:15.390 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:04 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:15.430 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:15.486 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-03T09:34:15.509 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:01 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:15.511 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:15.512 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:15.512 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:15.512 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:15.512 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:34:15.513 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 8.6 M 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 104 M 2024-05-03T09:34:15.514 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:15.519 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-03T09:34:15.547 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-03T09:34:15.589 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:15.619 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-03T09:34:15.633 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:15.634 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:34:15.634 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:15.671 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-03T09:34:15.704 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-03T09:34:15.709 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:34:15.797 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-03T09:34:15.883 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-03T09:34:15.923 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-03T09:34:15.958 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-03T09:34:15.997 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-03T09:34:16.031 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-03T09:34:16.064 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-03T09:34:16.105 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-03T09:34:16.148 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-03T09:34:16.183 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-03T09:34:16.221 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-03T09:34:16.243 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:02 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:16.269 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 133 kB/s | 34 kB 00:00 2024-05-03T09:34:16.286 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 60 kB/s | 16 kB 00:00 2024-05-03T09:34:16.294 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-03T09:34:16.371 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:16.372 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:16.372 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:16.372 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:16.372 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:16.372 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:34:16.373 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-05-03T09:34:16.374 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:16.375 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 8.6 M 2024-05-03T09:34:16.375 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 104 M 2024-05-03T09:34:16.375 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:16.434 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-03T09:34:16.513 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-03T09:34:16.561 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 979 kB/s | 269 kB 00:00 2024-05-03T09:34:16.574 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-03T09:34:16.612 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-03T09:34:16.653 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 5.5 MB/s | 3.5 MB 00:00 2024-05-03T09:34:16.661 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-03T09:34:16.695 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.4 MB/s | 1.0 MB 00:00 2024-05-03T09:34:16.717 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-03T09:34:16.907 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3353.gf8 178 kB/s | 34 kB 00:00 2024-05-03T09:34:16.913 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-03T09:34:16.929 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.3 MB/s | 863 kB 00:00 2024-05-03T09:34:16.983 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-03T09:34:17.007 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 56 kB/s | 16 kB 00:00 2024-05-03T09:34:17.070 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-03T09:34:17.115 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-05-03T09:34:17.166 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-05-03T09:34:17.168 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-03T09:34:17.207 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-03T09:34:17.212 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 39 kB/s | 19 kB 00:00 2024-05-03T09:34:17.325 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-03T09:34:17.341 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 5.7 MB/s | 3.5 MB 00:00 2024-05-03T09:34:17.479 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 31/36 2024-05-03T09:34:17.501 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 32/36 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-03T09:34:17.525 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:17.533 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-05-03T09:34:17.558 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-05-03T09:34:17.571 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 403 kB/s | 144 kB 00:00 2024-05-03T09:34:17.667 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-03T09:34:17.680 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-05-03T09:34:17.725 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 540 kB/s | 31 kB 00:00 2024-05-03T09:34:17.797 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 479 kB/s | 548 kB 00:01 2024-05-03T09:34:17.817 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-05-03T09:34:17.834 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 523 kB/s | 144 kB 00:00 2024-05-03T09:34:18.010 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.3 MB/s | 2.0 MB 00:00 2024-05-03T09:34:18.013 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:18.013 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.3 MB/s | 8.6 MB 00:01 2024-05-03T09:34:18.038 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 526 kB/s | 188 kB 00:00 2024-05-03T09:34:18.063 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:18.081 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:18.082 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:18.247 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:18.248 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:18.782 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:18.869 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:34:18.904 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:34:18.968 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:18.977 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 33/36 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-03T09:34:18.995 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:19.005 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:34:19.088 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:34:19.220 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:34:19.312 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:34:19.362 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:34:19.397 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:19.430 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:34:19.445 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:19.467 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 34/36 2024-05-03T09:34:19.468 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:19.468 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-03T09:34:19.468 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:19.468 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-03T09:34:19.468 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:19.695 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:19.717 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 35/36 2024-05-03T09:34:19.717 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:19.718 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-03T09:34:19.718 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:19.718 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-03T09:34:19.718 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:19.790 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:19.855 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 713 kB/s | 2.0 MB 00:02 2024-05-03T09:34:19.861 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:19.861 INFO:teuthology.orchestra.run.smithi181.stdout:Total 2.0 MB/s | 8.6 MB 00:04 2024-05-03T09:34:19.913 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:19.931 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:19.932 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:20.086 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:20.087 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:20.535 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:34:20.572 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:20.628 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:20.706 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:34:20.749 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:34:20.804 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:34:20.835 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:34:20.910 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:34:21.037 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:34:21.130 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:34:21.173 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:34:21.210 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:21.242 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:34:21.480 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 36/36 2024-05-03T09:34:21.480 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/36 2024-05-03T09:34:21.480 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/36 2024-05-03T09:34:21.480 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 3/36 2024-05-03T09:34:21.480 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 4/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 5/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9. 6/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-03T09:34:21.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-03T09:34:21.482 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-03T09:34:21.483 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-03T09:34:21.484 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:34:21.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:34:21.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:34:22.204 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:34:22.204 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:22.204 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:22.204 INFO:teuthology.orchestra.run.smithi043.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:22.205 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:22.290 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:34:22.326 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:22.340 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: lua-5.4.4-4.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-03T09:34:22.341 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply-3.11-14.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-03T09:34:22.342 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:22.343 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:22.471 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:34:22.693 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-base 2024-05-03T09:34:23.003 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:09 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:23.131 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:34:23.132 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout:======================================================================================= 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout:Install 12 Packages 2024-05-03T09:34:23.133 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:23.134 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 38 M 2024-05-03T09:34:23.134 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 209 M 2024-05-03T09:34:23.134 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:23.210 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:23.287 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-base-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:23.329 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:23.330 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:34:23.330 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:23.408 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install cephadm 2024-05-03T09:34:23.575 INFO:teuthology.orchestra.run.smithi043.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.8 MB/s | 195 kB 00:00 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:34:23.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:34:23.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:23.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:34:23.598 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:34:23.626 INFO:teuthology.orchestra.run.smithi043.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.1 MB/s | 803 kB 00:00 2024-05-03T09:34:23.709 INFO:teuthology.orchestra.run.smithi043.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 246 kB/s | 33 kB 00:00 2024-05-03T09:34:23.759 INFO:teuthology.orchestra.run.smithi043.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-05-03T09:34:23.851 INFO:teuthology.orchestra.run.smithi043.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:34:23.917 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:23.918 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:23.924 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:54 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 762 k 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 762 k 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 769 k 2024-05-03T09:34:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:24.143 INFO:teuthology.orchestra.run.smithi043.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-33 11 MB/s | 7.4 MB 00:00 2024-05-03T09:34:24.175 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:34:24.310 INFO:teuthology.orchestra.run.smithi043.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-05-03T09:34:24.479 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm-19.0.0-3353.gf8e6d2d7.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-05-03T09:34:24.480 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:24.480 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-03T09:34:24.480 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:24.485 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:24.485 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:24.491 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:24.491 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:24.565 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:24.677 INFO:teuthology.orchestra.run.smithi043.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-05-03T09:34:24.685 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:13 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:24.807 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:34:24.808 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout:======================================================================================= 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout:Install 12 Packages 2024-05-03T09:34:24.809 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:24.810 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 38 M 2024-05-03T09:34:24.810 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 209 M 2024-05-03T09:34:24.810 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:24.819 INFO:teuthology.orchestra.run.smithi043.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 250 kB 00:00 2024-05-03T09:34:24.962 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:25.056 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:25.164 INFO:teuthology.orchestra.run.smithi181.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-05-03T09:34:25.223 INFO:teuthology.orchestra.run.smithi181.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.3 MB/s | 803 kB 00:00 2024-05-03T09:34:25.340 INFO:teuthology.orchestra.run.smithi181.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 186 kB/s | 33 kB 00:00 2024-05-03T09:34:25.369 INFO:teuthology.orchestra.run.smithi043.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.1 MB/s | 4.7 MB 00:01 2024-05-03T09:34:25.415 INFO:teuthology.orchestra.run.smithi181.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-05-03T09:34:25.451 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:25.491 INFO:teuthology.orchestra.run.smithi181.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 469 kB/s | 35 kB 00:00 2024-05-03T09:34:25.553 INFO:teuthology.orchestra.run.smithi043.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.1 MB/s | 5.1 MB 00:01 2024-05-03T09:34:25.582 INFO:teuthology.orchestra.run.smithi181.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-33 12 MB/s | 7.4 MB 00:00 2024-05-03T09:34:25.682 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/1 2024-05-03T09:34:25.683 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:25.683 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:25.683 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:25.683 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:25.683 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:25.708 INFO:teuthology.orchestra.run.smithi181.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.2 MB/s | 3.0 MB 00:00 2024-05-03T09:34:25.866 INFO:teuthology.orchestra.run.smithi181.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2024-05-03T09:34:25.892 INFO:teuthology.orchestra.run.smithi181.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 791 kB/s | 244 kB 00:00 2024-05-03T09:34:25.916 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-immutable-object-cache 2024-05-03T09:34:25.984 INFO:teuthology.orchestra.run.smithi181.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 5.1 MB 00:00 2024-05-03T09:34:26.009 INFO:teuthology.orchestra.run.smithi181.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.7 MB/s | 250 kB 00:00 2024-05-03T09:34:26.424 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:57 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:26.544 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 145 k 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:34:26.545 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:26.546 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 145 k 2024-05-03T09:34:26.546 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 435 k 2024-05-03T09:34:26.546 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:26.844 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-immutable-object-cache-19.0.0-3353.gf8e6d2 486 kB/s | 145 kB 00:00 2024-05-03T09:34:26.844 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:26.844 INFO:teuthology.orchestra.run.smithi084.stdout:Total 484 kB/s | 145 kB 00:00 2024-05-03T09:34:26.845 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:26.852 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:26.852 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:26.908 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:26.908 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:27.053 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:27.120 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:27.145 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:27.145 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:27.146 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-03T09:34:27.146 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:27.967 INFO:teuthology.orchestra.run.smithi181.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.8 MB/s | 16 MB 00:02 2024-05-03T09:34:27.969 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:27.970 INFO:teuthology.orchestra.run.smithi181.stdout:Total 12 MB/s | 38 MB 00:03 2024-05-03T09:34:28.052 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7. 1/1 2024-05-03T09:34:28.052 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:28.052 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:28.052 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:28.052 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:28.053 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:28.289 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr 2024-05-03T09:34:28.321 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:28.348 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:28.348 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:28.752 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:28.752 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:28.806 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:59 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:28.886 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-mgr-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:28.931 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:28.932 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:34:28.932 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:29.002 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-dashboard 2024-05-03T09:34:29.506 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:00 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:29.564 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:29.626 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:29.627 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:29.627 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:29.627 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:29.627 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 3.5 M 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 34 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 16 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-03T09:34:29.628 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 8.6 M 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 104 M 2024-05-03T09:34:29.629 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:29.638 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:34:29.682 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:29.685 INFO:teuthology.orchestra.run.smithi043.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 3.3 MB/s | 16 MB 00:04 2024-05-03T09:34:29.687 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:29.687 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.8 MB/s | 38 MB 00:06 2024-05-03T09:34:29.782 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:29.817 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:34:29.994 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:34:29.998 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3353.gf8e 92 kB/s | 16 kB 00:00 2024-05-03T09:34:30.032 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:34:30.055 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:30.083 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:30.083 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:30.098 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3353.gf8 122 kB/s | 34 kB 00:00 2024-05-03T09:34:30.117 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:34:30.198 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-05-03T09:34:30.290 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3353.gf8e6d2d 7.5 MB/s | 3.5 MB 00:00 2024-05-03T09:34:30.316 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-05-03T09:34:30.441 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 156 kB/s | 19 kB 00:00 2024-05-03T09:34:30.520 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:30.520 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:30.625 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-05-03T09:34:30.683 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-05-03T09:34:30.750 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.6 MB/s | 2.0 MB 00:00 2024-05-03T09:34:30.765 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:34:30.775 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 335 kB/s | 31 kB 00:00 2024-05-03T09:34:30.809 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-05-03T09:34:30.879 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:34:31.176 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 884 kB/s | 863 kB 00:00 2024-05-03T09:34:31.178 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:31.179 INFO:teuthology.orchestra.run.smithi084.stdout:Total 5.6 MB/s | 8.6 MB 00:01 2024-05-03T09:34:31.225 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:31.241 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:31.241 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:31.368 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:31.394 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:31.394 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:31.432 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:34:31.476 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:31.579 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:31.627 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:34:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:34:31.834 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:34:31.913 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:34:31.916 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:32.001 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-03T09:34:32.036 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-03T09:34:32.082 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-03T09:34:32.097 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:32.113 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-03T09:34:32.189 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-03T09:34:32.313 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-03T09:34:32.400 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-03T09:34:32.443 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-03T09:34:32.472 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:32.512 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 10/12 2024-05-03T09:34:32.611 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:34:32.735 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:34:33.133 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:34:33.166 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:33.546 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 11/12 2024-05-03T09:34:33.579 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:34.041 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:34.852 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 12/12 2024-05-03T09:34:34.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el 1/12 2024-05-03T09:34:34.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noa 2/12 2024-05-03T09:34:34.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9 3/12 2024-05-03T09:34:34.852 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-03T09:34:34.853 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-03T09:34:35.138 INFO:teuthology.orchestra.run.smithi084.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:35.139 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:35.146 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:34:35.175 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:35.391 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:34:35.762 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:34:35.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:34:35.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:34:35.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:34:35.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:35.763 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:34:35.900 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:06 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:36.022 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:36.023 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:34:36.023 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:36.023 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:34:36.023 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 7.4 M 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-03T09:34:36.024 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-03T09:34:36.025 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-05-03T09:34:36.026 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:36.027 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 38 M 2024-05-03T09:34:36.028 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 209 M 2024-05-03T09:34:36.028 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:34:36.166 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:36.167 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:36.375 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.6 MB/s | 195 kB 00:00 2024-05-03T09:34:36.417 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.9 MB/s | 803 kB 00:00 2024-05-03T09:34:36.484 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 304 kB/s | 33 kB 00:00 2024-05-03T09:34:36.535 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:34:36.536 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-05-03T09:34:36.585 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-05-03T09:34:36.727 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.7 MB/s | 3.0 MB 00:00 2024-05-03T09:34:36.777 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.8 MB/s | 244 kB 00:00 2024-05-03T09:34:36.853 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-05-03T09:34:36.903 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-05-03T09:34:36.969 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 27 MB/s | 5.1 MB 00:00 2024-05-03T09:34:37.061 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:26 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:37.181 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:34:37.183 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout:Install 13 Packages 2024-05-03T09:34:37.184 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:37.185 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 2.2 M 2024-05-03T09:34:37.185 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 26 M 2024-05-03T09:34:37.185 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:37.286 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-05-03T09:34:37.370 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 6.6 MB/s | 7.4 MB 00:01 2024-05-03T09:34:37.372 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:37.372 INFO:teuthology.orchestra.run.smithi084.stdout:Total 28 MB/s | 38 MB 00:01 2024-05-03T09:34:37.434 INFO:teuthology.orchestra.run.smithi181.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 242 kB/s | 26 kB 00:00 2024-05-03T09:34:37.450 INFO:teuthology.orchestra.run.smithi181.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 156 kB/s | 19 kB 00:00 2024-05-03T09:34:37.534 INFO:teuthology.orchestra.run.smithi181.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-05-03T09:34:37.559 INFO:teuthology.orchestra.run.smithi181.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-05-03T09:34:37.601 INFO:teuthology.orchestra.run.smithi181.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-05-03T09:34:37.614 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:37.614 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:34:37.614 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:37.615 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:34:37.627 INFO:teuthology.orchestra.run.smithi181.stdout:(6/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 165 kB/s | 49 kB 00:00 2024-05-03T09:34:37.652 INFO:teuthology.orchestra.run.smithi181.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 579 kB/s | 54 kB 00:00 2024-05-03T09:34:37.722 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:37.749 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:37.749 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:37.969 INFO:teuthology.orchestra.run.smithi181.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 44 kB/s | 15 kB 00:00 2024-05-03T09:34:38.001 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:34:38.001 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:38.002 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:38.003 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:34:38.003 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:38.003 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:38.028 INFO:teuthology.orchestra.run.smithi181.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 75 kB/s | 32 kB 00:00 2024-05-03T09:34:38.158 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:38.158 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:38.203 INFO:teuthology.orchestra.run.smithi181.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 338 kB/s | 59 kB 00:00 2024-05-03T09:34:38.237 INFO:teuthology.orchestra.run.smithi181.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 352 kB/s | 206 kB 00:00 2024-05-03T09:34:38.345 INFO:teuthology.orchestra.run.smithi181.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 632 kB/s | 90 kB 00:00 2024-05-03T09:34:38.362 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:34:38.487 INFO:teuthology.orchestra.run.smithi181.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-05-03T09:34:38.490 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:38.490 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-05-03T09:34:38.554 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:38.569 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:38.569 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:38.652 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:38.653 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:38.906 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:24 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:38.974 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:39.024 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-03T09:34:39.032 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:34:39.034 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:39.035 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:39.036 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2024-05-03T09:34:39.036 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:39.036 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 2.2 M 2024-05-03T09:34:39.036 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 26 M 2024-05-03T09:34:39.036 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:39.060 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:39.159 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:39.170 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:39.194 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-03T09:34:39.309 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 266 kB/s | 26 kB 00:00 2024-05-03T09:34:39.326 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 169 kB/s | 19 kB 00:00 2024-05-03T09:34:39.354 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:34:39.374 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-03T09:34:39.401 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-03T09:34:39.418 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-05-03T09:34:39.430 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:34:39.443 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-05-03T09:34:39.478 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-03T09:34:39.485 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-05-03T09:34:39.494 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:34:39.510 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 166 kB/s | 49 kB 00:00 2024-05-03T09:34:39.535 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 583 kB/s | 54 kB 00:00 2024-05-03T09:34:39.540 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:34:39.580 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:34:39.594 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 178 kB/s | 15 kB 00:00 2024-05-03T09:34:39.620 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 239 kB/s | 32 kB 00:00 2024-05-03T09:34:39.675 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:34:39.697 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 787 kB/s | 59 kB 00:00 2024-05-03T09:34:39.729 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 1.0 MB/s | 206 kB 00:00 2024-05-03T09:34:39.762 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-05-03T09:34:39.793 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:34:39.841 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:34:39.896 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.4 MB/s | 1.0 MB 00:00 2024-05-03T09:34:39.897 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:39.897 INFO:teuthology.orchestra.run.smithi043.stdout:Total 2.6 MB/s | 2.2 MB 00:00 2024-05-03T09:34:39.963 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:39.978 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:39.979 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:40.072 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:40.072 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:40.118 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-03T09:34:40.232 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-03T09:34:40.576 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:34:40.592 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:40.630 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:34:40.664 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:34:40.712 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:34:40.734 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:40.776 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:34:40.840 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:34:40.904 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:34:40.940 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:34:40.982 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:34:41.080 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:34:41.198 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:34:41.251 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:34:41.456 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:34:41.482 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:34:41.483 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:34:41.483 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:34:41.483 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:34:41.483 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:34:41.780 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:34:41.781 INFO:teuthology.orchestra.run.smithi181.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:34:41.782 INFO:teuthology.orchestra.run.smithi181.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:34:41.782 INFO:teuthology.orchestra.run.smithi181.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:34:41.782 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:41.782 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:42.025 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:34:42.031 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:34:42.072 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:34:42.106 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:34:42.155 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:34:42.183 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:42.499 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-03T09:34:42.526 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:42.543 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:31 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:42.664 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:42.666 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:42.666 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:42.666 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:42.666 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:42.666 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:34:42.667 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:42.667 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:34:42.667 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:34:42.667 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:34:42.667 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout:Install 6 Packages 2024-05-03T09:34:42.668 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:42.669 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 7.0 M 2024-05-03T09:34:42.669 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 33 M 2024-05-03T09:34:42.669 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:34:42.884 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:34:43.225 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:34:43.225 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:34:43.226 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:34:43.227 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:43.227 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:43.240 INFO:teuthology.orchestra.run.smithi181.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-05-03T09:34:43.307 INFO:teuthology.orchestra.run.smithi181.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 658 kB/s | 142 kB 00:00 2024-05-03T09:34:43.399 INFO:teuthology.orchestra.run.smithi181.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-05-03T09:34:43.461 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:34:43.674 INFO:teuthology.orchestra.run.smithi181.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 157 kB/s | 58 kB 00:00 2024-05-03T09:34:43.724 INFO:teuthology.orchestra.run.smithi181.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-05-03T09:34:43.950 INFO:teuthology.orchestra.run.smithi181.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 773 kB/s | 548 kB 00:00 2024-05-03T09:34:43.950 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:43.951 INFO:teuthology.orchestra.run.smithi181.stdout:Total 5.4 MB/s | 7.0 MB 00:01 2024-05-03T09:34:44.002 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:29 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:44.022 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:44.048 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:44.048 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:44.125 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:34:44.126 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2024-05-03T09:34:44.127 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:44.128 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 7.0 M 2024-05-03T09:34:44.128 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 33 M 2024-05-03T09:34:44.128 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:44.130 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:44.131 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:44.433 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:44.473 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-05-03T09:34:44.498 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 626 kB/s | 142 kB 00:00 2024-05-03T09:34:44.606 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:34:44.668 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:34:44.698 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-05-03T09:34:44.882 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 150 kB/s | 58 kB 00:00 2024-05-03T09:34:44.999 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 171 kB/s | 51 kB 00:00 2024-05-03T09:34:45.032 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 980 kB/s | 548 kB 00:00 2024-05-03T09:34:45.035 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:45.036 INFO:teuthology.orchestra.run.smithi043.stdout:Total 7.7 MB/s | 7.0 MB 00:00 2024-05-03T09:34:45.068 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 12/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d 1/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-03T09:34:45.069 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-03T09:34:45.109 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:45.121 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:45.121 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:45.177 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:34:45.224 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:45.224 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:45.270 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:34:45.342 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:34:45.372 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:45.421 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:45.422 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-03T09:34:45.423 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-03T09:34:45.423 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:45.423 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:45.533 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:45.707 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:34:45.769 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:34:45.779 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-rook 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:34:46.165 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:34:46.307 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:17 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:46.345 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:34:46.428 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:46.429 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 49 k 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-03T09:34:46.430 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-05-03T09:34:46.431 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:46.432 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.2 M 2024-05-03T09:34:46.432 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-05-03T09:34:46.432 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:46.441 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:34:46.512 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:34:46.538 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:46.680 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-fuse 2024-05-03T09:34:46.885 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): ceph-mgr-rook-19.0.0-3353.gf8e6d2d7.el9 162 kB/s | 49 kB 00:00 2024-05-03T09:34:47.152 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 33 kB/s | 19 kB 00:00 2024-05-03T09:34:47.177 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 43 kB/s | 26 kB 00:00 2024-05-03T09:34:47.196 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:36 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:47.317 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2024-05-03T09:34:47.318 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:47.319 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 970 k 2024-05-03T09:34:47.319 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 2.8 M 2024-05-03T09:34:47.319 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:47.334 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:47.334 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:34:47.335 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:34:47.335 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:34:47.335 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:34:47.335 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:34:47.599 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:34:47.599 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:47.599 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:47.599 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:47.600 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:47.757 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 3.0 MB/s | 890 kB 00:00 2024-05-03T09:34:47.802 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 242 kB/s | 222 kB 00:00 2024-05-03T09:34:47.867 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-fuse 2024-05-03T09:34:48.036 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 180 kB/s | 159 kB 00:00 2024-05-03T09:34:48.111 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 298 kB/s | 279 kB 00:00 2024-05-03T09:34:48.232 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 105 kB/s | 80 kB 00:00 2024-05-03T09:34:48.233 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:48.233 INFO:teuthology.orchestra.run.smithi181.stdout:Total 1.0 MB/s | 970 kB 00:00 2024-05-03T09:34:48.246 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:48.269 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:48.269 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:48.347 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:48.348 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:48.353 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-05-03T09:34:48.378 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-05-03T09:34:48.409 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:34 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:48.487 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 78 kB/s | 54 kB 00:00 2024-05-03T09:34:48.526 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:48.535 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:34:48.536 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 970 k 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 2.8 M 2024-05-03T09:34:48.537 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:48.553 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.0 MB/s | 206 kB 00:00 2024-05-03T09:34:48.587 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 591 kB/s | 59 kB 00:00 2024-05-03T09:34:48.684 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:34:48.687 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.3 MB/s | 1.0 MB 00:00 2024-05-03T09:34:48.712 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 565 kB/s | 90 kB 00:00 2024-05-03T09:34:48.718 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:48.718 INFO:teuthology.orchestra.run.smithi084.stdout:Total 987 kB/s | 2.2 MB 00:02 2024-05-03T09:34:48.748 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:48.776 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 455 kB/s | 80 kB 00:00 2024-05-03T09:34:48.778 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:48.794 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:48.794 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:48.880 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:48.880 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:49.067 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-05-03T09:34:49.068 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:49.068 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.8 MB/s | 970 kB 00:00 2024-05-03T09:34:49.081 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:49.105 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:49.105 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:49.188 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:49.188 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:49.304 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:49.304 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:34:49.375 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:49.386 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:49.516 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:34:49.556 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:49.575 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:49.587 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:49.606 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-03T09:34:49.661 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-03T09:34:49.706 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-03T09:34:49.748 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-03T09:34:49.851 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-03T09:34:49.871 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install ceph-volume 2024-05-03T09:34:49.962 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-03T09:34:50.017 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-03T09:34:50.202 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:50.202 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:34:50.388 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:50.474 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:50.510 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:50.510 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout:Install 2 Packages 2024-05-03T09:34:50.511 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:50.512 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 350 k 2024-05-03T09:34:50.512 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 1.5 M 2024-05-03T09:34:50.512 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:50.753 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-03T09:34:50.754 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-volume 2024-05-03T09:34:50.805 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-03T09:34:50.839 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-03T09:34:50.887 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-03T09:34:50.896 INFO:teuthology.orchestra.run.smithi181.stdout:(1/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 794 kB/s | 273 kB 00:00 2024-05-03T09:34:50.917 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:51.263 INFO:teuthology.orchestra.run.smithi181.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 109 kB/s | 77 kB 00:00 2024-05-03T09:34:51.264 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:51.264 INFO:teuthology.orchestra.run.smithi181.stdout:Total 465 kB/s | 350 kB 00:00 2024-05-03T09:34:51.275 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:51.285 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:51.285 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:51.296 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:51.310 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:51.310 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:51.423 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:34:51.424 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 350 k 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 1.5 M 2024-05-03T09:34:51.425 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:51.454 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:51.662 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:34:51.672 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 13/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-03T09:34:51.673 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-03T09:34:51.695 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 608 kB/s | 77 kB 00:00 2024-05-03T09:34:51.699 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:34:51.714 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:34:51.714 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:51.714 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:34:51.714 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:51.812 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-03T09:34:51.813 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:51.813 INFO:teuthology.orchestra.run.smithi043.stdout:Total 902 kB/s | 350 kB 00:00 2024-05-03T09:34:51.825 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:51.835 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:51.835 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:51.864 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:51.864 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-03T09:34:51.976 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:51.977 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:52.009 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:52.211 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:34:52.233 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-cephadm 2024-05-03T09:34:52.248 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:34:52.265 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:34:52.265 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:34:52.265 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:34:52.265 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:52.349 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:52.616 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:52.735 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:23 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:52.855 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 142 k 2024-05-03T09:34:52.856 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-05-03T09:34:52.857 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:52.858 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 7.0 M 2024-05-03T09:34:52.858 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 33 M 2024-05-03T09:34:52.858 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:52.910 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados-devel 2024-05-03T09:34:52.918 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:34:53.097 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-05-03T09:34:53.182 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:34:53.182 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:53.182 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:53.183 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:53.183 INFO:teuthology.orchestra.run.smithi043.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:34:53.183 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:53.183 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:53.247 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2024-05-03T09:34:53.272 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3353.gf8e6d2d7.e 447 kB/s | 142 kB 00:00 2024-05-03T09:34:53.356 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 532 kB/s | 58 kB 00:00 2024-05-03T09:34:53.381 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 469 kB/s | 51 kB 00:00 2024-05-03T09:34:53.438 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:53.495 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados-devel 2024-05-03T09:34:53.498 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-05-03T09:34:53.499 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:53.499 INFO:teuthology.orchestra.run.smithi084.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-05-03T09:34:53.562 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:34:53.563 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:53.564 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 127 k 2024-05-03T09:34:53.564 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 456 k 2024-05-03T09:34:53.564 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:53.568 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:53.579 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:53.579 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:53.673 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:53.674 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:53.886 INFO:teuthology.orchestra.run.smithi181.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 393 kB/s | 127 kB 00:00 2024-05-03T09:34:53.887 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:53.887 INFO:teuthology.orchestra.run.smithi181.stdout:Total 392 kB/s | 127 kB 00:00 2024-05-03T09:34:53.887 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:53.892 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:53.892 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:53.955 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:53.955 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:53.980 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:54.034 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:54.105 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:54.149 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-03T09:34:54.162 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:54.162 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:54.162 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:34:54.162 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 127 k 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 456 k 2024-05-03T09:34:54.163 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:54.200 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-03T09:34:54.208 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:54.375 INFO:teuthology.orchestra.run.smithi043.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 597 kB/s | 127 kB 00:00 2024-05-03T09:34:54.376 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:54.376 INFO:teuthology.orchestra.run.smithi043.stdout:Total 594 kB/s | 127 kB 00:00 2024-05-03T09:34:54.376 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:54.382 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:54.382 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:54.449 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:54.449 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:54.612 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:54.615 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:54.700 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:54.721 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-03T09:34:54.803 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-03T09:34:54.862 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:54.863 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:54.863 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:54.863 INFO:teuthology.orchestra.run.smithi181.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:54.863 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:54.863 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:54.865 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-03T09:34:54.895 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:55.106 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:55.121 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs2 2024-05-03T09:34:55.379 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:55.380 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:55.380 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:55.380 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:55.380 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:55.380 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 6/6 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/6 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-03T09:34:55.641 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-03T09:34:55.644 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs2 2024-05-03T09:34:55.656 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:55.736 INFO:teuthology.orchestra.run.smithi181.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:55.778 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:55.779 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:55.779 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:55.884 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install libcephfs-devel 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-03T09:34:55.892 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-03T09:34:55.893 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-03T09:34:55.893 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:55.893 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:56.144 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-fuse 2024-05-03T09:34:56.184 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:56.266 INFO:teuthology.orchestra.run.smithi043.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:56.311 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:56.312 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:34:56.312 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:56.402 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs-devel 2024-05-03T09:34:56.403 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:56.523 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 32 k 2024-05-03T09:34:56.524 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 142 k 2024-05-03T09:34:56.525 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:34:56.660 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:27 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:56.682 INFO:teuthology.orchestra.run.smithi181.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 201 kB/s | 32 kB 00:00 2024-05-03T09:34:56.683 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:56.683 INFO:teuthology.orchestra.run.smithi181.stdout:Total 199 kB/s | 32 kB 00:00 2024-05-03T09:34:56.683 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:34:56.687 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:34:56.687 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:34:56.689 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:34:56.689 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:34:56.775 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:34:56.782 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 890 k 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:56.783 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:56.784 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T09:34:56.784 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:56.784 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 970 k 2024-05-03T09:34:56.784 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 2.8 M 2024-05-03T09:34:56.784 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:56.886 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:56.941 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:57.033 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 395 kB/s | 80 kB 00:00 2024-05-03T09:34:57.067 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:57.068 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:57.068 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:34:57.068 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:57.068 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:34:57.068 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 32 k 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 142 k 2024-05-03T09:34:57.069 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:34:57.151 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_ 2.7 MB/s | 890 kB 00:00 2024-05-03T09:34:57.152 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:57.152 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.6 MB/s | 970 kB 00:00 2024-05-03T09:34:57.163 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:57.185 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:57.186 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:57.255 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:57.263 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:57.263 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:57.321 INFO:teuthology.orchestra.run.smithi043.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 126 kB/s | 32 kB 00:00 2024-05-03T09:34:57.321 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:57.322 INFO:teuthology.orchestra.run.smithi043.stdout:Total 125 kB/s | 32 kB 00:00 2024-05-03T09:34:57.322 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:34:57.325 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:34:57.325 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:34:57.327 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:34:57.328 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:34:57.418 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:34:57.448 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:34:57.460 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:57.461 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:57.461 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:34:57.461 INFO:teuthology.orchestra.run.smithi181.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:57.461 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:34:57.461 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:57.530 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:57.594 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-03T09:34:57.664 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:57.681 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librados2 2024-05-03T09:34:57.906 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:58.113 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:34:58.113 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:58.113 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:34:58.113 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:34:58.114 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:34:58.114 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:58.189 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:58.268 INFO:teuthology.orchestra.run.smithi181.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:58.285 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados2 2024-05-03T09:34:58.301 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2/2 2024-05-03T09:34:58.302 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/2 2024-05-03T09:34:58.309 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:58.310 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:58.310 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:58.376 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install librbd1 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:58.594 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:34:58.826 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:58.856 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-volume 2024-05-03T09:34:58.887 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:58.908 INFO:teuthology.orchestra.run.smithi043.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:58.952 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:58.952 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:34:58.953 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:58.966 INFO:teuthology.orchestra.run.smithi181.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:59.008 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:59.009 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:59.009 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:59.030 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librbd1 2024-05-03T09:34:59.072 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rados 2024-05-03T09:34:59.378 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:30 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:34:59.499 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume noarch 2:19.0.0-3353.gf8e6d2d7.el9 ceph-noarch 273 k 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:34:59.500 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-05-03T09:34:59.501 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:34:59.501 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 350 k 2024-05-03T09:34:59.501 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 1.5 M 2024-05-03T09:34:59.501 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:34:59.561 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:45 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:34:59.586 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:34:59.643 INFO:teuthology.orchestra.run.smithi043.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:59.667 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:34:59.686 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:34:59.688 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:34:59.688 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:34:59.709 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:34:59.710 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:34:59.710 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:34:59.736 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 402 kB/s | 77 kB 00:00 2024-05-03T09:34:59.769 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rados 2024-05-03T09:34:59.774 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rgw 2024-05-03T09:34:59.803 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): ceph-volume-19.0.0-3353.gf8e6d2d7.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-03T09:34:59.805 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:34:59.805 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.1 MB/s | 350 kB 00:00 2024-05-03T09:34:59.817 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:34:59.827 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:34:59.828 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:34:59.854 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:34:59.854 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:34:59.997 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:00.215 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-03T09:35:00.248 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:35:00.265 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2/2 2024-05-03T09:35:00.265 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:35:00.265 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-03T09:35:00.265 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:00.285 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:00.301 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:46 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:00.365 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:00.383 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:00.406 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:00.407 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:35:00.407 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:00.427 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:00.428 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:35:00.428 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:00.471 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-cephfs 2024-05-03T09:35:00.513 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rgw 2024-05-03T09:35:00.987 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:01.017 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 1/2 2024-05-03T09:35:01.052 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:01.066 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:01.107 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:01.108 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:35:01.108 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:01.133 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:01.176 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install python3-rbd 2024-05-03T09:35:01.177 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:01.178 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:35:01.178 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:01.259 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-cephfs 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume-2:19.0.0-3353.gf8e6d2d7.el9.noarch 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:01.300 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:01.611 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados-devel 2024-05-03T09:35:01.691 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:50 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:01.769 INFO:teuthology.orchestra.run.smithi181.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:01.795 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:01.809 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:01.811 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-05-03T09:35:01.811 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:01.876 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-fuse 2024-05-03T09:35:01.877 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:01.920 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:01.921 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:35:01.922 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:02.005 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rbd 2024-05-03T09:35:02.136 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:33 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:02.259 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 127 k 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 127 k 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 456 k 2024-05-03T09:35:02.260 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:35:02.393 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:51 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:02.514 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:02.514 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 85 k 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 231 k 2024-05-03T09:35:02.515 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:35:02.536 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:48 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:02.567 INFO:teuthology.orchestra.run.smithi084.stdout:librados-devel-19.0.0-3353.gf8e6d2d7.el9.x86_64 414 kB/s | 127 kB 00:00 2024-05-03T09:35:02.567 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:02.568 INFO:teuthology.orchestra.run.smithi084.stdout:Total 412 kB/s | 127 kB 00:00 2024-05-03T09:35:02.568 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:35:02.573 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:35:02.573 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:35:02.616 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:02.637 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:35:02.638 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:35:02.659 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:02.661 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2024-05-03T09:35:02.661 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:02.719 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 420 kB/s | 85 kB 00:00 2024-05-03T09:35:02.719 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:02.720 INFO:teuthology.orchestra.run.smithi181.stdout:Total 417 kB/s | 85 kB 00:00 2024-05-03T09:35:02.720 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:35:02.726 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:35:02.727 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:35:02.746 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-fuse 2024-05-03T09:35:02.782 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:02.793 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:35:02.794 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:35:02.871 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:02.950 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:35:03.048 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:03.275 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:49 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:03.321 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:03.366 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:03.399 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:03.400 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:03.400 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:03.400 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 85 k 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 231 k 2024-05-03T09:35:03.401 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:35:03.542 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:03.543 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:03.543 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:03.543 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:03.543 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:03.543 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:03.607 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 415 kB/s | 85 kB 00:00 2024-05-03T09:35:03.607 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:03.607 INFO:teuthology.orchestra.run.smithi043.stdout:Total 413 kB/s | 85 kB 00:00 2024-05-03T09:35:03.607 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:35:03.615 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:35:03.615 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:03.620 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:03.687 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:35:03.688 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:35:03.807 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs2 2024-05-03T09:35:03.839 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:35:03.861 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-mirror 2024-05-03T09:35:03.947 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:04.322 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:35 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:04.324 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:04.385 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:53 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:04.402 INFO:teuthology.orchestra.run.smithi084.stdout:Package libcephfs2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:04.443 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:04.444 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:04.444 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repo Size 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:04.509 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 3.1 M 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 13 M 2024-05-03T09:35:04.510 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:35:04.536 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs-devel 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:04.596 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:04.849 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-mirror 2024-05-03T09:35:04.914 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 7.7 MB/s | 3.1 MB 00:00 2024-05-03T09:35:04.916 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:04.916 INFO:teuthology.orchestra.run.smithi181.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-05-03T09:35:04.916 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:35:04.924 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:35:04.924 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:35:05.008 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:35:05.009 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:35:05.059 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:36 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:05.179 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:05.180 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 32 k 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:05.181 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 32 k 2024-05-03T09:35:05.182 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 142 k 2024-05-03T09:35:05.182 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:35:05.391 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:51 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:05.440 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:35:05.445 INFO:teuthology.orchestra.run.smithi084.stdout:libcephfs-devel-19.0.0-3353.gf8e6d2d7.el9.x86_6 120 kB/s | 32 kB 00:00 2024-05-03T09:35:05.446 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:05.446 INFO:teuthology.orchestra.run.smithi084.stdout:Total 119 kB/s | 32 kB 00:00 2024-05-03T09:35:05.446 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:35:05.450 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:35:05.450 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:35:05.452 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:35:05.452 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:35:05.507 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:35:05.522 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:05.523 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:35:05.523 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:05.523 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 3.1 M 2024-05-03T09:35:05.523 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 13 M 2024-05-03T09:35:05.523 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:35:05.533 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:05.534 INFO:teuthology.orchestra.run.smithi181.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:35:05.534 INFO:teuthology.orchestra.run.smithi181.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:35:05.534 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:05.534 INFO:teuthology.orchestra.run.smithi181.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:05.534 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:05.538 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:05.642 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.028 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.077 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-03T09:35:06.078 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:06.078 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.5 MB/s | 3.1 MB 00:00 2024-05-03T09:35:06.079 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:35:06.088 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:35:06.088 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:35:06.175 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:35:06.175 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:35:06.238 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.238 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:06.238 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:06.238 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:06.239 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:06.239 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:06.425 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados2 2024-05-03T09:35:06.597 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.597 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:06.597 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:35:06.598 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:06.598 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:06.598 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:06.633 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:35:06.703 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:06.731 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:06.851 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum -y install rbd-nbd 2024-05-03T09:35:06.940 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:37 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:07.019 INFO:teuthology.orchestra.run.smithi084.stdout:Package librados2-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:07.060 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:07.061 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:07.061 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:07.139 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librbd1 2024-05-03T09:35:07.376 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:01:56 ago on Fri 03 May 2024 09:33:11 AM UTC. 2024-05-03T09:35:07.501 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-05-03T09:35:07.501 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Installing: 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Install 1 Package 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 171 k 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Installed size: 494 k 2024-05-03T09:35:07.502 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-05-03T09:35:07.655 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:38 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:07.735 INFO:teuthology.orchestra.run.smithi084.stdout:Package librbd1-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:07.753 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:07.776 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:07.777 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:07.777 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:07.848 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rados 2024-05-03T09:35:07.852 INFO:teuthology.orchestra.run.smithi181.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 489 kB/s | 171 kB 00:00 2024-05-03T09:35:07.852 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:07.853 INFO:teuthology.orchestra.run.smithi181.stdout:Total 487 kB/s | 171 kB 00:00 2024-05-03T09:35:07.853 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-05-03T09:35:07.861 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-05-03T09:35:07.861 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-05-03T09:35:07.925 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-05-03T09:35:07.925 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-05-03T09:35:07.998 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-nbd 2024-05-03T09:35:08.079 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-05-03T09:35:08.181 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:08.360 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:39 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:08.440 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rados-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:08.480 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:08.481 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:08.481 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:08.532 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:54 ago on Fri 03 May 2024 09:33:14 AM UTC. 2024-05-03T09:35:08.556 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rgw 2024-05-03T09:35:08.585 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:08.659 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2024-05-03T09:35:08.660 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2024-05-03T09:35:08.661 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2024-05-03T09:35:08.661 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:08.661 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 171 k 2024-05-03T09:35:08.661 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 494 k 2024-05-03T09:35:08.661 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2024-05-03T09:35:08.850 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:08.851 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:08.851 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-05-03T09:35:08.851 INFO:teuthology.orchestra.run.smithi181.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:08.851 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-05-03T09:35:08.851 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-05-03T09:35:09.014 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 484 kB/s | 171 kB 00:00 2024-05-03T09:35:09.015 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:09.015 INFO:teuthology.orchestra.run.smithi043.stdout:Total 482 kB/s | 171 kB 00:00 2024-05-03T09:35:09.015 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2024-05-03T09:35:09.024 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2024-05-03T09:35:09.024 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2024-05-03T09:35:09.066 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:09.092 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2024-05-03T09:35:09.092 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2024-05-03T09:35:09.096 DEBUG:teuthology.parallel:result is None 2024-05-03T09:35:09.144 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rgw-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:09.184 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:09.185 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:09.185 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:09.252 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-cephfs 2024-05-03T09:35:09.253 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2024-05-03T09:35:09.347 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:09.743 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:09.762 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:09.841 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-cephfs-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:09.881 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:09.882 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:09.882 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:09.951 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rbd 2024-05-03T09:35:09.987 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:09.988 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:09.988 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2024-05-03T09:35:09.988 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:09.988 INFO:teuthology.orchestra.run.smithi043.stdout: 2024-05-03T09:35:09.988 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2024-05-03T09:35:10.231 DEBUG:teuthology.parallel:result is None 2024-05-03T09:35:10.467 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:41 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:10.547 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 is already installed. 2024-05-03T09:35:10.588 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:10.589 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-05-03T09:35:10.589 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:10.669 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-fuse 2024-05-03T09:35:11.190 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:42 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:11.313 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 85 k 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:11.314 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 85 k 2024-05-03T09:35:11.315 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 231 k 2024-05-03T09:35:11.315 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:35:11.522 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-fuse-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 410 kB/s | 85 kB 00:00 2024-05-03T09:35:11.523 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:11.523 INFO:teuthology.orchestra.run.smithi084.stdout:Total 408 kB/s | 85 kB 00:00 2024-05-03T09:35:11.523 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:35:11.530 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:35:11.530 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:35:11.597 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:35:11.597 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:35:11.747 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:11.847 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:12.207 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:12.466 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:12.714 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-mirror 2024-05-03T09:35:13.229 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:44 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:13.350 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:13.351 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 3.1 M 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.1 M 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 13 M 2024-05-03T09:35:13.352 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:35:13.883 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-mirror-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-05-03T09:35:13.884 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:13.884 INFO:teuthology.orchestra.run.smithi084.stdout:Total 5.8 MB/s | 3.1 MB 00:00 2024-05-03T09:35:13.884 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:35:13.894 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:35:13.894 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:35:13.975 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:35:13.976 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:35:14.401 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:14.450 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-03T09:35:14.475 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:15.481 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:15.481 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:15.481 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:15.482 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:15.482 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:15.482 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:15.725 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-nbd 2024-05-03T09:35:16.235 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:47 ago on Fri 03 May 2024 09:33:29 AM UTC. 2024-05-03T09:35:16.358 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-05-03T09:35:16.359 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:16.359 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-05-03T09:35:16.359 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:16.359 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd x86_64 2:19.0.0-3353.gf8e6d2d7.el9 ceph 171 k 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 171 k 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 494 k 2024-05-03T09:35:16.360 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-05-03T09:35:16.719 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-nbd-19.0.0-3353.gf8e6d2d7.el9.x86_64.rpm 476 kB/s | 171 kB 00:00 2024-05-03T09:35:16.719 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-05-03T09:35:16.720 INFO:teuthology.orchestra.run.smithi084.stdout:Total 474 kB/s | 171 kB 00:00 2024-05-03T09:35:16.720 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-05-03T09:35:16.728 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-05-03T09:35:16.728 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-05-03T09:35:16.792 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-05-03T09:35:16.793 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-05-03T09:35:16.941 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-05-03T09:35:17.048 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:17.451 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 1/1 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd-2:19.0.0-3353.gf8e6d2d7.el9.x86_64 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-05-03T09:35:17.670 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-05-03T09:35:17.912 DEBUG:teuthology.parallel:result is None 2024-05-03T09:35:17.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:18.055 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:35:18.080 INFO:teuthology.orchestra.run.smithi043.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.081 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.081 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:35:18.083 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:18.224 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:35:18.246 INFO:teuthology.orchestra.run.smithi084.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.246 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.246 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:35:18.248 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:18.392 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-03T09:35:18.417 INFO:teuthology.orchestra.run.smithi181.stdout:19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.417 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3353.gf8e6d2d7.el9 2024-05-03T09:35:18.417 INFO:teuthology.task.install:The correct ceph version 19.0.0-3353.gf8e6d2d7 is installed. 2024-05-03T09:35:18.419 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-03T09:35:18.419 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:35:18.419 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:35:18.450 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:35:18.451 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:35:18.476 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:35:18.476 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-03T09:35:18.504 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-03T09:35:18.505 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:35:18.505 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:35:18.534 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:35:18.602 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:35:18.602 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:35:18.626 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:35:18.690 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:35:18.691 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/daemon-helper 2024-05-03T09:35:18.719 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-03T09:35:18.787 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-03T09:35:18.787 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:35:18.787 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:35:18.815 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:35:18.884 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:35:18.884 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:35:18.908 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:35:18.972 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:35:18.972 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-03T09:35:18.999 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-03T09:35:19.066 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-03T09:35:19.066 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2024-05-03T09:35:19.066 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:35:19.093 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:35:19.161 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-05-03T09:35:19.161 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:35:19.185 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:35:19.249 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-05-03T09:35:19.249 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/usr/bin/stdin-killer 2024-05-03T09:35:19.277 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-03T09:35:19.343 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T09:35:19.458 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T09:35:19.458 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:19.458 INFO:tasks.cephadm:Cluster fsid is 74cf26ac-0930-11ef-bc97-c7b262605968 2024-05-03T09:35:19.458 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T09:35:19.459 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.43', 'mon.b': '172.21.15.84', 'mon.c': '172.21.15.181'} 2024-05-03T09:35:19.459 INFO:tasks.cephadm:First mon is mon.a on smithi043 2024-05-03T09:35:19.459 INFO:tasks.cephadm:First mgr is a 2024-05-03T09:35:19.459 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T09:35:19.459 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2024-05-03T09:35:19.488 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-05-03T09:35:19.512 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2024-05-03T09:35:19.538 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T09:35:19.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:19.677 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353.gf8e6d2d7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-02 07:46:39.908050', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-03T09:35:19.822 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:19.824 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm 2024-05-03T09:35:19.824 DEBUG:teuthology.orchestra.run.smithi043:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:20.447 INFO:teuthology.orchestra.run.smithi043.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:35 /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:20.447 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.058 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:35 /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.059 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.727 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-r--r--. 1 ubuntu ubuntu 781574 May 3 09:35 /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.728 DEBUG:teuthology.orchestra.run.smithi043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.748 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.767 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:21.797 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T09:35:21.797 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:35:21.800 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:35:21.810 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T09:35:23.309 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.314 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.471 INFO:teuthology.orchestra.run.smithi181.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.524 INFO:teuthology.orchestra.run.smithi043.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.524 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.524 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:35:23.524 INFO:teuthology.orchestra.run.smithi043.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.530 INFO:teuthology.orchestra.run.smithi084.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.530 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.530 INFO:teuthology.orchestra.run.smithi084.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:35:23.530 INFO:teuthology.orchestra.run.smithi084.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:23.550 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:35:23.551 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T09:35:23.553 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi043/crash 2024-05-03T09:35:23.553 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:35:23.610 INFO:teuthology.orchestra.run.smithi043.stderr:tar: /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:35:23.610 INFO:teuthology.orchestra.run.smithi043.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:35:23.612 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi084/crash 2024-05-03T09:35:23.613 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:35:23.647 INFO:teuthology.orchestra.run.smithi181.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.647 INFO:teuthology.orchestra.run.smithi181.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T09:35:23.648 INFO:teuthology.orchestra.run.smithi181.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d: reading manifest f8e6d2d721bc96a93915917c59bc3d287d57263d in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-03T09:35:23.648 INFO:teuthology.orchestra.run.smithi181.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T09:35:23.650 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:35:23.650 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:35:23.652 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi181/crash 2024-05-03T09:35:23.653 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash -- . 2024-05-03T09:35:23.692 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T09:35:23.692 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2024-05-03T09:35:23.693 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T09:35:23.694 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/74cf26ac-0930-11ef-bc97-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 | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-05-03T09:35:23.722 INFO:teuthology.orchestra.run.smithi043.stderr:grep: /var/log/ceph/74cf26ac-0930-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T09:35:23.724 INFO:tasks.cephadm:Compressing logs... 2024-05-03T09:35:23.724 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:35:23.767 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:35:23.769 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:35:23.790 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T09:35:23.790 INFO:teuthology.orchestra.run.smithi043.stderr:: No such file or directory 2024-05-03T09:35:23.790 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:35:23.792 INFO:teuthology.orchestra.run.smithi043.stderr: 2024-05-03T09:35:23.792 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m0.012s 2024-05-03T09:35:23.792 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m0.014s 2024-05-03T09:35:23.792 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m0.008s 2024-05-03T09:35:23.792 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.011s 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.011s 2024-05-03T09:35:23.793 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.010s 2024-05-03T09:35:23.794 INFO:teuthology.orchestra.run.smithi181.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T09:35:23.794 INFO:teuthology.orchestra.run.smithi181.stderr:: No such file or directory 2024-05-03T09:35:23.795 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: 73.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T09:35:23.795 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-05-03T09:35:23.795 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.011s 2024-05-03T09:35:23.795 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m0.010s 2024-05-03T09:35:23.795 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.009s 2024-05-03T09:35:23.795 INFO:tasks.cephadm:Archiving logs... 2024-05-03T09:35:23.795 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi043/log 2024-05-03T09:35:23.796 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:35:23.857 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi084/log 2024-05-03T09:35:23.858 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:35:23.882 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi181/log 2024-05-03T09:35:23.883 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T09:35:23.907 INFO:tasks.cephadm:Removing cluster... 2024-05-03T09:35:23.907 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 74cf26ac-0930-11ef-bc97-c7b262605968 --force 2024-05-03T09:35:24.095 INFO:teuthology.orchestra.run.smithi043.stdout:Deleting cluster with fsid: 74cf26ac-0930-11ef-bc97-c7b262605968 2024-05-03T09:35:24.383 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 74cf26ac-0930-11ef-bc97-c7b262605968 --force 2024-05-03T09:35:24.562 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 74cf26ac-0930-11ef-bc97-c7b262605968 2024-05-03T09:35:24.821 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 74cf26ac-0930-11ef-bc97-c7b262605968 --force 2024-05-03T09:35:25.006 INFO:teuthology.orchestra.run.smithi181.stdout:Deleting cluster with fsid: 74cf26ac-0930-11ef-bc97-c7b262605968 2024-05-03T09:35:25.260 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T09:35:25.260 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:25.278 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:25.294 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T09:35:25.309 INFO:tasks.cephadm:Teardown complete 2024-05-03T09:35:25.309 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:35:25.522 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d3826af9af9d464c8e966d6f9277f608 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, 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_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T09:35:25.526 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T09:35:25.536 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-03T09:35:25.544 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-05-03T09:35:25.544 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:35:25.558 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:35:25.561 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-03T09:35:25.650 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T09:35:25.659 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T09:35:25.660 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:35:25.662 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:35:25.665 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T09:35:25.677 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:35:25.677 INFO:teuthology.orchestra.run.smithi043.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:35:25.678 INFO:teuthology.orchestra.run.smithi181.stderr:bash: line 1: ntpq: command not found 2024-05-03T09:35:25.681 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:35:25.681 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-05-03T09:35:25.681 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv01.front.sepia.ceph.com 3 6 77 20 +103us[ +81us] +/- 42ms 2024-05-03T09:35:25.681 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 19 +824us[ +824us] +/- 54ms 2024-05-03T09:35:25.682 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 21 -1420us[-1441us] +/- 79ms 2024-05-03T09:35:25.682 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:35:25.684 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:35:25.684 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-05-03T09:35:25.684 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv01.front.sepia.ceph.com 3 6 77 20 +105us[ +174us] +/- 42ms 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 20 +836us[ +836us] +/- 54ms 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 19 -1403us[-1403us] +/- 79ms 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv01.front.sepia.ceph.com 3 6 77 21 +74us[ +36us] +/- 42ms 2024-05-03T09:35:25.685 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 19 +805us[ +805us] +/- 54ms 2024-05-03T09:35:25.686 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 20 -1430us[-1430us] +/- 79ms 2024-05-03T09:35:25.686 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-03T09:35:25.686 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T09:35:25.698 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T09:35:25.699 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T09:35:25.707 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:35:25.789 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:35:25.847 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:35:25.901 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:35:25.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:25.931 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:35:25.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:25.957 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:35:25.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:25.983 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T09:35:25.993 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T09:35:26.002 INFO:teuthology.task.internal:Duration was 390.163658 seconds 2024-05-03T09:35:26.005 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T09:35:26.015 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T09:35:26.016 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:35:26.018 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:35:26.021 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T09:35:26.055 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:35:26.056 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:35:26.059 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-03T09:35:26.389 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T09:35:26.389 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2024-05-03T09:35:26.390 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:35:26.453 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-05-03T09:35:26.453 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:35:26.481 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-05-03T09:35:26.481 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:35:26.506 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T09:35:26.506 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:35:26.508 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:35:26.523 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T09:35:26.570 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T09:35:26.571 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:35:26.577 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:35:26.588 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T09:35:26.701 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T09:35:26.711 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T09:35:26.711 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:35:26.736 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:35:26.760 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T09:35:26.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T09:35:26.793 DEBUG:teuthology.orchestra.run.smithi043:> 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-05-03T09:35:26.796 DEBUG:teuthology.orchestra.run.smithi084:> 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-05-03T09:35:26.802 DEBUG:teuthology.orchestra.run.smithi181:> 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-05-03T09:35:26.817 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2024-05-03T09:35:26.822 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-05-03T09:35:26.847 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-05-03T09:35:26.878 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:35:26.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:26.893 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:35:26.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:26.907 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T09:35:26.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T09:35:26.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T09:35:26.942 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T09:35:26.943 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi043 2024-05-03T09:35:26.943 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:35:26.976 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi084 2024-05-03T09:35:26.976 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:35:27.008 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263/remote/smithi181 2024-05-03T09:35:27.009 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T09:35:27.040 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T09:35:27.040 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:35:27.042 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:35:27.046 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T09:35:27.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T09:35:27.100 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T09:35:27.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T09:35:27.135 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T09:35:27.135 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:35:27.138 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:35:27.140 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T09:35:27.150 INFO:teuthology.orchestra.run.smithi043.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:35 /home/ubuntu/cephtest 2024-05-03T09:35:27.152 INFO:teuthology.orchestra.run.smithi084.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:35 /home/ubuntu/cephtest 2024-05-03T09:35:27.154 INFO:teuthology.orchestra.run.smithi181.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 09:35 /home/ubuntu/cephtest 2024-05-03T09:35:27.155 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T09:35:27.167 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T09:35:27.195 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T09:35:27.222 DEBUG:teuthology.nuke:shortname: smithi043 2024-05-03T09:35:27.222 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:35:27.246 DEBUG:teuthology.nuke:shortname: smithi084 2024-05-03T09:35:27.247 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:35:27.252 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263', '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-05-03 09:23:04.237177', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCeTnEottNarl8E/yJ50bPInoaAWkLQa8W6wJLaNvbcsRxTyu8zLZ9fTE+IFl9TfEgtdQCZ5W9eq5Dbe10les9E='} 2024-05-03T09:35:27.272 DEBUG:teuthology.nuke:shortname: smithi181 2024-05-03T09:35:27.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T09:35:27.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263', '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-05-03 09:23:04.238223', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3YqqdXiliezHCifHXoVRNKSMQMmYXcwbMEJq4H7L3t8/e61nYhrQPfr6BC4x16KyqBYzXbGg26HbSnc7rqWVM='} 2024-05-03T09:35:27.302 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687263', '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-05-03 09:23:04.235700', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGm1KNAAnZYkvRvr4/bx1XYostlMqaHMBPwwQAJI8FTgcrSalk5r777QuRL9I+aAP53S6ILaxK7G5dbK4Gdp068='} 2024-05-03T09:35:27.312 INFO:teuthology.orchestra.console.smithi043:Power off 2024-05-03T09:35:27.312 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:35:27.337 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2024-05-03T09:35:27.337 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:27.356 INFO:teuthology.orchestra.console.smithi084:Power off 2024-05-03T09:35:27.356 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:35:27.375 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-05-03T09:35:27.379 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-05-03T09:35:27.379 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:27.395 INFO:teuthology.orchestra.console.smithi181:Power off 2024-05-03T09:35:27.395 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T09:35:27.406 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T09:35:27.419 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2024-05-03T09:35:27.419 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:27.443 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-05-03T09:35:31.376 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:31.407 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:31.444 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:31.487 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2024-05-03T09:35:31.518 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-05-03T09:35:31.555 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-05-03T09:35:35.491 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:35.519 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:35.556 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T09:35:35.602 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2024-05-03T09:35:35.629 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-05-03T09:35:35.666 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2024-05-03T09:35:35.703 INFO:teuthology.orchestra.console.smithi043:Power off completed 2024-05-03T09:35:35.731 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-05-03T09:35:35.767 INFO:teuthology.orchestra.console.smithi181:Power off completed 2024-05-03T09:35:35.872 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 390.1636583805084 failure_reason: 'Command failed on smithi043 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d3826af9af9d464c8e966d6f9277f608 status: fail success: false 2024-05-03T09:35:35.872 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T09:35:35.953 INFO:teuthology.run:FAIL