2024-05-08T06:56:27.081 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T06:56:27.082 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361 --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/orig.config.yaml 2024-05-08T06:56:27.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:56:27.204 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: adking@redhat.com first_in_suite: false job_id: '7697361' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 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: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 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: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsky95oeuCVmiWuCdTkxLScTmICAuI+iTzG8DcYoHqE4DyPYe+KS1MmhwR/csRVY6RbifG7Zapyfy2Tpz5htWU= smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWLjMFU6cTC22jql9fsKvMnyOmge1UDe93ornOKdCbmxt9NkvJSWeVSJucQFVQ0cekWnqm5oorSvsj2iZANDv8= smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL33D/ZgpdxpgECcT5rYDk8gkXSeqB7rQnL2HCDznZEshRreshKJEYUudqm9tqvccKrTOSuQKs2B+Q4GHKYXEIY= 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 0x7f673b144160>, signals=[15]) 2024-05-08T06:56:27.682 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T06:56:27.688 INFO:teuthology.task.internal:Opening connections... 2024-05-08T06:56:27.688 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-05-08T06:56:27.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:27.774 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-05-08T06:56:27.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:27.849 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2024-05-08T06:56:27.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:27.922 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T06:56:27.929 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-05-08T06:56:27.949 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-05-08T06:56:27.949 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-05-08T06:56:28.007 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-05-08T06:56:28.007 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-05-08T06:56:28.007 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-05-08T06:56:28.007 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:56:28.007 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:56:28.008 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:56:28.009 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-05-08T06:56:28.030 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-05-08T06:56:28.047 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-05-08T06:56:28.048 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="9" 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="9" 2024-05-08T06:56:28.105 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:56:28.106 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:56:28.106 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-05-08T06:56:28.130 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2024-05-08T06:56:28.148 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2024-05-08T06:56:28.148 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="CentOS Stream" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="9" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:ID="centos" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="9" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:ANSI_COLOR="0;31" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:56:28.207 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:56:28.208 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:56:28.208 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:56:28.208 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2024-05-08T06:56:28.230 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T06:56:28.238 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T06:56:28.244 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T06:56:28.244 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:56:28.248 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:56:28.251 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:56:28.268 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T06:56:28.277 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T06:56:28.277 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:56:28.310 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:56:28.313 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:56:28.337 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T06:56:28.414 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T06:56:28.429 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T06:56:28.429 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-08T06:56:28.430 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:56:28.430 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:56:28.431 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:56:28.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:56:28.447 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-05-08T06:56:28.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:56:28.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:56:28.449 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-08T06:56:28.449 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-05-08T06:56:28.505 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:56:28.505 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.14.0-437.el9.x86_64 2024-05-08T06:56:28.505 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2024-05-08T06:56:28.506 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:56:28.507 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-437.el9.x86_64 2024-05-08T06:56:28.507 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-05-08T06:56:28.508 INFO:teuthology.orchestra.run.smithi157.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:56:28.508 INFO:teuthology.task.kernel:Running kernel on smithi157: 5.14.0-437.el9.x86_64 2024-05-08T06:56:28.508 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum install -y kernel 2024-05-08T06:56:30.633 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.1 MB 00:00 2024-05-08T06:56:30.964 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.1 MB 00:00 2024-05-08T06:56:31.778 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.1 MB 00:01 2024-05-08T06:56:34.668 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 19 MB 00:02 2024-05-08T06:56:36.254 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 5.6 MB/s | 19 MB 00:03 2024-05-08T06:56:41.110 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-05-08T06:56:42.896 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 2.1 MB/s | 6.2 MB 00:03 2024-05-08T06:56:43.910 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01 2024-05-08T06:56:44.505 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-05-08T06:56:44.912 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-05-08T06:56:46.248 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-08T06:56:48.546 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-08T06:56:50.245 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-08T06:56:51.331 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-05-08T06:56:52.276 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:56:52.276 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:56:52.367 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T06:56:52.373 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T06:56:52.373 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-08T06:56:52.373 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-05-08T06:56:52.374 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:56:52.375 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 78 M 2024-05-08T06:56:52.375 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 123 M 2024-05-08T06:56:52.375 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T06:56:52.671 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.8 MB/s | 484 kB 00:00 2024-05-08T06:56:52.729 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-05-08T06:56:52.971 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 33 MB/s | 15 MB 00:00 2024-05-08T06:56:53.345 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:56:53.346 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:56:53.437 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T06:56:53.444 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T06:56:53.444 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-05-08T06:56:53.445 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:56:53.446 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 78 M 2024-05-08T06:56:53.446 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 123 M 2024-05-08T06:56:53.446 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T06:56:53.741 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.6 MB/s | 484 kB 00:00 2024-05-08T06:56:53.746 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 26 MB/s | 28 MB 00:01 2024-05-08T06:56:54.041 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 32 MB/s | 15 MB 00:00 2024-05-08T06:56:54.056 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 22 MB/s | 34 MB 00:01 2024-05-08T06:56:54.056 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:56:54.056 INFO:teuthology.orchestra.run.smithi063.stdout:Total 46 MB/s | 78 MB 00:01 2024-05-08T06:56:54.338 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 16 kB 00:00 2024-05-08T06:56:54.383 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 44 MB/s | 28 MB 00:00 2024-05-08T06:56:54.700 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 30 MB/s | 34 MB 00:01 2024-05-08T06:56:54.700 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:56:54.701 INFO:teuthology.orchestra.run.smithi073.stdout:Total 62 MB/s | 78 MB 00:01 2024-05-08T06:56:54.762 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T06:56:55.170 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T06:56:55.170 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T06:56:55.383 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T06:56:55.715 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T06:56:55.715 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T06:56:55.909 INFO:teuthology.orchestra.run.smithi157.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-08T06:56:56.118 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T06:56:56.119 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T06:56:56.635 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T06:56:56.636 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T06:56:58.646 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T06:56:59.063 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T06:56:59.296 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:56:59.380 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:56:59.784 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:56:59.867 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:01.048 INFO:teuthology.orchestra.run.smithi157.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-05-08T06:57:02.199 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:02.329 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:02.523 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:02.660 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:03.029 INFO:teuthology.orchestra.run.smithi157.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:57:03.029 INFO:teuthology.orchestra.run.smithi157.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:57:03.126 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:57:03.133 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout:Install 4 Packages 2024-05-08T06:57:03.134 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:03.135 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 78 M 2024-05-08T06:57:03.135 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 123 M 2024-05-08T06:57:03.135 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T06:57:03.624 INFO:teuthology.orchestra.run.smithi157.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 2.3 MB/s | 484 kB 00:00 2024-05-08T06:57:04.058 INFO:teuthology.orchestra.run.smithi157.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 24 MB/s | 15 MB 00:00 2024-05-08T06:57:04.758 INFO:teuthology.orchestra.run.smithi157.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 25 MB/s | 28 MB 00:01 2024-05-08T06:57:05.234 INFO:teuthology.orchestra.run.smithi157.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-05-08T06:57:05.234 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:05.234 INFO:teuthology.orchestra.run.smithi157.stdout:Total 37 MB/s | 78 MB 00:02 2024-05-08T06:57:05.913 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T06:57:06.279 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T06:57:06.280 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T06:57:07.212 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T06:57:07.212 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T06:57:07.361 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:07.405 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:07.407 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:07.448 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:09.607 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T06:57:10.224 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:57:10.309 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:12.149 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:12.550 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:12.990 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:13.122 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:17.865 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:17.982 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:22.749 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:41.632 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:41.671 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:42.044 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:42.044 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:57:42.045 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:42.045 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:57:42.832 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T06:57:43.188 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:43.254 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:43.254 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:43.254 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:57:43.254 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:57:43.254 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:57:43.254 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T06:57:43.254 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:57:43.255 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:43.303 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:43.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:43.304 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.06 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 68.el9 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Group : Unspecified 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 8264254 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:57:43.335 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : builder@centos.org 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : CentOS 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T06:57:43.336 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:57:43.337 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:57:43.337 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:57:43.337 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:57:43.606 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:43.646 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:43.976 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2024-05-08T06:57:44.015 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:44.015 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:57:44.015 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:44.015 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:44.875 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:57:44.876 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T06:57:45.245 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:45.298 INFO:teuthology.orchestra.run.smithi073.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:57:45.316 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:45.317 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:45.317 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:57:45.317 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:57:45.317 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:57:45.318 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T06:57:45.318 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:57:45.318 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:45.331 INFO:teuthology.orchestra.run.smithi073.stderr:done 2024-05-08T06:57:45.334 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2024-05-08T06:57:45.349 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.d0XEgWea36 2024-05-08T06:57:45.349 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.d0XEgWea36 2024-05-08T06:57:45.368 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:45.368 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:45.368 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 68.el9 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-05-08T06:57:45.400 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8264254 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:57:45.401 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-05-08T06:57:45.402 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T06:57:45.402 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:57:45.402 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:57:45.403 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:57:45.403 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:57:45.415 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.d0XEgWea36 2024-05-08T06:57:45.553 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.d0XEgWea36 is 6KB 2024-05-08T06:57:45.602 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.d0XEgWea36 2024-05-08T06:57:45.617 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:57:45.682 INFO:teuthology.orchestra.run.smithi073.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:57:45.682 INFO:teuthology.orchestra.run.smithi073.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:57:45.682 INFO:teuthology.orchestra.run.smithi073.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:57:45.682 INFO:teuthology.orchestra.run.smithi073.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:57:45.683 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:57:45.833 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2024-05-08T06:57:46.023 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-05-08T06:57:47.474 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:57:47.505 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-05-08T06:57:47.507 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-05-08T06:57:47.523 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.wB8zHyzWfB 2024-05-08T06:57:47.523 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wB8zHyzWfB 2024-05-08T06:57:47.596 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.wB8zHyzWfB 2024-05-08T06:57:47.738 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.wB8zHyzWfB is 6KB 2024-05-08T06:57:47.759 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.wB8zHyzWfB 2024-05-08T06:57:47.774 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:57:47.836 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:57:47.836 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:57:47.836 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:57:47.836 INFO:teuthology.orchestra.run.smithi063.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:57:47.837 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:57:47.993 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-05-08T06:57:52.796 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:52.836 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:53.166 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:53.166 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:57:53.166 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:57:53.166 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:57:54.020 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:54.021 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T06:57:54.377 DEBUG:teuthology.orchestra.run.smithi157:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:54.450 INFO:teuthology.orchestra.run.smithi157.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.450 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:54.450 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:57:54.451 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:57:54.451 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:57:54.451 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-08T06:57:54.451 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi157.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:57:54.451 DEBUG:teuthology.orchestra.run.smithi157:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:57:54.501 INFO:teuthology.orchestra.run.smithi157.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:57:54.502 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:57:54.502 DEBUG:teuthology.orchestra.run.smithi157:> sudo rpm -qi grub2-tools 2024-05-08T06:57:54.532 INFO:teuthology.orchestra.run.smithi157.stdout:Name : grub2-tools 2024-05-08T06:57:54.532 INFO:teuthology.orchestra.run.smithi157.stdout:Epoch : 1 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Version : 2.06 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Release : 68.el9 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: x86_64 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Group : Unspecified 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Size : 8264254 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:License : GPLv3+ 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Packager : builder@centos.org 2024-05-08T06:57:54.533 INFO:teuthology.orchestra.run.smithi157.stdout:Vendor : CentOS 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:Summary : Support tools for GRUB. 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:Description : 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:hardware devices. 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T06:57:54.534 INFO:teuthology.orchestra.run.smithi157.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:57:54.535 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:57:54.535 INFO:teuthology.task.kernel:Updating grub on smithi157 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:57:54.535 DEBUG:teuthology.orchestra.run.smithi157:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:57:55.154 INFO:teuthology.orchestra.run.smithi157.stderr:Generating grub configuration file ... 2024-05-08T06:57:56.554 INFO:teuthology.orchestra.run.smithi157.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:57:56.581 INFO:teuthology.orchestra.run.smithi157.stderr:done 2024-05-08T06:57:56.592 DEBUG:teuthology.orchestra.run.smithi157:> mktemp 2024-05-08T06:57:56.608 INFO:teuthology.orchestra.run.smithi157.stdout:/tmp/tmp.2hzXgmtQaE 2024-05-08T06:57:56.608 DEBUG:teuthology.orchestra.run.smithi157:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2hzXgmtQaE 2024-05-08T06:57:56.673 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 0666 /tmp/tmp.2hzXgmtQaE 2024-05-08T06:57:56.807 DEBUG:teuthology.orchestra.remote:smithi157:/tmp/tmp.2hzXgmtQaE is 6KB 2024-05-08T06:57:56.827 DEBUG:teuthology.orchestra.run.smithi157:> rm -fr /tmp/tmp.2hzXgmtQaE 2024-05-08T06:57:56.841 DEBUG:teuthology.orchestra.run.smithi157:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:57:56.906 INFO:teuthology.orchestra.run.smithi157.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:57:56.906 INFO:teuthology.orchestra.run.smithi157.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:57:56.907 INFO:teuthology.orchestra.run.smithi157.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:57:56.907 INFO:teuthology.orchestra.run.smithi157.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:57:56.908 DEBUG:teuthology.orchestra.run.smithi157:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:57:57.069 DEBUG:teuthology.orchestra.run.smithi157:> sudo shutdown -r now 2024-05-08T06:58:15.838 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T06:58:15.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T06:58:15.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:17.998 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T06:58:17.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T06:58:17.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:27.081 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-08T06:58:27.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T06:58:27.082 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:34.398 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-05-08T06:58:36.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-08T06:58:43.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T06:58:43.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:45.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-05-08T06:58:45.447 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T06:58:45.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:46.462 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-05-08T06:58:48.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-08T06:58:54.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T06:58:54.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:58:57.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-05-08T06:58:58.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T06:58:58.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:00.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T06:59:00.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:09.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T06:59:09.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:12.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-05-08T06:59:16.897 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-05-08T06:59:18.942 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-05-08T06:59:27.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T06:59:27.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:31.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T06:59:31.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:32.241 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-05-08T06:59:32.705 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T06:59:32.705 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:59:32.705 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-05-08T06:59:32.731 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:59:32.731 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:59:32.731 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:59:32.732 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:59:33.732 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T06:59:33.733 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:59:33.817 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-05-08T06:59:33.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T06:59:33.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:59:34.044 DEBUG:teuthology.parallel:result is None 2024-05-08T06:59:34.338 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-08T06:59:34.693 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T06:59:34.693 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:59:34.693 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-05-08T06:59:34.752 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:59:34.752 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:59:34.752 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:59:34.752 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:59:35.753 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T06:59:35.753 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:59:35.852 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-05-08T06:59:35.898 DEBUG:teuthology.parallel:result is None 2024-05-08T06:59:46.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-05-08T07:00:04.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T07:00:04.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:00:04.399 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-05-08T07:00:04.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T07:00:04.753 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-08T07:00:04.753 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-05-08T07:00:04.770 INFO:teuthology.orchestra.run.smithi157.stdout:5.14.0-444.el9.x86_64 2024-05-08T07:00:04.770 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T07:00:04.770 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T07:00:04.770 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T07:00:05.771 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-08T07:00:05.772 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T07:00:05.840 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2024-05-08T07:00:05.876 DEBUG:teuthology.parallel:result is None 2024-05-08T07:00:05.876 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T07:00:05.884 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T07:00:05.884 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:00:05.887 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:00:05.890 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T07:00:05.908 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T07:00:05.916 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T07:00:05.926 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T07:00:05.927 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:00:05.948 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:00:05.951 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T07:00:05.984 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T07:00:05.990 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T07:00:05.991 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:00:06.017 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:00:06.022 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:00:06.053 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.057 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.059 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.066 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.070 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.070 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T07:00:06.072 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T07:00:06.080 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T07:00:06.080 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:00:06.110 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:00:06.115 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T07:00:06.142 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T07:00:06.152 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T07:00:06.152 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:00:06.180 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:00:06.184 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T07:00:06.200 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.281 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.332 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:06.425 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:06.469 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:00:06.469 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:00:06.537 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.582 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.633 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:06.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:06.763 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:00:06.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:00:06.831 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.875 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T07:00:06.933 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:07.015 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T07:00:07.062 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:00:07.062 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T07:00:07.131 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-05-08T07:00:07.133 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-05-08T07:00:07.136 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2024-05-08T07:00:07.189 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:00:07.189 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:00:07.215 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:00:07.731 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T07:00:07.739 INFO:teuthology.task.internal:Starting timer... 2024-05-08T07:00:07.739 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T07:00:07.770 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T07:00:07.786 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T07:00:07.786 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-05-08T07:00:07.881 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-05-08T07:00:07.883 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2024-05-08T07:00:07.977 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2024-05-08T07:00:07.979 DEBUG:teuthology.orchestra.run.smithi157:> sudo service auditd rotate 2024-05-08T07:00:08.034 INFO:teuthology.orchestra.run.smithi157.stdout:Rotating logs: 2024-05-08T07:00:08.036 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T07:00:08.036 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-05-08T07:00:08.062 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-05-08T07:00:08.063 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2024-05-08T07:00:08.090 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2024-05-08T07:00:08.090 DEBUG:teuthology.orchestra.run.smithi157:> /usr/sbin/getenforce 2024-05-08T07:00:08.119 INFO:teuthology.orchestra.run.smithi157.stdout:Permissive 2024-05-08T07:00:08.119 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi157.front.sepia.ceph.com': 'permissive'} 2024-05-08T07:00:08.120 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:00:08.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:08.151 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:00:08.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:08.180 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:00:08.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:00:08.209 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T07:00:08.209 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:00:08.239 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:00:08.265 DEBUG:teuthology.orchestra.run.smithi157:> sudo /usr/sbin/setenforce permissive 2024-05-08T07:00:08.305 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T07:00:08.316 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-08T07:00:08.320 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-08T07:00:08.443 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T07:00:08.459 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-08T07:00:08.460 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi073.front.sepia.ceph.com,smithi157.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T07:04:08.329 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi157.front.sepia.ceph.com')] 2024-05-08T07:04:08.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T07:04:08.332 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:04:08.409 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-05-08T07:04:08.486 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-05-08T07:04:08.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T07:04:08.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:04:08.560 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-05-08T07:04:08.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-05-08T07:04:08.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T07:04:08.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T07:04:08.718 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-05-08T07:04:08.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-05-08T07:04:08.802 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T07:04:08.812 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T07:04:08.812 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:04:08.813 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:04:08.815 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:04:08.815 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:04:08.817 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T07:04:08.817 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:04:08.845 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:04:08.846 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:04:08.859 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:04:08.861 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:04:08.872 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T07:04:08.883 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2024-05-08T07:04:08.886 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T07:04:08.887 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-05-08T07:04:08.894 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2024-05-08T07:04:08.899 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-05-08T07:04:08.908 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:04:08.910 INFO:teuthology.orchestra.run.smithi157.stderr:sudo: ntpd: command not found 2024-05-08T07:04:08.914 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:04:08.921 INFO:teuthology.orchestra.run.smithi157.stdout:506 Cannot talk to daemon 2024-05-08T07:04:08.922 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:04:08.929 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:04:08.935 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T07:04:08.948 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T07:04:08.979 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.983 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:08.987 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:09.003 INFO:teuthology.orchestra.run.smithi157.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:04:09.006 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:04:09.007 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2024-05-08T07:04:09.007 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:09.007 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:09.007 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:09.007 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:04:09.008 INFO:teuthology.run_tasks:Running task pexec... 2024-05-08T07:04:09.022 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-08T07:04:09.023 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2024-05-08T07:04:09.023 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T07:04:09.023 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2024-05-08T07:04:09.023 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T07:04:09.024 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi157.front.sepia.ceph.com 2024-05-08T07:04:09.024 DEBUG:teuthology.orchestra.run.smithi157:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-08T07:04:09.611 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:48 ago on Wed 08 May 2024 07:03:21 AM UTC. 2024-05-08T07:04:09.630 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:48 ago on Wed 08 May 2024 07:03:21 AM UTC. 2024-05-08T07:04:09.640 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:42 ago on Wed 08 May 2024 07:03:27 AM UTC. 2024-05-08T07:04:09.728 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:04:09.730 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:09.730 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-08T07:04:09.730 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:09.730 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:04:09.730 INFO:teuthology.orchestra.run.smithi073.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T07:04:09.731 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:09.731 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:04:09.731 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:09.731 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:04:09.731 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:09.748 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-05-08T07:04:09.748 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 9.8 M 2024-05-08T07:04:09.748 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:04:09.749 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:04:09.761 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:09.763 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:04:09.770 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 3.1 M 2024-05-08T07:04:09.770 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 9.8 M 2024-05-08T07:04:09.771 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:04:09.776 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:04:09.777 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:09.783 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-05-08T07:04:09.783 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 9.8 M 2024-05-08T07:04:09.783 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:04:10.043 INFO:teuthology.orchestra.run.smithi073.stdout:runc-1.1.12-2.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-05-08T07:04:10.043 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:04:10.043 INFO:teuthology.orchestra.run.smithi073.stdout:Total 11 MB/s | 3.1 MB 00:00 2024-05-08T07:04:10.079 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:04:10.085 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:04:10.086 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:04:10.181 INFO:teuthology.orchestra.run.smithi063.stdout:runc-1.1.12-2.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-05-08T07:04:10.181 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:04:10.181 INFO:teuthology.orchestra.run.smithi063.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-05-08T07:04:10.189 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:04:10.189 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:04:10.219 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:04:10.226 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:04:10.226 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:04:10.332 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:04:10.332 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:04:10.403 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:04:10.503 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:10.561 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:04:10.669 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.086 INFO:teuthology.orchestra.run.smithi157.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-05-08T07:04:11.086 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:04:11.086 INFO:teuthology.orchestra.run.smithi157.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-05-08T07:04:11.123 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:04:11.129 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:04:11.129 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:04:11.146 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.231 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:04:11.232 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:04:11.237 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.422 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.422 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:11.422 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:04:11.422 INFO:teuthology.orchestra.run.smithi073.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T07:04:11.423 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:11.423 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:04:11.461 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:04:11.483 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.483 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:11.484 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:04:11.484 INFO:teuthology.orchestra.run.smithi063.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T07:04:11.484 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:11.484 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:04:11.563 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:11.684 DEBUG:teuthology.parallel:result is None 2024-05-08T07:04:11.751 DEBUG:teuthology.parallel:result is None 2024-05-08T07:04:11.942 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:12.189 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:04:12.468 DEBUG:teuthology.parallel:result is None 2024-05-08T07:04:12.468 INFO:teuthology.run_tasks:Running task install... 2024-05-08T07:04:12.479 DEBUG:teuthology.task.install:project ceph 2024-05-08T07:04:12.479 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'}} 2024-05-08T07:04:12.479 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T07:04:12.479 INFO:teuthology.task.install:Using flavor: default 2024-05-08T07:04:12.485 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-08T07:04:12.485 INFO:teuthology.task.install:extra packages: [] 2024-05-08T07:04:12.485 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T07:04:12.486 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:04:12.488 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T07:04:12.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:04:12.489 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T07:04:12.489 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:04:12.719 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T07:04:12.719 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T07:04:12.722 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T07:04:12.723 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T07:04:12.728 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T07:04:12.728 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T07:04:12.833 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T07:04:12.833 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:04:12.833 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T07:04:12.841 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T07:04:12.841 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:04:12.841 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T07:04:12.859 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-08T07:04:12.860 DEBUG:teuthology.orchestra.run.smithi073:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T07:04:12.867 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-08T07:04:12.867 DEBUG:teuthology.orchestra.run.smithi157:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T07:04:12.895 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T07:04:12.895 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:04:12.895 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T07:04:12.925 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:04:12.927 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-08T07:04:12.927 DEBUG:teuthology.orchestra.run.smithi063:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T07:04:12.934 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:04:12.997 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:04:13.000 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:04:13.009 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:04:13.064 INFO:teuthology.orchestra.run.smithi073.stdout:check_obsoletes = 1 2024-05-08T07:04:13.066 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum clean all 2024-05-08T07:04:13.073 INFO:teuthology.orchestra.run.smithi157.stdout:check_obsoletes = 1 2024-05-08T07:04:13.075 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum clean all 2024-05-08T07:04:13.079 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:04:13.147 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2024-05-08T07:04:13.149 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2024-05-08T07:04:13.296 INFO:teuthology.orchestra.run.smithi073.stdout:54 files removed 2024-05-08T07:04:13.323 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-radosgw 2024-05-08T07:04:13.324 INFO:teuthology.orchestra.run.smithi157.stdout:54 files removed 2024-05-08T07:04:13.353 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-radosgw 2024-05-08T07:04:13.403 INFO:teuthology.orchestra.run.smithi063.stdout:54 files removed 2024-05-08T07:04:13.431 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2024-05-08T07:04:14.225 INFO:teuthology.orchestra.run.smithi073.stdout:ceph packages for x86_64 134 kB/s | 84 kB 00:00 2024-05-08T07:04:14.295 INFO:teuthology.orchestra.run.smithi157.stdout:ceph packages for x86_64 127 kB/s | 84 kB 00:00 2024-05-08T07:04:14.313 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 141 kB/s | 84 kB 00:00 2024-05-08T07:04:15.018 INFO:teuthology.orchestra.run.smithi073.stdout:ceph noarch packages 16 kB/s | 12 kB 00:00 2024-05-08T07:04:15.053 INFO:teuthology.orchestra.run.smithi157.stdout:ceph noarch packages 17 kB/s | 12 kB 00:00 2024-05-08T07:04:15.080 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 16 kB/s | 12 kB 00:00 2024-05-08T07:04:15.670 INFO:teuthology.orchestra.run.smithi157.stdout:ceph source packages 3.3 kB/s | 1.9 kB 00:00 2024-05-08T07:04:15.693 INFO:teuthology.orchestra.run.smithi073.stdout:ceph source packages 3.0 kB/s | 1.9 kB 00:00 2024-05-08T07:04:15.731 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 3.2 kB/s | 1.9 kB 00:00 2024-05-08T07:04:16.326 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.1 MB 00:00 2024-05-08T07:04:17.321 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.1 MB 00:01 2024-05-08T07:04:20.614 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-05-08T07:04:21.347 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 1.4 MB/s | 8.1 MB 00:05 2024-05-08T07:04:23.223 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-05-08T07:04:24.648 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-08T07:04:24.719 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 19 MB 00:07 2024-05-08T07:04:26.265 INFO:teuthology.orchestra.run.smithi157.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 16 kB 00:00 2024-05-08T07:04:28.009 INFO:teuthology.orchestra.run.smithi157.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-08T07:04:29.466 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.2 MB 00:02 2024-05-08T07:04:29.886 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.2 MB 00:01 2024-05-08T07:04:30.891 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 89 kB/s | 16 kB 00:00 2024-05-08T07:04:31.404 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 16 kB 00:00 2024-05-08T07:04:31.935 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-05-08T07:04:33.217 INFO:teuthology.orchestra.run.smithi157.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-05-08T07:04:35.592 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T07:04:35.594 INFO:teuthology.orchestra.run.smithi157.stdout:Upgrading: 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T07:04:35.595 INFO:teuthology.orchestra.run.smithi157.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:35.596 INFO:teuthology.orchestra.run.smithi157.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T07:04:35.597 INFO:teuthology.orchestra.run.smithi157.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout:Installing weak dependencies: 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout:Install 30 Packages 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout:Upgrade 2 Packages 2024-05-08T07:04:35.598 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:35.599 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 60 M 2024-05-08T07:04:35.599 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:04:37.318 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-08T07:04:37.554 INFO:teuthology.orchestra.run.smithi157.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 3.2 MB/s | 5.4 MB 00:01 2024-05-08T07:04:37.677 INFO:teuthology.orchestra.run.smithi157.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 201 kB/s | 25 kB 00:00 2024-05-08T07:04:37.810 INFO:teuthology.orchestra.run.smithi157.stdout:(3/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 5.5 MB/s | 11 MB 00:01 2024-05-08T07:04:37.927 INFO:teuthology.orchestra.run.smithi157.stdout:(4/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 2.9 MB/s | 747 kB 00:00 2024-05-08T07:04:37.953 INFO:teuthology.orchestra.run.smithi157.stdout:(5/32): libradosstriper1-19.0.0-3593.g7c8f650b. 3.4 MB/s | 500 kB 00:00 2024-05-08T07:04:38.044 INFO:teuthology.orchestra.run.smithi157.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 493 kB/s | 45 kB 00:00 2024-05-08T07:04:38.153 INFO:teuthology.orchestra.run.smithi157.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.2 MB/s | 136 kB 00:00 2024-05-08T07:04:38.442 INFO:teuthology.orchestra.run.smithi157.stdout:(8/32): ceph-common-19.0.0-3593.g7c8f650b.el9.x 8.2 MB/s | 21 MB 00:02 2024-05-08T07:04:38.470 INFO:teuthology.orchestra.run.smithi157.stdout:(9/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 510 kB/s | 161 kB 00:00 2024-05-08T07:04:38.537 INFO:teuthology.orchestra.run.smithi157.stdout:(10/32): python3-rados-19.0.0-3593.g7c8f650b.el 3.3 MB/s | 320 kB 00:00 2024-05-08T07:04:38.562 INFO:teuthology.orchestra.run.smithi157.stdout:(11/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 3.2 MB/s | 300 kB 00:00 2024-05-08T07:04:38.630 INFO:teuthology.orchestra.run.smithi157.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 1.1 MB/s | 99 kB 00:00 2024-05-08T07:04:38.780 INFO:teuthology.orchestra.run.smithi157.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 493 kB/s | 107 kB 00:00 2024-05-08T07:04:38.814 INFO:teuthology.orchestra.run.smithi157.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 873 kB/s | 160 kB 00:00 2024-05-08T07:04:38.839 INFO:teuthology.orchestra.run.smithi157.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 773 kB/s | 45 kB 00:00 2024-05-08T07:04:38.931 INFO:teuthology.orchestra.run.smithi157.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-05-08T07:04:38.956 INFO:teuthology.orchestra.run.smithi157.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 662 kB 00:00 2024-05-08T07:04:38.990 INFO:teuthology.orchestra.run.smithi157.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 723 kB/s | 42 kB 00:00 2024-05-08T07:04:39.015 INFO:teuthology.orchestra.run.smithi157.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-05-08T07:04:39.049 INFO:teuthology.orchestra.run.smithi157.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-05-08T07:04:39.074 INFO:teuthology.orchestra.run.smithi157.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 810 kB/s | 47 kB 00:00 2024-05-08T07:04:39.316 INFO:teuthology.orchestra.run.smithi157.stdout:(22/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_ 3.9 MB/s | 5.4 MB 00:01 2024-05-08T07:04:39.733 INFO:teuthology.orchestra.run.smithi157.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 62 kB/s | 26 kB 00:00 2024-05-08T07:04:39.754 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:39.757 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T07:04:39.758 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2024-05-08T07:04:39.759 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:Install 30 Packages 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 60 M 2024-05-08T07:04:39.760 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:04:39.900 INFO:teuthology.orchestra.run.smithi157.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 363 kB/s | 309 kB 00:00 2024-05-08T07:04:40.042 INFO:teuthology.orchestra.run.smithi157.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 157 kB/s | 49 kB 00:00 2024-05-08T07:04:40.067 INFO:teuthology.orchestra.run.smithi157.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 403 kB/s | 67 kB 00:00 2024-05-08T07:04:40.226 INFO:teuthology.orchestra.run.smithi157.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-05-08T07:04:40.418 INFO:teuthology.orchestra.run.smithi157.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.3 MB/s | 4.4 MB 00:01 2024-05-08T07:04:40.593 INFO:teuthology.orchestra.run.smithi157.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.5 MB/s | 839 kB 00:00 2024-05-08T07:04:40.718 INFO:teuthology.orchestra.run.smithi157.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.2 MB/s | 1.6 MB 00:00 2024-05-08T07:04:41.543 INFO:teuthology.orchestra.run.smithi157.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.0 MB/s | 3.4 MB 00:01 2024-05-08T07:04:41.744 INFO:teuthology.orchestra.run.smithi063.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 3.4 MB/s | 5.4 MB 00:01 2024-05-08T07:04:41.851 INFO:teuthology.orchestra.run.smithi157.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 2.5 MB/s | 3.1 MB 00:01 2024-05-08T07:04:41.854 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:04:41.854 INFO:teuthology.orchestra.run.smithi157.stdout:Total 9.6 MB/s | 60 MB 00:06 2024-05-08T07:04:41.862 INFO:teuthology.orchestra.run.smithi063.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 215 kB/s | 25 kB 00:00 2024-05-08T07:04:41.959 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:04:41.995 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:04:41.995 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:04:42.078 INFO:teuthology.orchestra.run.smithi063.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 3.4 MB/s | 747 kB 00:00 2024-05-08T07:04:42.396 INFO:teuthology.orchestra.run.smithi063.stdout:(4/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 4.7 MB/s | 11 MB 00:02 2024-05-08T07:04:42.421 INFO:teuthology.orchestra.run.smithi063.stdout:(5/32): libradosstriper1-19.0.0-3593.g7c8f650b. 1.4 MB/s | 500 kB 00:00 2024-05-08T07:04:42.529 INFO:teuthology.orchestra.run.smithi063.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 416 kB/s | 45 kB 00:00 2024-05-08T07:04:42.585 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:04:42.586 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:04:42.638 INFO:teuthology.orchestra.run.smithi063.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.2 MB/s | 136 kB 00:00 2024-05-08T07:04:42.771 INFO:teuthology.orchestra.run.smithi063.stdout:(8/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.2 MB/s | 161 kB 00:00 2024-05-08T07:04:42.922 INFO:teuthology.orchestra.run.smithi063.stdout:(9/32): python3-rados-19.0.0-3593.g7c8f650b.el9 2.1 MB/s | 320 kB 00:00 2024-05-08T07:04:43.047 INFO:teuthology.orchestra.run.smithi063.stdout:(10/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 2.3 MB/s | 300 kB 00:00 2024-05-08T07:04:43.272 INFO:teuthology.orchestra.run.smithi063.stdout:(11/32): ceph-common-19.0.0-3593.g7c8f650b.el9. 6.8 MB/s | 21 MB 00:03 2024-05-08T07:04:43.297 INFO:teuthology.orchestra.run.smithi063.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 396 kB/s | 99 kB 00:00 2024-05-08T07:04:43.390 INFO:teuthology.orchestra.run.smithi063.stdout:(13/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_ 5.4 MB/s | 5.4 MB 00:00 2024-05-08T07:04:43.431 INFO:teuthology.orchestra.run.smithi063.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 674 kB/s | 107 kB 00:00 2024-05-08T07:04:43.457 INFO:teuthology.orchestra.run.smithi063.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 678 kB/s | 45 kB 00:00 2024-05-08T07:04:43.482 INFO:teuthology.orchestra.run.smithi063.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 871 kB/s | 160 kB 00:00 2024-05-08T07:04:43.540 INFO:teuthology.orchestra.run.smithi063.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 727 kB/s | 42 kB 00:00 2024-05-08T07:04:43.566 INFO:teuthology.orchestra.run.smithi063.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-05-08T07:04:43.591 INFO:teuthology.orchestra.run.smithi063.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-05-08T07:04:43.633 INFO:teuthology.orchestra.run.smithi063.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-05-08T07:04:43.658 INFO:teuthology.orchestra.run.smithi063.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 710 kB/s | 47 kB 00:00 2024-05-08T07:04:43.683 INFO:teuthology.orchestra.run.smithi063.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-05-08T07:04:43.801 INFO:teuthology.orchestra.run.smithi063.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 222 kB/s | 26 kB 00:00 2024-05-08T07:04:43.892 INFO:teuthology.orchestra.run.smithi063.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 531 kB/s | 49 kB 00:00 2024-05-08T07:04:43.918 INFO:teuthology.orchestra.run.smithi063.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-05-08T07:04:43.976 INFO:teuthology.orchestra.run.smithi063.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 807 kB/s | 67 kB 00:00 2024-05-08T07:04:43.996 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:04:44.068 INFO:teuthology.orchestra.run.smithi063.stdout:(27/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-05-08T07:04:44.092 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T07:04:44.093 INFO:teuthology.orchestra.run.smithi063.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-05-08T07:04:44.119 INFO:teuthology.orchestra.run.smithi063.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.1 MB/s | 839 kB 00:00 2024-05-08T07:04:44.123 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T07:04:44.149 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T07:04:44.161 INFO:teuthology.orchestra.run.smithi063.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-05-08T07:04:44.171 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:04:44.192 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:04:44.381 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:04:44.436 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:04:44.761 INFO:teuthology.orchestra.run.smithi063.stdout:(31/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 4.9 MB/s | 3.1 MB 00:00 2024-05-08T07:04:44.836 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T07:04:44.892 INFO:teuthology.orchestra.run.smithi157.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:04:44.984 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:04:45.075 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T07:04:45.086 INFO:teuthology.orchestra.run.smithi063.stdout:(32/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.4 MB/s | 3.4 MB 00:00 2024-05-08T07:04:45.088 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:04:45.089 INFO:teuthology.orchestra.run.smithi063.stdout:Total 11 MB/s | 60 MB 00:05 2024-05-08T07:04:45.102 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:04:45.165 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:04:45.191 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:04:45.194 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T07:04:45.232 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:04:45.233 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:04:45.238 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T07:04:45.308 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:04:45.329 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:04:45.385 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:04:45.420 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T07:04:45.532 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T07:04:45.571 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T07:04:45.612 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T07:04:45.652 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T07:04:45.682 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T07:04:45.714 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T07:04:45.868 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:04:45.869 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:04:46.033 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T07:04:46.069 INFO:teuthology.orchestra.run.smithi157.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:04:46.160 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:04:46.190 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T07:04:46.226 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T07:04:46.709 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T07:04:46.738 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:04:46.792 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:04:46.862 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T07:04:46.891 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T07:04:47.447 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:04:47.535 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T07:04:47.575 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T07:04:47.600 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T07:04:47.623 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:04:47.646 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:04:47.817 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:04:47.870 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:04:48.274 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T07:04:48.334 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:04:48.435 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:04:48.526 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T07:04:48.553 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:04:48.618 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:04:48.644 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T07:04:48.689 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T07:04:48.751 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:04:48.780 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:04:48.844 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:04:48.878 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T07:04:49.005 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T07:04:49.037 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T07:04:49.101 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T07:04:49.136 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T07:04:49.165 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T07:04:49.198 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T07:04:49.217 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:49.254 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:49.528 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T07:04:49.560 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:04:49.651 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:04:49.682 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T07:04:49.718 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T07:04:49.861 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:49.900 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:04:49.974 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:04:49.974 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T07:04:49.974 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T07:04:49.974 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:50.018 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:04:50.216 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T07:04:50.246 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:04:50.318 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:04:50.398 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T07:04:50.432 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T07:04:50.531 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-08T07:04:52.831 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:52.870 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:53.460 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:04:53.499 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:04:53.597 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:04:53.598 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T07:04:53.598 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T07:04:53.598 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:04:53.633 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:04:55.614 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T07:04:58.003 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrading: 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T07:04:58.005 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T07:04:58.006 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout:Installing weak dependencies: 2024-05-08T07:04:58.007 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:Install 30 Packages 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrade 2 Packages 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 60 M 2024-05-08T07:04:58.008 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:04:59.480 INFO:teuthology.orchestra.run.smithi073.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 4.1 MB/s | 5.4 MB 00:01 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /sys 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /proc 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /mnt 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /var/tmp 2024-05-08T07:04:59.568 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /home 2024-05-08T07:04:59.569 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /root 2024-05-08T07:04:59.569 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /tmp 2024-05-08T07:04:59.569 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:04:59.580 INFO:teuthology.orchestra.run.smithi073.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 251 kB/s | 25 kB 00:00 2024-05-08T07:04:59.747 INFO:teuthology.orchestra.run.smithi073.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 4.4 MB/s | 747 kB 00:00 2024-05-08T07:04:59.881 INFO:teuthology.orchestra.run.smithi073.stdout:(4/32): libradosstriper1-19.0.0-3593.g7c8f650b. 3.7 MB/s | 500 kB 00:00 2024-05-08T07:05:00.031 INFO:teuthology.orchestra.run.smithi073.stdout:(5/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 5.6 MB/s | 11 MB 00:01 2024-05-08T07:05:00.139 INFO:teuthology.orchestra.run.smithi073.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 418 kB/s | 45 kB 00:00 2024-05-08T07:05:00.265 INFO:teuthology.orchestra.run.smithi073.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.1 MB/s | 136 kB 00:00 2024-05-08T07:05:00.365 INFO:teuthology.orchestra.run.smithi073.stdout:(8/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.6 MB/s | 161 kB 00:00 2024-05-08T07:05:00.490 INFO:teuthology.orchestra.run.smithi073.stdout:(9/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_6 8.8 MB/s | 5.4 MB 00:00 2024-05-08T07:05:00.572 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:00.598 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:00.598 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:00.599 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T07:05:00.599 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:00.599 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:00.599 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:00.599 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:00.682 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:00.683 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:00.788 INFO:teuthology.orchestra.run.smithi073.stdout:(10/32): ceph-common-19.0.0-3593.g7c8f650b.el9. 8.0 MB/s | 21 MB 00:02 2024-05-08T07:05:00.816 INFO:teuthology.orchestra.run.smithi073.stdout:(11/32): python3-rados-19.0.0-3593.g7c8f650b.el 711 kB/s | 320 kB 00:00 2024-05-08T07:05:00.841 INFO:teuthology.orchestra.run.smithi073.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 1.8 MB/s | 99 kB 00:00 2024-05-08T07:05:00.867 INFO:teuthology.orchestra.run.smithi073.stdout:(13/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 798 kB/s | 300 kB 00:00 2024-05-08T07:05:00.909 INFO:teuthology.orchestra.run.smithi073.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 1.1 MB/s | 107 kB 00:00 2024-05-08T07:05:00.926 INFO:teuthology.orchestra.run.smithi073.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 773 kB/s | 45 kB 00:00 2024-05-08T07:05:00.942 INFO:teuthology.orchestra.run.smithi073.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.5 MB/s | 160 kB 00:00 2024-05-08T07:05:00.993 INFO:teuthology.orchestra.run.smithi073.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 845 kB/s | 42 kB 00:00 2024-05-08T07:05:01.018 INFO:teuthology.orchestra.run.smithi073.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-05-08T07:05:01.044 INFO:teuthology.orchestra.run.smithi073.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-05-08T07:05:01.077 INFO:teuthology.orchestra.run.smithi073.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 616 kB/s | 36 kB 00:00 2024-05-08T07:05:01.094 INFO:teuthology.orchestra.run.smithi073.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 948 kB/s | 47 kB 00:00 2024-05-08T07:05:01.119 INFO:teuthology.orchestra.run.smithi073.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-05-08T07:05:01.261 INFO:teuthology.orchestra.run.smithi073.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 184 kB/s | 26 kB 00:00 2024-05-08T07:05:01.287 INFO:teuthology.orchestra.run.smithi073.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-05-08T07:05:01.320 INFO:teuthology.orchestra.run.smithi073.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 843 kB/s | 49 kB 00:00 2024-05-08T07:05:01.345 INFO:teuthology.orchestra.run.smithi073.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-05-08T07:05:01.446 INFO:teuthology.orchestra.run.smithi073.stdout:(27/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-05-08T07:05:01.471 INFO:teuthology.orchestra.run.smithi073.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.5 MB/s | 839 kB 00:00 2024-05-08T07:05:01.496 INFO:teuthology.orchestra.run.smithi073.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-05-08T07:05:01.538 INFO:teuthology.orchestra.run.smithi073.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-05-08T07:05:01.797 INFO:teuthology.orchestra.run.smithi073.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 11 MB/s | 3.4 MB 00:00 2024-05-08T07:05:01.840 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:01.840 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T07:05:01.840 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T07:05:01.840 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T07:05:01.841 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T07:05:01.842 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T07:05:01.843 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T07:05:01.843 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:01.843 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T07:05:01.843 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T07:05:01.847 INFO:teuthology.orchestra.run.smithi073.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 9.0 MB/s | 3.1 MB 00:00 2024-05-08T07:05:01.852 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:01.853 INFO:teuthology.orchestra.run.smithi073.stdout:Total 16 MB/s | 60 MB 00:03 2024-05-08T07:05:01.956 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:01.993 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:01.993 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:02.617 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:02.617 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout:Upgraded: 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.711 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.712 INFO:teuthology.orchestra.run.smithi157.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T07:05:02.713 INFO:teuthology.orchestra.run.smithi157.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T07:05:02.714 INFO:teuthology.orchestra.run.smithi157.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T07:05:02.714 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:02.714 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:03.048 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-test 2024-05-08T07:05:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:03.609 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2024-05-08T07:05:03.609 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /root 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2024-05-08T07:05:03.610 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:03.626 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:30 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:03.746 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:03.747 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:03.747 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:03.747 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:03.747 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:03.747 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout:Install 4 Packages 2024-05-08T07:05:03.748 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:03.749 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 50 M 2024-05-08T07:05:03.749 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 211 M 2024-05-08T07:05:03.749 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:04.237 INFO:teuthology.orchestra.run.smithi157.stdout:(1/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 439 kB/s | 163 kB 00:00 2024-05-08T07:05:04.269 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:04.364 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T07:05:04.394 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T07:05:04.419 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T07:05:04.442 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:05:04.453 INFO:teuthology.orchestra.run.smithi157.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 518 kB/s | 305 kB 00:00 2024-05-08T07:05:04.476 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T07:05:04.579 INFO:teuthology.orchestra.run.smithi157.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 186 kB/s | 64 kB 00:00 2024-05-08T07:05:04.626 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:04.652 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:04.653 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:05:04.654 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:04.710 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T07:05:04.745 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:04.745 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:05.064 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T07:05:05.154 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:05:05.228 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:05:05.316 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T07:05:05.347 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:05:05.392 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T07:05:05.421 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T07:05:05.466 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T07:05:05.533 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:05:05.557 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:05:05.604 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T07:05:05.640 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T07:05:05.755 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T07:05:05.782 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T07:05:05.832 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T07:05:05.864 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T07:05:05.893 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T07:05:05.925 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T07:05:05.964 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T07:05:05.965 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T07:05:05.966 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T07:05:05.967 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T07:05:06.238 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T07:05:06.302 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:05:06.386 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T07:05:06.412 INFO:teuthology.orchestra.run.smithi157.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-08T07:05:06.414 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:06.415 INFO:teuthology.orchestra.run.smithi157.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-08T07:05:06.418 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T07:05:06.442 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:06.453 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T07:05:06.463 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:06.463 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.713 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T07:05:06.714 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T07:05:06.715 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T07:05:06.716 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T07:05:06.716 INFO:teuthology.orchestra.run.smithi063.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T07:05:06.716 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T07:05:06.716 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:06.716 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:06.837 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:06.837 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:06.939 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T07:05:06.974 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:05:07.017 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2024-05-08T07:05:07.029 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T07:05:07.106 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T07:05:07.136 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T07:05:07.373 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:07.456 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T07:05:07.511 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T07:05:07.531 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:07.614 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:30 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:07.739 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-05-08T07:05:07.740 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:07.741 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 50 M 2024-05-08T07:05:07.741 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 211 M 2024-05-08T07:05:07.741 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:08.123 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 692 kB/s | 163 kB 00:00 2024-05-08T07:05:08.474 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-05-08T07:05:08.499 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 498 kB/s | 305 kB 00:00 2024-05-08T07:05:09.441 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:05:09.481 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:05:10.058 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T07:05:10.094 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:05:10.188 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T07:05:10.188 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T07:05:10.188 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T07:05:10.189 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:10.228 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:10.249 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-08T07:05:10.251 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:10.252 INFO:teuthology.orchestra.run.smithi063.stdout:Total 20 MB/s | 50 MB 00:02 2024-05-08T07:05:10.280 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:10.304 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:10.304 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:10.698 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:10.698 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:11.249 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:11.327 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T07:05:11.369 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T07:05:11.393 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:12.196 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:12.270 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:14.636 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:14.636 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T07:05:14.636 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T07:05:14.636 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T07:05:14.899 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T07:05:14.899 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:14.899 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:14.900 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:15.179 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph 2024-05-08T07:05:15.776 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:42 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:15.908 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:15.910 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:15.910 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:15.910 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T07:05:15.911 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-collections 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T07:05:15.912 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:15.913 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:15.914 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:15.914 INFO:teuthology.orchestra.run.smithi157.stdout:Install 36 Packages 2024-05-08T07:05:15.914 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:15.914 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 30 M 2024-05-08T07:05:15.914 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 108 M 2024-05-08T07:05:15.915 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:16.346 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:16.427 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:16.848 INFO:teuthology.orchestra.run.smithi157.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 22 kB/s | 6.6 kB 00:00 2024-05-08T07:05:17.823 INFO:teuthology.orchestra.run.smithi157.stdout:(2/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 1.2 MB/s | 1.5 MB 00:01 2024-05-08T07:05:18.457 INFO:teuthology.orchestra.run.smithi157.stdout:(3/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 2.9 MB/s | 4.7 MB 00:01 2024-05-08T07:05:18.516 INFO:teuthology.orchestra.run.smithi157.stdout:(4/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 1.2 MB/s | 2.4 MB 00:01 2024-05-08T07:05:18.574 INFO:teuthology.orchestra.run.smithi157.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.3 MB/s | 274 kB 00:00 2024-05-08T07:05:18.704 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:18.704 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T07:05:18.704 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T07:05:18.704 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T07:05:18.719 INFO:teuthology.orchestra.run.smithi157.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-05-08T07:05:18.766 INFO:teuthology.orchestra.run.smithi157.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-08T07:05:18.825 INFO:teuthology.orchestra.run.smithi157.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-05-08T07:05:18.875 INFO:teuthology.orchestra.run.smithi157.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-05-08T07:05:18.950 INFO:teuthology.orchestra.run.smithi157.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 3.3 MB/s | 1.2 MB 00:00 2024-05-08T07:05:18.963 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T07:05:18.963 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:18.963 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:18.963 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:18.964 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:18.964 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T07:05:18.964 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T07:05:18.964 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:18.964 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:18.976 INFO:teuthology.orchestra.run.smithi157.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-05-08T07:05:19.219 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2024-05-08T07:05:19.468 INFO:teuthology.orchestra.run.smithi157.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 364 kB/s | 188 kB 00:00 2024-05-08T07:05:19.493 INFO:teuthology.orchestra.run.smithi157.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 333 kB/s | 172 kB 00:00 2024-05-08T07:05:19.577 INFO:teuthology.orchestra.run.smithi157.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-05-08T07:05:19.602 INFO:teuthology.orchestra.run.smithi157.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-05-08T07:05:19.661 INFO:teuthology.orchestra.run.smithi157.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 382 kB/s | 22 kB 00:00 2024-05-08T07:05:19.702 INFO:teuthology.orchestra.run.smithi157.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 332 kB/s | 42 kB 00:00 2024-05-08T07:05:19.711 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:19.711 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /sys 2024-05-08T07:05:19.711 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /proc 2024-05-08T07:05:19.711 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /mnt 2024-05-08T07:05:19.711 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /var/tmp 2024-05-08T07:05:19.712 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /home 2024-05-08T07:05:19.712 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /root 2024-05-08T07:05:19.712 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /tmp 2024-05-08T07:05:19.712 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:19.812 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:42 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:19.861 INFO:teuthology.orchestra.run.smithi157.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 275 kB/s | 43 kB 00:00 2024-05-08T07:05:19.911 INFO:teuthology.orchestra.run.smithi157.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 603 kB/s | 151 kB 00:00 2024-05-08T07:05:19.943 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T07:05:19.946 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T07:05:19.947 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T07:05:19.948 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout:Install 36 Packages 2024-05-08T07:05:19.949 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:19.950 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 30 M 2024-05-08T07:05:19.950 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 108 M 2024-05-08T07:05:19.950 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:19.995 INFO:teuthology.orchestra.run.smithi157.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-08T07:05:20.037 INFO:teuthology.orchestra.run.smithi157.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-05-08T07:05:20.071 INFO:teuthology.orchestra.run.smithi157.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-05-08T07:05:20.096 INFO:teuthology.orchestra.run.smithi157.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-05-08T07:05:20.129 INFO:teuthology.orchestra.run.smithi157.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-05-08T07:05:20.146 INFO:teuthology.orchestra.run.smithi157.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-05-08T07:05:20.180 INFO:teuthology.orchestra.run.smithi157.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-05-08T07:05:20.197 INFO:teuthology.orchestra.run.smithi157.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-05-08T07:05:20.239 INFO:teuthology.orchestra.run.smithi157.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-05-08T07:05:20.281 INFO:teuthology.orchestra.run.smithi157.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-05-08T07:05:20.306 INFO:teuthology.orchestra.run.smithi157.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-05-08T07:05:20.356 INFO:teuthology.orchestra.run.smithi157.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-05-08T07:05:20.382 INFO:teuthology.orchestra.run.smithi157.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 475 kB/s | 36 kB 00:00 2024-05-08T07:05:20.432 INFO:teuthology.orchestra.run.smithi157.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-05-08T07:05:20.483 INFO:teuthology.orchestra.run.smithi157.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 400 kB/s | 20 kB 00:00 2024-05-08T07:05:20.508 INFO:teuthology.orchestra.run.smithi157.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-05-08T07:05:20.680 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:20.707 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T07:05:20.707 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:20.707 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T07:05:20.707 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:20.708 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T07:05:20.708 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:20.709 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:20.790 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T07:05:20.791 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:20.934 INFO:teuthology.orchestra.run.smithi063.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-05-08T07:05:21.392 INFO:teuthology.orchestra.run.smithi063.stdout:(2/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 10 MB/s | 4.7 MB 00:00 2024-05-08T07:05:21.426 INFO:teuthology.orchestra.run.smithi063.stdout:(3/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-05-08T07:05:21.476 INFO:teuthology.orchestra.run.smithi063.stdout:(4/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 3.3 MB/s | 2.4 MB 00:00 2024-05-08T07:05:21.535 INFO:teuthology.orchestra.run.smithi063.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.5 MB/s | 274 kB 00:00 2024-05-08T07:05:21.710 INFO:teuthology.orchestra.run.smithi063.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-08T07:05:21.761 INFO:teuthology.orchestra.run.smithi063.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-08T07:05:21.811 INFO:teuthology.orchestra.run.smithi063.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-05-08T07:05:21.861 INFO:teuthology.orchestra.run.smithi063.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T07:05:21.910 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T07:05:21.911 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T07:05:21.912 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T07:05:21.945 INFO:teuthology.orchestra.run.smithi063.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 3.0 MB/s | 1.2 MB 00:00 2024-05-08T07:05:21.962 INFO:teuthology.orchestra.run.smithi063.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-05-08T07:05:22.028 INFO:teuthology.orchestra.run.smithi063.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-08T07:05:22.054 INFO:teuthology.orchestra.run.smithi063.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2024-05-08T07:05:22.087 INFO:teuthology.orchestra.run.smithi063.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 594 kB/s | 35 kB 00:00 2024-05-08T07:05:22.104 INFO:teuthology.orchestra.run.smithi063.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-08T07:05:22.249 INFO:teuthology.orchestra.run.smithi157.stdout:(36/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86 3.8 MB/s | 17 MB 00:04 2024-05-08T07:05:22.251 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:22.251 INFO:teuthology.orchestra.run.smithi157.stdout:Total 4.8 MB/s | 30 MB 00:06 2024-05-08T07:05:22.263 INFO:teuthology.orchestra.run.smithi063.stdout:(16/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86 19 MB/s | 17 MB 00:00 2024-05-08T07:05:22.280 INFO:teuthology.orchestra.run.smithi063.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 216 kB/s | 42 kB 00:00 2024-05-08T07:05:22.390 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:22.397 INFO:teuthology.orchestra.run.smithi063.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 76 kB/s | 22 kB 00:00 2024-05-08T07:05:22.430 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:22.430 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:22.580 INFO:teuthology.orchestra.run.smithi063.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 145 kB/s | 43 kB 00:00 2024-05-08T07:05:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 377 kB/s | 151 kB 00:00 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout:Upgraded: 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T07:05:22.719 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.720 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T07:05:22.721 INFO:teuthology.orchestra.run.smithi073.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T07:05:22.722 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:22.722 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:22.731 INFO:teuthology.orchestra.run.smithi063.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 160 kB/s | 11 kB 00:00 2024-05-08T07:05:22.781 INFO:teuthology.orchestra.run.smithi063.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 447 kB/s | 172 kB 00:00 2024-05-08T07:05:22.806 INFO:teuthology.orchestra.run.smithi063.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-05-08T07:05:22.831 INFO:teuthology.orchestra.run.smithi063.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-05-08T07:05:22.857 INFO:teuthology.orchestra.run.smithi063.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 308 kB/s | 23 kB 00:00 2024-05-08T07:05:22.882 INFO:teuthology.orchestra.run.smithi063.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-05-08T07:05:22.888 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:22.888 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:22.907 INFO:teuthology.orchestra.run.smithi063.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-05-08T07:05:22.941 INFO:teuthology.orchestra.run.smithi063.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-05-08T07:05:22.974 INFO:teuthology.orchestra.run.smithi063.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 856 kB/s | 79 kB 00:00 2024-05-08T07:05:23.008 INFO:teuthology.orchestra.run.smithi063.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-05-08T07:05:23.033 INFO:teuthology.orchestra.run.smithi063.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 178 kB/s | 16 kB 00:00 2024-05-08T07:05:23.067 INFO:teuthology.orchestra.run.smithi063.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 976 kB/s | 90 kB 00:00 2024-05-08T07:05:23.081 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-test 2024-05-08T07:05:23.176 INFO:teuthology.orchestra.run.smithi063.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 214 kB/s | 36 kB 00:00 2024-05-08T07:05:23.234 INFO:teuthology.orchestra.run.smithi063.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-05-08T07:05:23.259 INFO:teuthology.orchestra.run.smithi063.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 240 kB/s | 20 kB 00:00 2024-05-08T07:05:23.284 INFO:teuthology.orchestra.run.smithi063.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 915 kB/s | 230 kB 00:00 2024-05-08T07:05:23.289 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:23.289 INFO:teuthology.orchestra.run.smithi063.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-05-08T07:05:23.435 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:23.479 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:23.479 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:23.660 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:28 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:23.780 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:23.780 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:23.780 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-05-08T07:05:23.781 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:23.783 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 50 M 2024-05-08T07:05:23.783 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 211 M 2024-05-08T07:05:23.783 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:05:23.960 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:23.960 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:24.061 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 680 kB/s | 163 kB 00:00 2024-05-08T07:05:24.086 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-08T07:05:24.158 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:24.178 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 545 kB/s | 64 kB 00:00 2024-05-08T07:05:24.227 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T07:05:24.264 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T07:05:24.296 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T07:05:24.367 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T07:05:24.403 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T07:05:24.436 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T07:05:24.529 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T07:05:24.606 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T07:05:24.647 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T07:05:24.682 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T07:05:24.712 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T07:05:24.755 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T07:05:24.788 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T07:05:24.828 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T07:05:24.863 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T07:05:24.898 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T07:05:24.936 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T07:05:25.009 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T07:05:25.148 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T07:05:25.228 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T07:05:25.251 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:25.280 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T07:05:25.312 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T07:05:25.328 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T07:05:25.350 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T07:05:25.382 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T07:05:25.384 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T07:05:25.440 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T07:05:25.456 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T07:05:25.506 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T07:05:25.538 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T07:05:25.631 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T07:05:25.634 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T07:05:25.681 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T07:05:25.719 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T07:05:25.759 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T07:05:25.775 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T07:05:25.810 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T07:05:25.839 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T07:05:25.847 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T07:05:25.873 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T07:05:25.889 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T07:05:25.907 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T07:05:25.948 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T07:05:25.991 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T07:05:26.014 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T07:05:26.025 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T07:05:26.063 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T07:05:26.140 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T07:05:26.180 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T07:05:26.186 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 21 MB/s | 49 MB 00:02 2024-05-08T07:05:26.189 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:26.189 INFO:teuthology.orchestra.run.smithi073.stdout:Total 21 MB/s | 50 MB 00:02 2024-05-08T07:05:26.208 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:26.217 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:26.234 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:26.238 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:26.238 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:26.342 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T07:05:26.433 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T07:05:26.484 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T07:05:26.529 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T07:05:26.588 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T07:05:26.611 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:26.612 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:26.652 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T07:05:26.860 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T07:05:26.900 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T07:05:26.983 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T07:05:27.080 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T07:05:27.115 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T07:05:27.154 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:27.246 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T07:05:27.250 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T07:05:27.290 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T07:05:27.313 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:27.433 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T07:05:27.459 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:27.486 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:27.692 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:27.719 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:27.720 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:27.720 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T07:05:27.720 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:27.720 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:27.720 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:28.159 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:28.183 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:28.183 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:28.184 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T07:05:28.184 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:28.184 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:28.184 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:28.410 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:28.434 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:28.499 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:29.009 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:29.039 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:29.039 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:29.039 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T07:05:29.039 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:29.039 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:29.040 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:29.518 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:29.544 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:29.544 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:29.544 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T07:05:29.545 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:29.545 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:29.545 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:29.777 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:29.803 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:29.803 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:29.803 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T07:05:29.803 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:29.804 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:29.804 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:29.869 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:30.268 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:30.268 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T07:05:30.269 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T07:05:30.270 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T07:05:30.271 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T07:05:30.272 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T07:05:31.152 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T07:05:31.152 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:31.152 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:31.152 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:31.152 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T07:05:31.153 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T07:05:31.154 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:31.155 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:31.514 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-base 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T07:05:31.641 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T07:05:31.642 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T07:05:31.643 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T07:05:32.011 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T07:05:32.087 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:32.092 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:59 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:32.174 INFO:teuthology.orchestra.run.smithi157.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:32.217 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:32.218 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:05:32.218 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:32.294 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install cephadm 2024-05-08T07:05:32.564 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T07:05:32.564 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:32.564 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T07:05:32.565 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T07:05:32.566 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:32.567 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:32.860 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:59 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:32.911 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-base 2024-05-08T07:05:32.984 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T07:05:32.985 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 764 k 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 770 k 2024-05-08T07:05:32.986 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:33.276 INFO:teuthology.orchestra.run.smithi157.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.6 MB/s | 764 kB 00:00 2024-05-08T07:05:33.277 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:33.277 INFO:teuthology.orchestra.run.smithi157.stdout:Total 2.6 MB/s | 764 kB 00:00 2024-05-08T07:05:33.277 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:33.282 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:33.283 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:33.289 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:33.289 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:33.364 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:33.510 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:56 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:33.594 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:33.637 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:33.638 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:05:33.638 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:33.704 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install cephadm 2024-05-08T07:05:33.854 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:33.939 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:34.295 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:34.295 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:57 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:34.423 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:34.424 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:34.424 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:34.424 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 764 k 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 770 k 2024-05-08T07:05:34.425 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:34.526 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T07:05:34.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T07:05:34.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T07:05:34.526 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T07:05:34.533 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:34.533 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:34.533 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:34.533 INFO:teuthology.orchestra.run.smithi157.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:34.533 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:34.534 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:34.769 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:34.804 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:34.860 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 1.7 MB/s | 764 kB 00:00 2024-05-08T07:05:34.861 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:34.861 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.7 MB/s | 764 kB 00:00 2024-05-08T07:05:34.861 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:34.867 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:34.867 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:34.873 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:34.874 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:34.963 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:35.075 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph 2024-05-08T07:05:35.347 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:02 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:35.439 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:35.472 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repo Size 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 145 k 2024-05-08T07:05:35.473 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 435 k 2024-05-08T07:05:35.474 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:35.541 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:35.648 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:40 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:35.718 INFO:teuthology.orchestra.run.smithi157.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 596 kB/s | 145 kB 00:00 2024-05-08T07:05:35.719 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:35.719 INFO:teuthology.orchestra.run.smithi157.stdout:Total 593 kB/s | 145 kB 00:00 2024-05-08T07:05:35.719 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:35.725 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:35.725 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:35.771 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:35.773 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T07:05:35.774 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T07:05:35.775 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T07:05:35.776 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T07:05:35.777 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T07:05:35.777 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T07:05:35.777 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:35.777 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:05:35.777 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:35.778 INFO:teuthology.orchestra.run.smithi073.stdout:Install 36 Packages 2024-05-08T07:05:35.778 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:35.779 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 30 M 2024-05-08T07:05:35.779 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 108 M 2024-05-08T07:05:35.779 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:05:35.781 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:35.781 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:35.919 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:35.923 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:35.993 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:36.019 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:36.019 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:36.019 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T07:05:36.019 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:36.147 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:36.348 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T07:05:36.613 INFO:teuthology.orchestra.run.smithi073.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-05-08T07:05:36.863 INFO:teuthology.orchestra.run.smithi073.stdout:(2/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 3.6 MB/s | 1.5 MB 00:00 2024-05-08T07:05:36.942 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:36.943 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:59 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:37.071 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:37.072 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:05:37.073 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:37.073 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 145 k 2024-05-08T07:05:37.073 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 435 k 2024-05-08T07:05:37.073 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:37.199 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-mgr 2024-05-08T07:05:37.204 INFO:teuthology.orchestra.run.smithi073.stdout:(3/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 7.9 MB/s | 4.7 MB 00:00 2024-05-08T07:05:37.263 INFO:teuthology.orchestra.run.smithi073.stdout:(4/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-05-08T07:05:37.288 INFO:teuthology.orchestra.run.smithi073.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 3.2 MB/s | 274 kB 00:00 2024-05-08T07:05:37.326 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 572 kB/s | 145 kB 00:00 2024-05-08T07:05:37.327 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:37.327 INFO:teuthology.orchestra.run.smithi063.stdout:Total 568 kB/s | 145 kB 00:00 2024-05-08T07:05:37.327 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:37.335 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:37.335 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:37.395 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:37.396 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:37.440 INFO:teuthology.orchestra.run.smithi073.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.4 MB/s | 253 kB 00:00 2024-05-08T07:05:37.489 INFO:teuthology.orchestra.run.smithi073.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-08T07:05:37.543 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:37.547 INFO:teuthology.orchestra.run.smithi073.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-05-08T07:05:37.598 INFO:teuthology.orchestra.run.smithi073.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-05-08T07:05:37.611 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:37.638 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:37.639 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:37.639 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T07:05:37.639 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:37.666 INFO:teuthology.orchestra.run.smithi073.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 3.3 MB/s | 1.2 MB 00:00 2024-05-08T07:05:37.690 INFO:teuthology.orchestra.run.smithi073.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-05-08T07:05:37.770 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:04 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:37.853 INFO:teuthology.orchestra.run.smithi157.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:37.857 INFO:teuthology.orchestra.run.smithi073.stdout:(12/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86 17 MB/s | 17 MB 00:00 2024-05-08T07:05:37.895 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:37.895 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:05:37.896 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:37.977 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T07:05:38.541 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:05 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:38.580 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:38.581 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:38.581 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:38.581 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:38.581 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:38.581 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:38.641 INFO:teuthology.orchestra.run.smithi073.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 44 kB/s | 35 kB 00:00 2024-05-08T07:05:38.671 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T07:05:38.672 INFO:teuthology.orchestra.run.smithi157.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout:Install 12 Packages 2024-05-08T07:05:38.673 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:38.674 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 8.7 M 2024-05-08T07:05:38.674 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 104 M 2024-05-08T07:05:38.674 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:38.774 INFO:teuthology.orchestra.run.smithi073.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 159 kB/s | 172 kB 00:01 2024-05-08T07:05:38.800 INFO:teuthology.orchestra.run.smithi073.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 166 kB/s | 188 kB 00:01 2024-05-08T07:05:38.814 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr 2024-05-08T07:05:39.059 INFO:teuthology.orchestra.run.smithi073.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-05-08T07:05:39.250 INFO:teuthology.orchestra.run.smithi073.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 789 kB/s | 151 kB 00:00 2024-05-08T07:05:39.300 INFO:teuthology.orchestra.run.smithi073.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 869 kB/s | 43 kB 00:00 2024-05-08T07:05:39.367 INFO:teuthology.orchestra.run.smithi073.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-05-08T07:05:39.406 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:02 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:39.443 INFO:teuthology.orchestra.run.smithi073.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-05-08T07:05:39.490 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:39.493 INFO:teuthology.orchestra.run.smithi073.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 214 kB/s | 11 kB 00:00 2024-05-08T07:05:39.534 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:39.535 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:05:39.535 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:39.543 INFO:teuthology.orchestra.run.smithi073.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 354 kB/s | 18 kB 00:00 2024-05-08T07:05:39.585 INFO:teuthology.orchestra.run.smithi073.stdout:(23/36): python3-pytz-2021.1-5.el9.noarch.rpm 54 kB/s | 51 kB 00:00 2024-05-08T07:05:39.593 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T07:05:39.610 INFO:teuthology.orchestra.run.smithi073.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 351 kB/s | 23 kB 00:00 2024-05-08T07:05:39.636 INFO:teuthology.orchestra.run.smithi073.stdout:(25/36): python3-toml-0.10.2-6.el9.noarch.rpm 48 kB/s | 42 kB 00:00 2024-05-08T07:05:39.661 INFO:teuthology.orchestra.run.smithi073.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 398 kB/s | 20 kB 00:00 2024-05-08T07:05:39.686 INFO:teuthology.orchestra.run.smithi073.stdout:(27/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-08T07:05:39.711 INFO:teuthology.orchestra.run.smithi073.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-05-08T07:05:39.733 INFO:teuthology.orchestra.run.smithi157.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 62 kB/s | 34 kB 00:00 2024-05-08T07:05:39.753 INFO:teuthology.orchestra.run.smithi073.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-05-08T07:05:39.756 INFO:teuthology.orchestra.run.smithi157.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 29 kB/s | 16 kB 00:00 2024-05-08T07:05:39.778 INFO:teuthology.orchestra.run.smithi073.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 245 kB/s | 16 kB 00:00 2024-05-08T07:05:39.828 INFO:teuthology.orchestra.run.smithi073.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 720 kB/s | 36 kB 00:00 2024-05-08T07:05:39.831 INFO:teuthology.orchestra.run.smithi157.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.5 MB/s | 269 kB 00:00 2024-05-08T07:05:39.854 INFO:teuthology.orchestra.run.smithi073.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-05-08T07:05:39.871 INFO:teuthology.orchestra.run.smithi073.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 767 kB/s | 90 kB 00:00 2024-05-08T07:05:39.890 INFO:teuthology.orchestra.run.smithi157.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-05-08T07:05:39.896 INFO:teuthology.orchestra.run.smithi073.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-05-08T07:05:39.921 INFO:teuthology.orchestra.run.smithi073.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 401 kB/s | 20 kB 00:00 2024-05-08T07:05:39.955 INFO:teuthology.orchestra.run.smithi073.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-05-08T07:05:39.956 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:39.956 INFO:teuthology.orchestra.run.smithi073.stdout:Total 7.2 MB/s | 30 MB 00:04 2024-05-08T07:05:40.100 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:40.140 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:40.140 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:40.180 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:03 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:40.309 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T07:05:40.310 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-05-08T07:05:40.311 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:40.312 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 8.7 M 2024-05-08T07:05:40.312 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 104 M 2024-05-08T07:05:40.312 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:40.556 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:40.557 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:40.615 INFO:teuthology.orchestra.run.smithi157.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 756 kB/s | 548 kB 00:00 2024-05-08T07:05:40.724 INFO:teuthology.orchestra.run.smithi157.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 179 kB/s | 19 kB 00:00 2024-05-08T07:05:40.848 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 172 kB/s | 34 kB 00:00 2024-05-08T07:05:40.866 INFO:teuthology.orchestra.run.smithi157.stdout:(7/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 2.1 MB/s | 3.5 MB 00:01 2024-05-08T07:05:40.873 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 73 kB/s | 16 kB 00:00 2024-05-08T07:05:41.040 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-05-08T07:05:41.050 INFO:teuthology.orchestra.run.smithi157.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.3 MB/s | 2.0 MB 00:00 2024-05-08T07:05:41.140 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 8.4 MB/s | 863 kB 00:00 2024-05-08T07:05:41.158 INFO:teuthology.orchestra.run.smithi157.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-05-08T07:05:41.241 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 6.0 MB/s | 3.5 MB 00:00 2024-05-08T07:05:41.274 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.4 MB/s | 1.0 MB 00:00 2024-05-08T07:05:41.275 INFO:teuthology.orchestra.run.smithi157.stdout:(10/12): protobuf-compiler-3.14.0-13.el9.x86_64 598 kB/s | 863 kB 00:01 2024-05-08T07:05:41.300 INFO:teuthology.orchestra.run.smithi157.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-05-08T07:05:41.316 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 258 kB/s | 19 kB 00:00 2024-05-08T07:05:41.341 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.7 MB/s | 548 kB 00:00 2024-05-08T07:05:41.375 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 921 kB/s | 31 kB 00:00 2024-05-08T07:05:41.408 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-05-08T07:05:41.434 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.2 MB/s | 144 kB 00:00 2024-05-08T07:05:41.442 INFO:teuthology.orchestra.run.smithi157.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 251 kB/s | 144 kB 00:00 2024-05-08T07:05:41.446 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:41.446 INFO:teuthology.orchestra.run.smithi157.stdout:Total 3.1 MB/s | 8.7 MB 00:02 2024-05-08T07:05:41.476 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-05-08T07:05:41.477 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:41.478 INFO:teuthology.orchestra.run.smithi063.stdout:Total 7.4 MB/s | 8.7 MB 00:01 2024-05-08T07:05:41.494 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:41.511 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:41.511 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:41.527 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:41.544 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:41.544 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:41.699 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:41.699 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:41.728 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:41.728 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:41.858 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:41.932 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T07:05:41.971 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T07:05:42.010 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T07:05:42.080 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T07:05:42.125 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T07:05:42.158 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T07:05:42.249 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T07:05:42.313 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:42.320 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T07:05:42.338 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:42.369 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T07:05:42.401 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T07:05:42.404 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T07:05:42.419 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T07:05:42.434 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T07:05:42.436 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T07:05:42.454 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T07:05:42.468 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T07:05:42.483 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T07:05:42.501 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T07:05:42.502 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T07:05:42.513 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T07:05:42.539 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T07:05:42.542 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T07:05:42.577 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T07:05:42.612 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T07:05:42.616 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T07:05:42.643 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T07:05:42.650 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T07:05:42.731 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T07:05:42.749 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T07:05:42.771 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T07:05:42.842 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T07:05:42.862 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T07:05:42.869 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T07:05:42.885 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T07:05:42.911 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T07:05:42.913 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:05:42.946 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T07:05:42.947 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:05:42.949 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T07:05:42.980 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T07:05:43.002 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T07:05:43.041 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T07:05:43.089 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T07:05:43.144 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T07:05:43.337 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T07:05:43.387 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T07:05:43.456 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T07:05:43.544 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T07:05:43.586 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T07:05:43.710 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T07:05:43.888 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T07:05:43.913 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T07:05:43.938 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:44.012 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T07:05:44.047 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:05:44.089 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T07:05:44.126 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:05:45.379 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T07:05:45.380 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T07:05:45.381 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T07:05:45.408 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:45.418 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T07:05:45.419 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T07:05:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T07:05:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:05:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T07:05:45.420 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T07:05:45.689 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T07:05:45.689 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:45.689 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:45.689 INFO:teuthology.orchestra.run.smithi157.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:45.690 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:45.729 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T07:05:45.730 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:45.730 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:45.730 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T07:05:45.730 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.730 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:45.731 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:45.848 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:45.871 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T07:05:45.872 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:45.872 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T07:05:45.872 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:45.872 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T07:05:45.872 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:45.926 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T07:05:45.947 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T07:05:46.098 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T07:05:46.122 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:46.186 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:46.517 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:13 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:46.536 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:09 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:46.650 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout:======================================================================================= 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout:======================================================================================= 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T07:05:46.651 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:46.652 INFO:teuthology.orchestra.run.smithi157.stdout:======================================================================================= 2024-05-08T07:05:46.653 INFO:teuthology.orchestra.run.smithi157.stdout:Install 12 Packages 2024-05-08T07:05:46.653 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:46.653 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 38 M 2024-05-08T07:05:46.653 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 209 M 2024-05-08T07:05:46.653 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:46.665 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:46.666 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T07:05:46.667 INFO:teuthology.orchestra.run.smithi063.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-05-08T07:05:46.668 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:46.669 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 38 M 2024-05-08T07:05:46.669 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 209 M 2024-05-08T07:05:46.669 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:46.968 INFO:teuthology.orchestra.run.smithi157.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 982 kB/s | 195 kB 00:00 2024-05-08T07:05:47.076 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 967 kB/s | 195 kB 00:00 2024-05-08T07:05:47.085 INFO:teuthology.orchestra.run.smithi157.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 803 kB 00:00 2024-05-08T07:05:47.102 INFO:teuthology.orchestra.run.smithi157.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 245 kB/s | 33 kB 00:00 2024-05-08T07:05:47.154 INFO:teuthology.orchestra.run.smithi157.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-08T07:05:47.176 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-05-08T07:05:47.202 INFO:teuthology.orchestra.run.smithi157.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-05-08T07:05:47.218 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-05-08T07:05:47.302 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 219 kB/s | 18 kB 00:00 2024-05-08T07:05:47.377 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 15 MB/s | 3.0 MB 00:00 2024-05-08T07:05:47.394 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 383 kB/s | 35 kB 00:00 2024-05-08T07:05:47.419 INFO:teuthology.orchestra.run.smithi157.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-35 11 MB/s | 7.4 MB 00:00 2024-05-08T07:05:47.519 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 33 MB/s | 4.7 MB 00:00 2024-05-08T07:05:47.545 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.6 MB/s | 244 kB 00:00 2024-05-08T07:05:47.578 INFO:teuthology.orchestra.run.smithi157.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.1 MB/s | 3.0 MB 00:00 2024-05-08T07:05:47.604 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-05-08T07:05:47.678 INFO:teuthology.orchestra.run.smithi157.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 945 kB/s | 244 kB 00:00 2024-05-08T07:05:47.687 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 30 MB/s | 5.1 MB 00:00 2024-05-08T07:05:47.745 INFO:teuthology.orchestra.run.smithi157.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 8.7 MB/s | 4.7 MB 00:00 2024-05-08T07:05:47.770 INFO:teuthology.orchestra.run.smithi157.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.7 MB/s | 250 kB 00:00 2024-05-08T07:05:47.879 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 7.4 MB/s | 7.4 MB 00:01 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T07:05:47.896 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T07:05:47.897 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T07:05:47.898 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T07:05:47.899 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T07:05:47.971 INFO:teuthology.orchestra.run.smithi157.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-05-08T07:05:48.088 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-05-08T07:05:48.088 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:48.089 INFO:teuthology.orchestra.run.smithi063.stdout:Total 27 MB/s | 38 MB 00:01 2024-05-08T07:05:48.455 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:48.483 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:48.483 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:48.546 INFO:teuthology.orchestra.run.smithi157.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-05-08T07:05:48.547 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:48.547 INFO:teuthology.orchestra.run.smithi157.stdout:Total 20 MB/s | 38 MB 00:01 2024-05-08T07:05:48.900 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T07:05:48.907 INFO:teuthology.orchestra.run.smithi073.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T07:05:48.908 INFO:teuthology.orchestra.run.smithi073.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T07:05:48.909 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:48.910 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:48.930 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:48.930 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:48.944 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:48.944 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:49.277 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-base 2024-05-08T07:05:49.348 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:49.417 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:49.722 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:49.829 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T07:05:49.870 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:05:49.873 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:54 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:49.960 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:49.975 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:05:50.003 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:50.004 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:05:50.004 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:50.012 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T07:05:50.071 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install cephadm 2024-05-08T07:05:50.116 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:50.191 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T07:05:50.199 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T07:05:50.235 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:05:50.236 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T07:05:50.316 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T07:05:50.336 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:05:50.378 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T07:05:50.555 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T07:05:50.603 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T07:05:50.645 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:55 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:50.679 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T07:05:50.769 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:50.770 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:50.770 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:05:50.770 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:50.770 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 764 k 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 770 k 2024-05-08T07:05:50.771 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:05:51.018 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T07:05:51.073 INFO:teuthology.orchestra.run.smithi073.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.5 MB/s | 764 kB 00:00 2024-05-08T07:05:51.073 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:51.074 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.5 MB/s | 764 kB 00:00 2024-05-08T07:05:51.074 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:51.079 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:51.079 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:51.085 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:51.086 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:51.147 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T07:05:51.155 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:51.327 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T07:05:51.449 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T07:05:51.558 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:51.653 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:52.034 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:52.269 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:52.460 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T07:05:52.489 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:05:52.700 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:05:53.025 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:58 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:53.147 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:53.148 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 145 k 2024-05-08T07:05:53.149 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 435 k 2024-05-08T07:05:53.149 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:05:53.371 INFO:teuthology.orchestra.run.smithi073.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 651 kB/s | 145 kB 00:00 2024-05-08T07:05:53.372 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:53.372 INFO:teuthology.orchestra.run.smithi073.stdout:Total 646 kB/s | 145 kB 00:00 2024-05-08T07:05:53.372 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:53.380 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:53.380 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:53.435 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:53.436 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:53.567 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T07:05:53.579 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:53.594 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:05:53.656 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:53.681 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:53.681 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:05:53.681 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T07:05:53.681 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:53.753 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T07:05:53.777 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:05:54.585 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T07:05:54.586 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:54.586 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:05:54.586 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:05:54.586 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:54.586 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:54.818 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr 2024-05-08T07:05:55.385 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:00 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:55.468 INFO:teuthology.orchestra.run.smithi073.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:05:55.509 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:55.510 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:05:55.511 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:05:55.579 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T07:05:56.138 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:01 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:05:56.142 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:05:56.143 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T07:05:56.262 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T07:05:56.263 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T07:05:56.264 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-05-08T07:05:56.265 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:05:56.266 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 8.7 M 2024-05-08T07:05:56.266 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 104 M 2024-05-08T07:05:56.267 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T07:05:56.300 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T07:05:56.301 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T07:05:56.301 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:05:56.301 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T07:05:56.570 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T07:05:56.570 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T07:05:56.571 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T07:05:56.572 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T07:05:56.572 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:56.572 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:05:56.683 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T07:05:56.683 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:56.683 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:56.684 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:05:56.900 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 66 kB/s | 16 kB 00:00 2024-05-08T07:05:56.925 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3593.g7c 125 kB/s | 34 kB 00:00 2024-05-08T07:05:56.958 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-rook 2024-05-08T07:05:57.036 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-mgr-rook 2024-05-08T07:05:57.101 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 7.9 MB/s | 3.5 MB 00:00 2024-05-08T07:05:57.126 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-08T07:05:57.176 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.7 MB/s | 1.0 MB 00:00 2024-05-08T07:05:57.460 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.3 MB/s | 863 kB 00:00 2024-05-08T07:05:57.527 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 55 kB/s | 19 kB 00:00 2024-05-08T07:05:57.556 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:20 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:05:57.626 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:24 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:05:57.684 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T07:05:57.685 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:05:57.686 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:05:57.687 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2024-05-08T07:05:57.687 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:05:57.687 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.2 M 2024-05-08T07:05:57.687 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2024-05-08T07:05:57.687 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:05:57.748 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:05:57.749 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T07:05:57.750 INFO:teuthology.orchestra.run.smithi157.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout:Install 13 Packages 2024-05-08T07:05:57.751 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:05:57.752 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 2.2 M 2024-05-08T07:05:57.752 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 26 M 2024-05-08T07:05:57.752 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:05:57.802 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 811 kB/s | 548 kB 00:00 2024-05-08T07:05:57.827 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 481 kB/s | 144 kB 00:00 2024-05-08T07:05:57.902 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 307 kB/s | 31 kB 00:00 2024-05-08T07:05:57.928 INFO:teuthology.orchestra.run.smithi157.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 471 kB/s | 26 kB 00:00 2024-05-08T07:05:57.953 INFO:teuthology.orchestra.run.smithi157.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 241 kB/s | 19 kB 00:00 2024-05-08T07:05:58.003 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-05-08T07:05:58.037 INFO:teuthology.orchestra.run.smithi157.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.6 MB/s | 159 kB 00:00 2024-05-08T07:05:58.062 INFO:teuthology.orchestra.run.smithi157.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.5 MB/s | 222 kB 00:00 2024-05-08T07:05:58.120 INFO:teuthology.orchestra.run.smithi157.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 921 kB/s | 54 kB 00:00 2024-05-08T07:05:58.141 INFO:teuthology.orchestra.run.smithi157.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-05-08T07:05:58.196 INFO:teuthology.orchestra.run.smithi157.stdout:(7/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 153 kB/s | 49 kB 00:00 2024-05-08T07:05:58.246 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 264 kB/s | 49 kB 00:00 2024-05-08T07:05:58.286 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.5 MB/s | 2.0 MB 00:00 2024-05-08T07:05:58.290 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:58.290 INFO:teuthology.orchestra.run.smithi073.stdout:Total 4.3 MB/s | 8.7 MB 00:02 2024-05-08T07:05:58.323 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 73 kB/s | 19 kB 00:00 2024-05-08T07:05:58.338 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:05:58.347 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 89 kB/s | 26 kB 00:00 2024-05-08T07:05:58.355 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:05:58.355 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:05:58.404 INFO:teuthology.orchestra.run.smithi157.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-05-08T07:05:58.430 INFO:teuthology.orchestra.run.smithi157.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-05-08T07:05:58.525 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:05:58.525 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:05:58.597 INFO:teuthology.orchestra.run.smithi157.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 354 kB/s | 59 kB 00:00 2024-05-08T07:05:58.647 INFO:teuthology.orchestra.run.smithi157.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 456 kB/s | 206 kB 00:00 2024-05-08T07:05:58.663 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-05-08T07:05:58.764 INFO:teuthology.orchestra.run.smithi157.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 538 kB/s | 90 kB 00:00 2024-05-08T07:05:58.772 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 655 kB/s | 279 kB 00:00 2024-05-08T07:05:58.797 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 401 kB/s | 54 kB 00:00 2024-05-08T07:05:58.822 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 385 kB/s | 222 kB 00:00 2024-05-08T07:05:58.890 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 274 kB/s | 32 kB 00:00 2024-05-08T07:05:58.915 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-05-08T07:05:58.939 INFO:teuthology.orchestra.run.smithi157.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-05-08T07:05:58.940 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:58.940 INFO:teuthology.orchestra.run.smithi157.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-05-08T07:05:58.998 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.1 MB/s | 206 kB 00:00 2024-05-08T07:05:59.006 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:05:59.021 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:05:59.021 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:05:59.023 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 545 kB/s | 59 kB 00:00 2024-05-08T07:05:59.082 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-05-08T07:05:59.106 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:05:59.106 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:05:59.127 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:05:59.133 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.2 MB/s | 1.0 MB 00:00 2024-05-08T07:05:59.133 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:05:59.133 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-05-08T07:05:59.195 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T07:05:59.207 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:05:59.224 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:05:59.224 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:05:59.230 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T07:05:59.278 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T07:05:59.308 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T07:05:59.321 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:05:59.321 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:05:59.412 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T07:05:59.541 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T07:05:59.607 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:05:59.636 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T07:05:59.679 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T07:05:59.707 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:05:59.739 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T07:05:59.787 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T07:05:59.849 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T07:05:59.852 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:05:59.904 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T07:05:59.941 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T07:05:59.983 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T07:06:00.041 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T07:06:00.077 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T07:06:00.105 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T07:06:00.178 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T07:06:00.186 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T07:06:00.219 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T07:06:00.225 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T07:06:00.263 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T07:06:00.366 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T07:06:00.485 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T07:06:00.540 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T07:06:00.793 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T07:06:00.832 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:06:00.939 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T07:06:00.990 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T07:06:01.024 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T07:06:01.072 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T07:06:01.094 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:01.368 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T07:06:01.418 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T07:06:01.452 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T07:06:01.502 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T07:06:01.529 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T07:06:01.923 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T07:06:01.924 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T07:06:02.147 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T07:06:02.230 INFO:teuthology.orchestra.run.smithi157.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:02.231 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:02.279 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T07:06:02.280 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T07:06:02.443 INFO:teuthology.orchestra.run.smithi073.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:02.444 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:02.529 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T07:06:02.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T07:06:02.622 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:02.706 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T07:06:02.878 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T07:06:03.101 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:30 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:03.223 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T07:06:03.224 INFO:teuthology.orchestra.run.smithi157.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout:Install 6 Packages 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:03.225 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 7.0 M 2024-05-08T07:06:03.226 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 33 M 2024-05-08T07:06:03.226 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:03.274 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:08 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:03.399 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:03.399 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-08T07:06:03.399 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T07:06:03.400 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout:======================================================================================= 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout:Install 12 Packages 2024-05-08T07:06:03.401 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:03.402 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 38 M 2024-05-08T07:06:03.402 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 209 M 2024-05-08T07:06:03.402 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:03.479 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:26 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:03.608 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:03.608 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T07:06:03.609 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:03.610 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-05-08T07:06:03.610 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:03.611 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 7.0 M 2024-05-08T07:06:03.611 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 33 M 2024-05-08T07:06:03.611 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:03.953 INFO:teuthology.orchestra.run.smithi073.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-05-08T07:06:04.000 INFO:teuthology.orchestra.run.smithi157.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 388 kB/s | 144 kB 00:00 2024-05-08T07:06:04.003 INFO:teuthology.orchestra.run.smithi073.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2024-05-08T07:06:04.028 INFO:teuthology.orchestra.run.smithi073.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 434 kB/s | 33 kB 00:00 2024-05-08T07:06:04.078 INFO:teuthology.orchestra.run.smithi073.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-08T07:06:04.130 INFO:teuthology.orchestra.run.smithi073.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 708 kB/s | 35 kB 00:00 2024-05-08T07:06:04.169 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-05-08T07:06:04.208 INFO:teuthology.orchestra.run.smithi157.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 427 kB/s | 248 kB 00:00 2024-05-08T07:06:04.229 INFO:teuthology.orchestra.run.smithi073.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-05-08T07:06:04.319 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 384 kB/s | 144 kB 00:00 2024-05-08T07:06:04.321 INFO:teuthology.orchestra.run.smithi073.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.6 MB/s | 244 kB 00:00 2024-05-08T07:06:04.359 INFO:teuthology.orchestra.run.smithi157.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-05-08T07:06:04.413 INFO:teuthology.orchestra.run.smithi073.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-35 12 MB/s | 7.4 MB 00:00 2024-05-08T07:06:04.417 INFO:teuthology.orchestra.run.smithi157.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 276 kB/s | 58 kB 00:00 2024-05-08T07:06:04.443 INFO:teuthology.orchestra.run.smithi157.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 611 kB/s | 51 kB 00:00 2024-05-08T07:06:04.528 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 10 MB/s | 6.0 MB 00:00 2024-05-08T07:06:04.538 INFO:teuthology.orchestra.run.smithi073.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-05-08T07:06:04.562 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 238 kB/s | 58 kB 00:00 2024-05-08T07:06:04.580 INFO:teuthology.orchestra.run.smithi073.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.5 MB/s | 250 kB 00:00 2024-05-08T07:06:04.637 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-08T07:06:04.730 INFO:teuthology.orchestra.run.smithi073.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 12 MB/s | 5.1 MB 00:00 2024-05-08T07:06:04.754 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 226 kB/s | 51 kB 00:00 2024-05-08T07:06:04.757 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:04.757 INFO:teuthology.orchestra.run.smithi063.stdout:Total 6.1 MB/s | 7.0 MB 00:01 2024-05-08T07:06:04.831 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:04.843 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:04.843 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:04.947 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:04.948 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:05.164 INFO:teuthology.orchestra.run.smithi073.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-05-08T07:06:05.165 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:05.165 INFO:teuthology.orchestra.run.smithi073.stdout:Total 22 MB/s | 38 MB 00:01 2024-05-08T07:06:05.271 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:05.436 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T07:06:05.499 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T07:06:05.518 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:05.545 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:05.545 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:05.970 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:05.971 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:06.061 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T07:06:06.153 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T07:06:06.224 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T07:06:06.251 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:06.401 INFO:teuthology.orchestra.run.smithi157.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.2 MB/s | 6.0 MB 00:02 2024-05-08T07:06:06.401 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:06.402 INFO:teuthology.orchestra.run.smithi157.stdout:Total 2.2 MB/s | 7.0 MB 00:03 2024-05-08T07:06:06.478 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:06.488 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:06.488 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:06.588 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:06.589 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:06.747 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:06.831 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T07:06:06.870 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:06:06.903 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:06.960 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:06.960 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T07:06:06.960 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T07:06:06.961 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T07:06:06.961 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T07:06:06.961 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T07:06:06.970 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:06:07.013 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T07:06:07.056 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T07:06:07.102 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T07:06:07.189 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T07:06:07.220 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:07.227 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:07.298 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T07:06:07.464 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-fuse 2024-05-08T07:06:07.617 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T07:06:07.705 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T07:06:07.768 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T07:06:07.798 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:07.935 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T07:06:08.057 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:31 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:08.059 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T07:06:08.187 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:08.187 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:08.187 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:06:08.187 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-05-08T07:06:08.188 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:08.189 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 971 k 2024-05-08T07:06:08.189 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 2.8 M 2024-05-08T07:06:08.189 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:08.331 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 791 kB/s | 80 kB 00:00 2024-05-08T07:06:08.541 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:08.541 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T07:06:08.541 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T07:06:08.541 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T07:06:08.542 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T07:06:08.542 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T07:06:08.790 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 1.6 MB/s | 891 kB 00:00 2024-05-08T07:06:08.790 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:08.791 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.6 MB/s | 971 kB 00:00 2024-05-08T07:06:08.793 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:08.794 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:08.803 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:08.827 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:08.828 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:08.911 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:08.911 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:09.064 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-fuse 2024-05-08T07:06:09.104 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:09.246 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T07:06:09.287 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:06:09.317 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:09.636 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:09.759 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout:Install 2 Packages 2024-05-08T07:06:09.760 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 971 k 2024-05-08T07:06:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 2.8 M 2024-05-08T07:06:09.761 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:09.986 INFO:teuthology.orchestra.run.smithi157.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 501 kB/s | 80 kB 00:00 2024-05-08T07:06:10.016 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:10.016 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T07:06:10.128 INFO:teuthology.orchestra.run.smithi157.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 2.9 MB/s | 891 kB 00:00 2024-05-08T07:06:10.128 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:10.129 INFO:teuthology.orchestra.run.smithi157.stdout:Total 2.6 MB/s | 971 kB 00:00 2024-05-08T07:06:10.140 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:10.162 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:10.163 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:10.240 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:10.240 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:10.294 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T07:06:10.294 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:10.294 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:10.294 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T07:06:10.295 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:10.295 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:10.325 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T07:06:10.356 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:06:10.432 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:10.547 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-volume 2024-05-08T07:06:10.563 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T07:06:10.637 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:11.148 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:34 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:11.275 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T07:06:11.276 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:11.277 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:11.277 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:11.277 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-05-08T07:06:11.277 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:11.278 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 350 k 2024-05-08T07:06:11.278 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 1.5 M 2024-05-08T07:06:11.278 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:11.301 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:11.301 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T07:06:11.560 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T07:06:11.560 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:11.560 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:11.560 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T07:06:11.560 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:11.561 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:11.562 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 618 kB/s | 77 kB 00:00 2024-05-08T07:06:11.729 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 936 kB/s | 273 kB 00:00 2024-05-08T07:06:11.729 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:11.730 INFO:teuthology.orchestra.run.smithi063.stdout:Total 773 kB/s | 350 kB 00:00 2024-05-08T07:06:11.742 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:11.753 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:11.753 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:11.786 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:11.786 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:11.909 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-volume 2024-05-08T07:06:11.940 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:12.127 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T07:06:12.159 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:12.175 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:12.176 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:12.176 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T07:06:12.176 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:12.490 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:12.617 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:12.618 INFO:teuthology.orchestra.run.smithi157.stdout:Install 2 Packages 2024-05-08T07:06:12.619 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:12.619 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 350 k 2024-05-08T07:06:12.619 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 1.5 M 2024-05-08T07:06:12.619 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:12.880 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T07:06:12.880 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T07:06:12.880 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T07:06:12.880 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T07:06:12.880 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T07:06:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T07:06:12.916 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T07:06:13.008 INFO:teuthology.orchestra.run.smithi157.stdout:(1/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 777 kB/s | 273 kB 00:00 2024-05-08T07:06:13.231 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T07:06:13.231 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:13.232 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:13.232 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:13.232 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T07:06:13.232 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:13.232 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:13.301 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T07:06:13.301 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:13.301 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:13.301 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:13.301 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T07:06:13.302 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T07:06:13.303 INFO:teuthology.orchestra.run.smithi073.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T07:06:13.303 INFO:teuthology.orchestra.run.smithi073.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T07:06:13.303 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:13.303 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:13.538 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados-devel 2024-05-08T07:06:13.542 INFO:teuthology.orchestra.run.smithi157.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 87 kB/s | 77 kB 00:00 2024-05-08T07:06:13.542 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:13.543 INFO:teuthology.orchestra.run.smithi157.stdout:Total 379 kB/s | 350 kB 00:00 2024-05-08T07:06:13.556 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:13.566 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:13.566 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:13.600 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:13.601 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:13.672 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-rook 2024-05-08T07:06:13.743 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:13.933 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T07:06:13.961 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:13.977 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:13.977 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:13.977 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T07:06:13.977 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:14.134 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:37 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:14.242 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:19 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:14.263 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T07:06:14.264 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 127 k 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 456 k 2024-05-08T07:06:14.265 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:14.363 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:14.364 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:14.364 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:06:14.364 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:14.364 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T07:06:14.365 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout:Install 13 Packages 2024-05-08T07:06:14.366 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:14.367 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 2.2 M 2024-05-08T07:06:14.367 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 26 M 2024-05-08T07:06:14.367 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:14.501 INFO:teuthology.orchestra.run.smithi063.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 538 kB/s | 127 kB 00:00 2024-05-08T07:06:14.502 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:14.502 INFO:teuthology.orchestra.run.smithi063.stdout:Total 535 kB/s | 127 kB 00:00 2024-05-08T07:06:14.502 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:14.507 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:14.507 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:14.574 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:14.574 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:14.658 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T07:06:14.729 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:14.827 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:14.981 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T07:06:14.981 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:14.981 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:14.982 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:14.982 INFO:teuthology.orchestra.run.smithi157.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T07:06:14.982 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:14.982 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:15.249 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:15.294 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install librados-devel 2024-05-08T07:06:15.324 INFO:teuthology.orchestra.run.smithi073.stdout:(1/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 159 kB/s | 49 kB 00:00 2024-05-08T07:06:15.526 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:15.526 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:15.526 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:15.526 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:15.526 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:15.527 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:15.801 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs2 2024-05-08T07:06:15.849 INFO:teuthology.orchestra.run.smithi073.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 23 kB/s | 19 kB 00:00 2024-05-08T07:06:15.875 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:15.908 INFO:teuthology.orchestra.run.smithi073.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 29 kB/s | 26 kB 00:00 2024-05-08T07:06:16.001 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repo Size 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:16.002 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 127 k 2024-05-08T07:06:16.003 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 456 k 2024-05-08T07:06:16.003 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:16.227 INFO:teuthology.orchestra.run.smithi157.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 571 kB/s | 127 kB 00:00 2024-05-08T07:06:16.227 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:16.227 INFO:teuthology.orchestra.run.smithi157.stdout:Total 567 kB/s | 127 kB 00:00 2024-05-08T07:06:16.227 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:16.231 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:16.231 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:16.293 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:16.293 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:16.399 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:16.440 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:16.484 INFO:teuthology.orchestra.run.smithi063.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:16.527 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:16.528 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:16.528 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:16.548 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:16.583 INFO:teuthology.orchestra.run.smithi073.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 176 kB/s | 222 kB 00:01 2024-05-08T07:06:16.597 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs-devel 2024-05-08T07:06:16.867 INFO:teuthology.orchestra.run.smithi073.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 156 kB/s | 159 kB 00:01 2024-05-08T07:06:16.950 INFO:teuthology.orchestra.run.smithi073.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 267 kB/s | 279 kB 00:01 2024-05-08T07:06:16.992 INFO:teuthology.orchestra.run.smithi073.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 326 kB/s | 32 kB 00:00 2024-05-08T07:06:16.999 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:17.051 INFO:teuthology.orchestra.run.smithi073.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 150 kB/s | 15 kB 00:00 2024-05-08T07:06:17.093 INFO:teuthology.orchestra.run.smithi073.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 2.0 MB/s | 206 kB 00:00 2024-05-08T07:06:17.137 INFO:teuthology.orchestra.run.smithi073.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2024-05-08T07:06:17.221 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:40 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:17.227 INFO:teuthology.orchestra.run.smithi073.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 978 kB/s | 90 kB 00:00 2024-05-08T07:06:17.261 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:17.261 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:17.268 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:17.268 INFO:teuthology.orchestra.run.smithi157.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:17.268 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:17.268 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:17.320 INFO:teuthology.orchestra.run.smithi073.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2024-05-08T07:06:17.349 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:17.349 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:17.350 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:06:17.351 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:17.351 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 32 k 2024-05-08T07:06:17.351 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 142 k 2024-05-08T07:06:17.351 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:17.385 INFO:teuthology.orchestra.run.smithi073.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 67 kB/s | 54 kB 00:00 2024-05-08T07:06:17.386 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:17.387 INFO:teuthology.orchestra.run.smithi073.stdout:Total 746 kB/s | 2.2 MB 00:03 2024-05-08T07:06:17.458 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:17.474 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:17.474 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:17.560 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:17.560 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:17.561 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install libcephfs2 2024-05-08T07:06:17.596 INFO:teuthology.orchestra.run.smithi063.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 129 kB/s | 32 kB 00:00 2024-05-08T07:06:17.596 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:17.596 INFO:teuthology.orchestra.run.smithi063.stdout:Total 128 kB/s | 32 kB 00:00 2024-05-08T07:06:17.596 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:17.600 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:17.600 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:17.630 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:17.630 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:17.714 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:17.821 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:18.056 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:18.152 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:18.184 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:18.214 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T07:06:18.236 INFO:teuthology.orchestra.run.smithi157.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:18.278 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T07:06:18.278 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:18.280 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:18.280 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:18.333 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T07:06:18.371 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T07:06:18.373 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install libcephfs-devel 2024-05-08T07:06:18.412 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:18.516 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:18.527 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T07:06:18.632 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T07:06:18.689 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T07:06:18.712 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados2 2024-05-08T07:06:18.943 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:19.066 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:19.066 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repo Size 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 32 k 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 142 k 2024-05-08T07:06:19.067 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:19.308 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:19.311 INFO:teuthology.orchestra.run.smithi157.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 130 kB/s | 32 kB 00:00 2024-05-08T07:06:19.312 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:19.312 INFO:teuthology.orchestra.run.smithi157.stdout:Total 129 kB/s | 32 kB 00:00 2024-05-08T07:06:19.312 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:19.316 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:19.316 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:19.331 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:19.331 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:19.393 INFO:teuthology.orchestra.run.smithi063.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:19.399 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T07:06:19.412 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:19.436 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:19.437 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:19.437 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:19.453 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T07:06:19.496 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T07:06:19.518 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:19.544 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T07:06:19.574 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:19.580 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librbd1 2024-05-08T07:06:19.916 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:20.135 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:20.135 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:20.135 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:20.135 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:20.136 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:20.136 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:20.176 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:20.261 INFO:teuthology.orchestra.run.smithi063.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:20.305 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:20.307 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:20.307 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:20.322 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install librados2 2024-05-08T07:06:20.347 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T07:06:20.347 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T07:06:20.348 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T07:06:20.349 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T07:06:20.373 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rados 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T07:06:20.676 INFO:teuthology.orchestra.run.smithi073.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:20.677 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:20.898 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:20.938 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T07:06:20.967 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:20.980 INFO:teuthology.orchestra.run.smithi157.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:21.021 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:21.022 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:21.022 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:21.053 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:21.095 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:21.096 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:21.096 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:21.098 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install librbd1 2024-05-08T07:06:21.155 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rgw 2024-05-08T07:06:21.521 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:26 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:21.642 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T07:06:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2024-05-08T07:06:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:21.645 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 7.0 M 2024-05-08T07:06:21.645 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 33 M 2024-05-08T07:06:21.645 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:21.668 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:21.748 INFO:teuthology.orchestra.run.smithi157.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:21.751 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:44 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:21.790 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:21.791 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:21.791 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:21.834 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:21.871 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install python3-rados 2024-05-08T07:06:21.879 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:21.880 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:21.880 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:21.941 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-cephfs 2024-05-08T07:06:21.998 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 624 kB/s | 144 kB 00:00 2024-05-08T07:06:22.232 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 533 kB/s | 248 kB 00:00 2024-05-08T07:06:22.441 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:22.474 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 239 kB/s | 58 kB 00:00 2024-05-08T07:06:22.523 INFO:teuthology.orchestra.run.smithi157.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:22.557 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 980 kB/s | 548 kB 00:00 2024-05-08T07:06:22.564 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:22.565 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:22.565 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:22.582 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 470 kB/s | 51 kB 00:00 2024-05-08T07:06:22.615 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:22.639 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install python3-rgw 2024-05-08T07:06:22.658 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:22.660 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:22.660 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:22.721 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rbd 2024-05-08T07:06:23.209 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:50 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:23.291 INFO:teuthology.orchestra.run.smithi157.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:23.312 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:46 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:23.332 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:23.333 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:23.333 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:23.395 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:23.431 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install python3-cephfs 2024-05-08T07:06:23.438 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:23.439 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-05-08T07:06:23.439 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:23.504 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-fuse 2024-05-08T07:06:24.003 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:24.086 INFO:teuthology.orchestra.run.smithi157.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:24.101 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:24.127 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:24.128 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:24.128 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:24.202 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install python3-rbd 2024-05-08T07:06:24.232 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:24.232 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:24.232 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 85 k 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 231 k 2024-05-08T07:06:24.233 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:24.724 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 174 kB/s | 85 kB 00:00 2024-05-08T07:06:24.724 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:24.725 INFO:teuthology.orchestra.run.smithi063.stdout:Total 174 kB/s | 85 kB 00:00 2024-05-08T07:06:24.725 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:24.733 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:24.733 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:24.768 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:24.800 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:24.800 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:24.849 INFO:teuthology.orchestra.run.smithi157.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:24.890 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:24.891 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2024-05-08T07:06:24.891 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:24.955 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:24.959 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install rbd-fuse 2024-05-08T07:06:25.049 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 1.8 MB/s | 6.0 MB 00:03 2024-05-08T07:06:25.049 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:25.050 INFO:teuthology.orchestra.run.smithi073.stdout:Total 2.1 MB/s | 7.0 MB 00:03 2024-05-08T07:06:25.073 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:25.123 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:25.138 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:25.138 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:25.232 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:25.233 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:25.439 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:25.534 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:25.536 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:25.659 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:25.660 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 85 k 2024-05-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 231 k 2024-05-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:25.698 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:25.699 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:25.751 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T07:06:25.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-mirror 2024-05-08T07:06:25.973 INFO:teuthology.orchestra.run.smithi157.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 274 kB/s | 85 kB 00:00 2024-05-08T07:06:25.974 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:25.974 INFO:teuthology.orchestra.run.smithi157.stdout:Total 272 kB/s | 85 kB 00:00 2024-05-08T07:06:25.974 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:25.981 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:25.981 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:26.046 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:26.046 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:26.193 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:26.260 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T07:06:26.296 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:26.353 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T07:06:26.416 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T07:06:26.446 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:26.545 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:26.672 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:26.673 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:26.673 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-05-08T07:06:26.673 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.1 M 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 13 M 2024-05-08T07:06:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:26.702 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:26.947 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:26.947 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:26.947 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:26.947 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:26.948 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:26.948 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:27.167 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T07:06:27.167 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T07:06:27.167 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T07:06:27.167 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T07:06:27.168 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T07:06:27.168 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T07:06:27.169 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 6.3 MB/s | 3.1 MB 00:00 2024-05-08T07:06:27.170 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:27.170 INFO:teuthology.orchestra.run.smithi063.stdout:Total 6.2 MB/s | 3.1 MB 00:00 2024-05-08T07:06:27.170 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:27.176 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install rbd-mirror 2024-05-08T07:06:27.182 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:27.182 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:27.266 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:27.266 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:27.422 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T07:06:27.422 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:27.422 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:27.422 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:27.422 INFO:teuthology.orchestra.run.smithi073.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:27.423 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:27.658 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-fuse 2024-05-08T07:06:27.723 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:27.756 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:54 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:27.778 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:27.805 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:27.806 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:27.806 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T07:06:27.806 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:27.806 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:27.806 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:27.881 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:27.881 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:27.881 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repo Size 2024-05-08T07:06:27.881 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:06:27.882 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:27.883 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 3.1 M 2024-05-08T07:06:27.883 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 13 M 2024-05-08T07:06:27.883 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:28.227 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:33 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:28.347 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T07:06:28.348 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 971 k 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 2.8 M 2024-05-08T07:06:28.349 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:28.443 INFO:teuthology.orchestra.run.smithi157.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 5.5 MB/s | 3.1 MB 00:00 2024-05-08T07:06:28.444 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:28.444 INFO:teuthology.orchestra.run.smithi157.stdout:Total 5.5 MB/s | 3.1 MB 00:00 2024-05-08T07:06:28.444 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:28.453 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:28.453 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:28.534 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:28.534 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:28.888 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:28.958 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:29.019 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:29.045 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:29.068 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 2.0 MB/s | 891 kB 00:00 2024-05-08T07:06:29.114 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-nbd 2024-05-08T07:06:29.610 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 82 kB/s | 80 kB 00:00 2024-05-08T07:06:29.611 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:29.612 INFO:teuthology.orchestra.run.smithi073.stdout:Total 769 kB/s | 971 kB 00:01 2024-05-08T07:06:29.625 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:29.651 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:29.651 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:29.715 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 07:04:37 AM UTC. 2024-05-08T07:06:29.731 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:29.731 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:29.845 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T07:06:29.846 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 170 k 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 494 k 2024-05-08T07:06:29.847 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-05-08T07:06:29.914 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:30.055 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:30.090 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:30.119 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:30.213 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 464 kB/s | 170 kB 00:00 2024-05-08T07:06:30.214 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:30.214 INFO:teuthology.orchestra.run.smithi063.stdout:Total 462 kB/s | 170 kB 00:00 2024-05-08T07:06:30.214 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-05-08T07:06:30.223 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-05-08T07:06:30.223 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-05-08T07:06:30.291 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-05-08T07:06:30.292 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-05-08T07:06:30.343 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install rbd-nbd 2024-05-08T07:06:30.448 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-05-08T07:06:30.556 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:30.781 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T07:06:30.781 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T07:06:30.924 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:01:57 ago on Wed 08 May 2024 07:04:33 AM UTC. 2024-05-08T07:06:31.025 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:31.047 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T07:06:31.047 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:31.047 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:31.047 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T07:06:31.048 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:31.048 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:31.050 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2024-05-08T07:06:31.051 INFO:teuthology.orchestra.run.smithi157.stdout:Install 1 Package 2024-05-08T07:06:31.052 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:31.052 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 170 k 2024-05-08T07:06:31.052 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 494 k 2024-05-08T07:06:31.052 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2024-05-08T07:06:31.305 INFO:teuthology.orchestra.run.smithi157.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 677 kB/s | 170 kB 00:00 2024-05-08T07:06:31.305 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:31.305 INFO:teuthology.orchestra.run.smithi157.stdout:Total 673 kB/s | 170 kB 00:00 2024-05-08T07:06:31.305 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2024-05-08T07:06:31.306 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:31.307 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:31.307 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-05-08T07:06:31.307 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:31.307 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-05-08T07:06:31.307 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-05-08T07:06:31.313 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2024-05-08T07:06:31.313 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2024-05-08T07:06:31.320 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-volume 2024-05-08T07:06:31.377 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2024-05-08T07:06:31.377 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2024-05-08T07:06:31.532 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2024-05-08T07:06:31.552 DEBUG:teuthology.parallel:result is None 2024-05-08T07:06:31.644 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:31.902 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:32.025 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:32.026 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:32.026 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2024-05-08T07:06:32.026 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:32.026 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:32.026 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Install 2 Packages 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 350 k 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 1.5 M 2024-05-08T07:06:32.027 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:32.079 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:32.325 INFO:teuthology.orchestra.run.smithi073.stdout:(1/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 1.0 MB/s | 273 kB 00:00 2024-05-08T07:06:32.333 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:32.333 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:32.333 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2024-05-08T07:06:32.334 INFO:teuthology.orchestra.run.smithi157.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:32.334 INFO:teuthology.orchestra.run.smithi157.stdout: 2024-05-08T07:06:32.334 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2024-05-08T07:06:32.492 INFO:teuthology.orchestra.run.smithi073.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 182 kB/s | 77 kB 00:00 2024-05-08T07:06:32.492 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:32.492 INFO:teuthology.orchestra.run.smithi073.stdout:Total 752 kB/s | 350 kB 00:00 2024-05-08T07:06:32.506 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:32.515 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:32.515 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:32.546 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:32.546 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:32.600 DEBUG:teuthology.parallel:result is None 2024-05-08T07:06:32.691 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:32.865 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T07:06:32.902 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:32.919 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T07:06:32.919 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:32.919 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T07:06:32.919 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:33.652 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:33.948 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:34.267 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados-devel 2024-05-08T07:06:34.850 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:34.978 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:34.979 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:34.979 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-08T07:06:34.979 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:34.979 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 127 k 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 456 k 2024-05-08T07:06:34.980 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:35.327 INFO:teuthology.orchestra.run.smithi073.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 366 kB/s | 127 kB 00:00 2024-05-08T07:06:35.327 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:35.328 INFO:teuthology.orchestra.run.smithi073.stdout:Total 364 kB/s | 127 kB 00:00 2024-05-08T07:06:35.328 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:35.333 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:35.333 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:35.396 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:35.396 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:35.547 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:35.658 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:36.106 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:36.347 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:36.595 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs2 2024-05-08T07:06:37.173 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:37.255 INFO:teuthology.orchestra.run.smithi073.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:37.297 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:37.298 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:37.298 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:37.379 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install libcephfs-devel 2024-05-08T07:06:37.944 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:38.066 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:38.066 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 32 k 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 142 k 2024-05-08T07:06:38.067 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:38.322 INFO:teuthology.orchestra.run.smithi073.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 124 kB/s | 32 kB 00:00 2024-05-08T07:06:38.323 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:38.323 INFO:teuthology.orchestra.run.smithi073.stdout:Total 124 kB/s | 32 kB 00:00 2024-05-08T07:06:38.323 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:38.326 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:38.326 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:38.340 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:38.341 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:38.420 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:38.548 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:38.946 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:39.161 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:39.161 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:39.162 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:39.162 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:39.162 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:39.162 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:39.319 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librados2 2024-05-08T07:06:39.885 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:44 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:39.964 INFO:teuthology.orchestra.run.smithi073.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:40.005 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:40.006 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:40.006 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:40.067 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install librbd1 2024-05-08T07:06:40.638 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:40.719 INFO:teuthology.orchestra.run.smithi073.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:40.761 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:40.762 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:40.762 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:40.826 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rados 2024-05-08T07:06:41.390 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:46 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:41.472 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:41.518 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:41.518 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:41.518 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:41.574 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rgw 2024-05-08T07:06:42.140 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:42.219 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:42.260 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:42.261 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:42.261 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:42.333 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-cephfs 2024-05-08T07:06:42.901 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:42.981 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:43.022 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:43.023 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:43.023 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:43.088 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install python3-rbd 2024-05-08T07:06:43.657 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:43.738 INFO:teuthology.orchestra.run.smithi073.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T07:06:43.779 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:43.780 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2024-05-08T07:06:43.780 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:43.842 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-fuse 2024-05-08T07:06:44.408 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:44.530 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:44.530 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 85 k 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 231 k 2024-05-08T07:06:44.531 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:44.742 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 405 kB/s | 85 kB 00:00 2024-05-08T07:06:44.743 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:44.743 INFO:teuthology.orchestra.run.smithi073.stdout:Total 402 kB/s | 85 kB 00:00 2024-05-08T07:06:44.743 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:44.750 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:44.750 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:44.813 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:44.814 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:44.956 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:45.056 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:45.445 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:45.718 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:45.719 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:45.719 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:45.719 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:45.719 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:45.719 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:45.993 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-mirror 2024-05-08T07:06:46.572 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:46.696 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:46.696 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:46.696 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repo Size 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 3.1 M 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 13 M 2024-05-08T07:06:46.697 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:47.096 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 7.8 MB/s | 3.1 MB 00:00 2024-05-08T07:06:47.096 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:47.097 INFO:teuthology.orchestra.run.smithi073.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-05-08T07:06:47.097 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:47.106 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:47.107 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:47.189 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:47.189 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:47.615 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:47.680 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:47.705 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:47.705 INFO:teuthology.orchestra.run.smithi073.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T07:06:47.705 INFO:teuthology.orchestra.run.smithi073.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T07:06:47.705 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:47.705 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T07:06:47.706 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:48.811 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:49.042 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install rbd-nbd 2024-05-08T07:06:49.618 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:54 ago on Wed 08 May 2024 07:04:55 AM UTC. 2024-05-08T07:06:49.745 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Install 1 Package 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 170 k 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 494 k 2024-05-08T07:06:49.746 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-05-08T07:06:49.975 INFO:teuthology.orchestra.run.smithi073.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 748 kB/s | 170 kB 00:00 2024-05-08T07:06:49.976 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-05-08T07:06:49.976 INFO:teuthology.orchestra.run.smithi073.stdout:Total 742 kB/s | 170 kB 00:00 2024-05-08T07:06:49.976 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-05-08T07:06:49.984 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-05-08T07:06:49.984 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-05-08T07:06:50.047 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-05-08T07:06:50.047 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-05-08T07:06:50.201 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-05-08T07:06:50.308 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:50.735 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:51.012 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T07:06:51.012 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:51.012 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-05-08T07:06:51.013 INFO:teuthology.orchestra.run.smithi073.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T07:06:51.013 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-05-08T07:06:51.013 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-05-08T07:06:51.315 DEBUG:teuthology.parallel:result is None 2024-05-08T07:06:51.315 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:51.532 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T07:06:51.559 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:51.560 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:51.560 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T07:06:51.561 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:51.777 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T07:06:51.799 INFO:teuthology.orchestra.run.smithi073.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:51.799 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:51.799 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T07:06:51.801 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:52.019 DEBUG:teuthology.orchestra.run.smithi157:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T07:06:52.045 INFO:teuthology.orchestra.run.smithi157.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:52.045 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T07:06:52.045 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T07:06:52.047 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-08T07:06:52.047 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:06:52.047 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T07:06:52.079 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:06:52.080 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T07:06:52.106 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:06:52.106 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T07:06:52.135 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-08T07:06:52.135 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:06:52.136 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T07:06:52.170 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T07:06:52.239 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:06:52.239 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T07:06:52.264 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T07:06:52.329 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:06:52.330 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T07:06:52.358 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T07:06:52.428 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-08T07:06:52.428 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:06:52.428 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T07:06:52.458 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T07:06:52.528 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:06:52.528 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T07:06:52.553 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T07:06:52.618 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:06:52.618 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T07:06:52.644 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T07:06:52.709 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-08T07:06:52.710 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-05-08T07:06:52.710 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T07:06:52.741 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T07:06:52.810 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-05-08T07:06:52.811 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T07:06:52.835 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T07:06:52.900 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-05-08T07:06:52.900 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T07:06:52.925 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T07:06:52.993 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T07:06:53.130 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': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T07:06:53.130 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:53.131 INFO:tasks.cephadm:Cluster fsid is 8c4a16fc-0d09-11ef-bc97-c7b262605968 2024-05-08T07:06:53.131 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T07:06:53.131 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.63', 'mon.b': '172.21.15.73', 'mon.c': '172.21.15.157'} 2024-05-08T07:06:53.131 INFO:tasks.cephadm:First mon is mon.a on smithi063 2024-05-08T07:06:53.131 INFO:tasks.cephadm:First mgr is a 2024-05-08T07:06:53.132 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T07:06:53.132 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-05-08T07:06:53.163 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-05-08T07:06:53.189 DEBUG:teuthology.orchestra.run.smithi157:> sudo hostname $(hostname -s) 2024-05-08T07:06:53.214 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T07:06:53.214 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:53.368 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', '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/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', '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-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T07:06:53.512 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:53.513 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:06:53.513 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T07:06:53.514 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.073 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:06 /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.073 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.504 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:06 /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.504 DEBUG:teuthology.orchestra.run.smithi157:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.959 INFO:teuthology.orchestra.run.smithi157.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 07:06 /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.959 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:54.980 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:55.001 DEBUG:teuthology.orchestra.run.smithi157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:55.034 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T07:06:55.038 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:06:55.041 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:06:55.043 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T07:06:56.639 INFO:teuthology.orchestra.run.smithi157.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.645 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.697 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.863 INFO:teuthology.orchestra.run.smithi063.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.863 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.863 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:06:56.863 INFO:teuthology.orchestra.run.smithi063.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:06:56.888 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:06:56.890 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T07:06:56.892 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi063/crash 2024-05-08T07:06:56.893 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:06:56.895 INFO:teuthology.orchestra.run.smithi073.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.895 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.895 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:06:56.896 INFO:teuthology.orchestra.run.smithi073.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.934 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:06:56.934 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:06:56.937 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi073/crash 2024-05-08T07:06:56.938 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:06:56.951 INFO:teuthology.orchestra.run.smithi157.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.951 INFO:teuthology.orchestra.run.smithi157.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T07:06:56.951 INFO:teuthology.orchestra.run.smithi157.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T07:06:56.951 INFO:teuthology.orchestra.run.smithi157.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T07:06:56.980 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:06:56.980 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:06:56.982 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi157/crash 2024-05-08T07:06:56.983 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash -- . 2024-05-08T07:06:57.025 INFO:teuthology.orchestra.run.smithi157.stderr:tar: /var/lib/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T07:06:57.026 INFO:teuthology.orchestra.run.smithi157.stderr:tar: Error is not recoverable: exiting now 2024-05-08T07:06:57.027 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T07:06:57.027 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8c4a16fc-0d09-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-08T07:06:57.056 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/8c4a16fc-0d09-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T07:06:57.058 INFO:tasks.cephadm:Compressing logs... 2024-05-08T07:06:57.058 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:06:57.101 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:06:57.103 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:06:57.124 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-05-08T07:06:57.124 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:06:57.124 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:06:57.125 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T07:06:57.125 INFO:teuthology.orchestra.run.smithi073.stderr:: No such file or directory 2024-05-08T07:06:57.125 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:06:57.126 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-05-08T07:06:57.126 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.013s 2024-05-08T07:06:57.127 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.012s 2024-05-08T07:06:57.127 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.011s 2024-05-08T07:06:57.127 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-05-08T07:06:57.128 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.012s 2024-05-08T07:06:57.128 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m0.010s 2024-05-08T07:06:57.128 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.012s 2024-05-08T07:06:57.128 INFO:teuthology.orchestra.run.smithi157.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory --verbose 2024-05-08T07:06:57.129 INFO:teuthology.orchestra.run.smithi157.stderr: -- /var/log/ceph/cephadm.log 2024-05-08T07:06:57.129 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T07:06:57.130 INFO:teuthology.orchestra.run.smithi157.stderr: 2024-05-08T07:06:57.130 INFO:teuthology.orchestra.run.smithi157.stderr:real 0m0.012s 2024-05-08T07:06:57.130 INFO:teuthology.orchestra.run.smithi157.stderr:user 0m0.007s 2024-05-08T07:06:57.130 INFO:teuthology.orchestra.run.smithi157.stderr:sys 0m0.014s 2024-05-08T07:06:57.130 INFO:tasks.cephadm:Archiving logs... 2024-05-08T07:06:57.131 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi063/log 2024-05-08T07:06:57.131 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:06:57.193 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi073/log 2024-05-08T07:06:57.194 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:06:57.219 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi157/log 2024-05-08T07:06:57.220 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T07:06:57.245 INFO:tasks.cephadm:Removing cluster... 2024-05-08T07:06:57.245 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c4a16fc-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:06:57.433 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 8c4a16fc-0d09-11ef-bc97-c7b262605968 2024-05-08T07:06:57.709 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c4a16fc-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:06:57.895 INFO:teuthology.orchestra.run.smithi073.stdout:Deleting cluster with fsid: 8c4a16fc-0d09-11ef-bc97-c7b262605968 2024-05-08T07:06:58.150 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c4a16fc-0d09-11ef-bc97-c7b262605968 --force 2024-05-08T07:06:58.338 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 8c4a16fc-0d09-11ef-bc97-c7b262605968 2024-05-08T07:06:58.612 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T07:06:58.612 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:58.631 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:58.647 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T07:06:58.663 INFO:tasks.cephadm:Teardown complete 2024-05-08T07:06:58.664 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:06:58.927 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ca7264673bbe4cdfb3b239c845928608 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, 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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) 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 smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T07:06:58.931 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T07:06:58.945 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-08T07:06:58.956 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-08T07:06:58.957 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T07:06:58.972 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T07:06:58.975 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T07:06:59.076 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T07:06:59.087 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T07:06:59.088 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:06:59.091 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:06:59.093 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T07:06:59.106 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:06:59.106 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:06:59.108 INFO:teuthology.orchestra.run.smithi157.stderr:bash: line 1: ntpq: command not found 2024-05-08T07:06:59.110 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:06:59.110 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-05-08T07:06:59.111 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv01.front.sepia.ceph.com 3 6 77 35 +375us[ +361us] +/- 51ms 2024-05-08T07:06:59.111 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 34 -2054us[-2054us] +/- 70ms 2024-05-08T07:06:59.111 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 +1471us[+1471us] +/- 69ms 2024-05-08T07:06:59.111 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:06:59.113 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:06:59.113 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-05-08T07:06:59.113 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv01.front.sepia.ceph.com 3 6 77 35 +378us[ +363us] +/- 51ms 2024-05-08T07:06:59.113 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 35 -2044us[-2059us] +/- 70ms 2024-05-08T07:06:59.113 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 +1460us[+1460us] +/- 69ms 2024-05-08T07:06:59.114 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:^* hv01.front.sepia.ceph.com 3 6 77 34 +385us[ +384us] +/- 51ms 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 34 -2036us[-2037us] +/- 70ms 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 +1481us[+1480us] +/- 69ms 2024-05-08T07:06:59.115 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T07:06:59.116 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T07:06:59.125 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T07:06:59.126 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T07:06:59.135 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:06:59.219 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:06:59.277 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:06:59.338 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:06:59.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:06:59.370 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:06:59.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:06:59.398 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:06:59.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:06:59.426 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T07:06:59.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T07:06:59.447 INFO:teuthology.task.internal:Duration was 411.707472 seconds 2024-05-08T07:06:59.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T07:06:59.457 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T07:06:59.457 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:06:59.460 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:06:59.462 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T07:06:59.498 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:06:59.501 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:06:59.505 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T07:06:59.892 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T07:06:59.892 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-05-08T07:06:59.893 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:06:59.959 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-05-08T07:06:59.959 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:07:00.004 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2024-05-08T07:07:00.004 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:07:00.032 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T07:07:00.033 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:07:00.037 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:07:00.047 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T07:07:00.099 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T07:07:00.099 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:07:00.108 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:07:00.115 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T07:07:00.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T07:07:00.243 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T07:07:00.243 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:07:00.272 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:07:00.296 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T07:07:00.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T07:07:00.333 DEBUG:teuthology.orchestra.run.smithi063:> 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-08T07:07:00.339 DEBUG:teuthology.orchestra.run.smithi073:> 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-08T07:07:00.342 DEBUG:teuthology.orchestra.run.smithi157:> 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-08T07:07:00.363 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-05-08T07:07:00.364 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-05-08T07:07:00.386 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2024-05-08T07:07:00.406 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:07:00.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:07:00.439 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:07:00.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:07:00.454 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T07:07:00.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T07:07:00.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T07:07:00.481 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T07:07:00.482 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi063 2024-05-08T07:07:00.482 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:07:00.518 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi073 2024-05-08T07:07:00.518 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:07:00.552 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361/remote/smithi157 2024-05-08T07:07:00.552 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T07:07:00.590 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T07:07:00.591 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:07:00.594 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:07:00.596 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T07:07:00.641 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T07:07:00.654 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T07:07:00.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T07:07:00.668 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T07:07:00.669 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:07:00.672 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:07:00.675 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T07:07:00.685 INFO:teuthology.orchestra.run.smithi063.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:07 /home/ubuntu/cephtest 2024-05-08T07:07:00.690 INFO:teuthology.orchestra.run.smithi073.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:07 /home/ubuntu/cephtest 2024-05-08T07:07:00.697 INFO:teuthology.orchestra.run.smithi157.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 07:07 /home/ubuntu/cephtest 2024-05-08T07:07:00.698 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T07:07:00.709 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T07:07:00.732 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T07:07:00.760 DEBUG:teuthology.nuke:shortname: smithi063 2024-05-08T07:07:00.761 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:07:00.786 DEBUG:teuthology.nuke:shortname: smithi073 2024-05-08T07:07:00.786 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:07:00.792 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361', '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-08 06:50:44.864485', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsky95oeuCVmiWuCdTkxLScTmICAuI+iTzG8DcYoHqE4DyPYe+KS1MmhwR/csRVY6RbifG7Zapyfy2Tpz5htWU='} 2024-05-08T07:07:00.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361', '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-08 06:50:44.865918', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWLjMFU6cTC22jql9fsKvMnyOmge1UDe93ornOKdCbmxt9NkvJSWeVSJucQFVQ0cekWnqm5oorSvsj2iZANDv8='} 2024-05-08T07:07:00.819 DEBUG:teuthology.nuke:shortname: smithi157 2024-05-08T07:07:00.819 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T07:07:00.853 INFO:teuthology.orchestra.console.smithi063:Power off 2024-05-08T07:07:00.854 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:07:00.868 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697361', '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-08 06:50:44.867161', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL33D/ZgpdxpgECcT5rYDk8gkXSeqB7rQnL2HCDznZEshRreshKJEYUudqm9tqvccKrTOSuQKs2B+Q4GHKYXEIY='} 2024-05-08T07:07:00.883 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-05-08T07:07:00.883 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:00.907 INFO:teuthology.orchestra.console.smithi073:Power off 2024-05-08T07:07:00.907 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:07:00.926 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-08T07:07:00.949 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2024-05-08T07:07:00.950 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:00.982 INFO:teuthology.orchestra.console.smithi157:Power off 2024-05-08T07:07:00.982 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T07:07:00.994 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-05-08T07:07:01.010 DEBUG:teuthology.orchestra.console.smithi157:power off output: Chassis Power Control: Down/Off 2024-05-08T07:07:01.010 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:01.039 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-05-08T07:07:04.927 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:04.995 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:05.038 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-05-08T07:07:05.041 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:05.108 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-05-08T07:07:05.151 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2024-05-08T07:07:09.042 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:09.109 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:09.152 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T07:07:09.163 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-05-08T07:07:09.222 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2024-05-08T07:07:09.264 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is off 2024-05-08T07:07:09.264 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-05-08T07:07:09.323 INFO:teuthology.orchestra.console.smithi073:Power off completed 2024-05-08T07:07:09.364 INFO:teuthology.orchestra.console.smithi157:Power off completed 2024-05-08T07:07:09.469 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: 411.70747208595276 failure_reason: 'Command failed on smithi063 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ca7264673bbe4cdfb3b239c845928608 status: fail success: false 2024-05-08T07:07:09.470 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T07:07:09.552 INFO:teuthology.run:FAIL