2024-04-15T21:36:41.933 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:36:41.934 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491 --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/orig.config.yaml 2024-04-15T21:36:41.964 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:36:42.052 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657491' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1GeSKGiKPeLfgtH6i6CrDQvEj3PcxdmGZWJ2v6Fhzu6xI0It/X2vTDRnLTRtZYATqRmER/TrhqDgREjS/OhHY= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN3T8/8Olj5vQByA1uWQ278dM7eCt9hYecZ6LVJ5F7MfoRlL922623ynqOpG2V1vLwUAMJBInXw5M3S4vy2Y3l4= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGDM8DvggWSTQvOAgqvLJrMEcZbkykNMtX9wfD5+vAHBp/azSGkdG9RABGvBvG/ZDYA87HPZO5h51WfKo7CuN4c= tasks: - 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 0x7f93b4862e50>, signals=[15]) 2024-04-15T21:36:42.531 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:36:42.546 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:36:42.546 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-15T21:36:42.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:36:42.638 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-04-15T21:36:42.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:36:42.728 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-04-15T21:36:42.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:36:42.817 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:36:42.826 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-15T21:36:42.844 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-15T21:36:42.844 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="9" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="9" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:36:42.902 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:36:42.903 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:36:42.903 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:36:42.903 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:36:42.903 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-15T21:36:42.929 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-04-15T21:36:42.947 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-04-15T21:36:42.947 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="9" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="9" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2024-04-15T21:36:43.004 INFO:teuthology.orchestra.run.smithi190.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:36:43.005 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:36:43.005 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:36:43.005 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:36:43.005 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:36:43.005 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:36:43.005 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-04-15T21:36:43.029 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-04-15T21:36:43.047 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-04-15T21:36:43.047 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="CentOS Stream" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="9" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:ID="centos" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="9" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:ANSI_COLOR="0;31" 2024-04-15T21:36:43.104 INFO:teuthology.orchestra.run.smithi191.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:36:43.105 INFO:teuthology.orchestra.run.smithi191.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:36:43.105 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:36:43.105 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:36:43.105 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:36:43.105 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:36:43.105 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-04-15T21:36:43.129 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:36:43.146 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:36:43.158 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:36:43.158 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:36:43.161 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:36:43.163 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:36:43.179 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:36:43.189 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:36:43.189 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:36:43.217 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:36:43.219 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:36:43.290 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:36:43.379 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:36:43.397 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:36:43.398 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:36:43.398 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:36:43.398 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:36:43.399 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:36:43.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:36:43.415 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-15T21:36:43.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:36:43.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:36:43.417 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-04-15T21:36:43.417 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-15T21:36:43.473 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:36:43.473 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.14.0-361.el9.x86_64 2024-04-15T21:36:43.473 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2024-04-15T21:36:43.475 INFO:teuthology.orchestra.run.smithi154.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:36:43.475 INFO:teuthology.orchestra.run.smithi191.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:36:43.475 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.14.0-361.el9.x86_64 2024-04-15T21:36:43.475 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2024-04-15T21:36:43.476 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.14.0-361.el9.x86_64 2024-04-15T21:36:43.476 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum install -y kernel 2024-04-15T21:36:45.567 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-15T21:36:45.610 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T21:36:45.714 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-04-15T21:36:46.959 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - BaseOS 7.0 MB/s | 2.0 MB 00:00 2024-04-15T21:36:47.203 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.0 MB 00:00 2024-04-15T21:36:47.373 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-04-15T21:36:48.609 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 7.9 MB/s | 8.0 MB 00:01 2024-04-15T21:36:48.675 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - BaseOS 8.5 MB/s | 8.0 MB 00:00 2024-04-15T21:36:48.957 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.0 MB 00:01 2024-04-15T21:36:51.123 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-15T21:36:51.142 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-15T21:36:55.974 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - CRB 5.2 MB/s | 6.2 MB 00:01 2024-04-15T21:36:57.441 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 16 kB 00:00 2024-04-15T21:36:58.676 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-15T21:37:03.508 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - CRB 713 kB/s | 6.2 MB 00:08 2024-04-15T21:37:03.642 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-15T21:37:05.017 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-04-15T21:37:05.999 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:37:05.999 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:37:06.082 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:37:06.091 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:Install 4 Packages 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 77 M 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 123 M 2024-04-15T21:37:06.092 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:37:06.435 INFO:teuthology.orchestra.run.smithi190.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 809 kB/s | 277 kB 00:00 2024-04-15T21:37:07.818 INFO:teuthology.orchestra.run.smithi190.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 8.8 MB/s | 15 MB 00:01 2024-04-15T21:37:08.652 INFO:teuthology.orchestra.run.smithi190.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-04-15T21:37:08.716 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 19 MB 00:18 2024-04-15T21:37:08.927 INFO:teuthology.orchestra.run.smithi190.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 11 MB/s | 28 MB 00:02 2024-04-15T21:37:08.931 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:37:08.931 INFO:teuthology.orchestra.run.smithi190.stdout:Total 27 MB/s | 77 MB 00:02 2024-04-15T21:37:08.931 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:37:09.293 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:37:09.293 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:37:10.122 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:37:10.123 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:37:12.428 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:37:12.900 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-04-15T21:37:13.091 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:37:13.177 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:14.301 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 16 kB 00:00 2024-04-15T21:37:15.915 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:16.047 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:16.371 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-15T21:37:17.825 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 1.6 MB/s | 21 MB 00:12 2024-04-15T21:37:20.745 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:20.788 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:21.494 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-15T21:37:22.892 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T21:37:23.102 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:01 ago on Mon 15 Apr 2024 09:37:22 PM UTC. 2024-04-15T21:37:23.843 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:37:23.843 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:37:23.949 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:37:23.953 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout:Install 4 Packages 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 77 M 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 123 M 2024-04-15T21:37:23.954 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:37:24.112 INFO:teuthology.orchestra.run.smithi154.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T21:37:24.571 INFO:teuthology.orchestra.run.smithi154.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 25 MB/s | 15 MB 00:00 2024-04-15T21:37:25.163 INFO:teuthology.orchestra.run.smithi154.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 28 MB/s | 34 MB 00:01 2024-04-15T21:37:25.190 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:37:25.190 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:37:25.299 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:37:25.303 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:Install 4 Packages 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 77 M 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 123 M 2024-04-15T21:37:25.304 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:37:25.484 INFO:teuthology.orchestra.run.smithi191.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.5 MB/s | 277 kB 00:00 2024-04-15T21:37:25.583 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:25.663 INFO:teuthology.orchestra.run.smithi154.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 18 MB/s | 28 MB 00:01 2024-04-15T21:37:25.666 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:37:25.667 INFO:teuthology.orchestra.run.smithi154.stdout:Total 45 MB/s | 77 MB 00:01 2024-04-15T21:37:25.667 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:37:26.069 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:37:26.070 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:37:26.920 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:37:26.920 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:37:27.185 INFO:teuthology.orchestra.run.smithi191.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 8.1 MB/s | 15 MB 00:01 2024-04-15T21:37:29.232 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:37:29.853 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:37:29.939 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:32.498 INFO:teuthology.orchestra.run.smithi191.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 3.9 MB/s | 28 MB 00:07 2024-04-15T21:37:32.709 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:32.801 INFO:teuthology.orchestra.run.smithi191.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 4.5 MB/s | 34 MB 00:07 2024-04-15T21:37:32.805 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:37:32.805 INFO:teuthology.orchestra.run.smithi191.stdout:Total 10 MB/s | 77 MB 00:07 2024-04-15T21:37:32.805 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:37:32.852 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:33.164 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:37:33.165 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:37:34.030 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:37:34.030 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:37:36.326 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:37:36.988 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:37:37.077 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:37.598 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:37.726 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:39.828 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:39.964 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:42.524 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:44.668 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:44.705 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:49.397 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:55.394 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:55.394 INFO:teuthology.orchestra.run.smithi190.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:37:55.394 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:55.438 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:55.823 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:55.823 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:37:55.823 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:55.823 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:56.272 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:56.272 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:56.272 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:37:56.272 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.273 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.273 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.273 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.273 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:56.273 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:37:56.643 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:37:56.742 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.743 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:37:56.743 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:37:56.743 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:37:56.743 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:37:56.743 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:37:56.743 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:37:56.743 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:37:56.823 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:56.824 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:37:56.824 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.06 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 68.el9 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Group : Unspecified 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 8264254 2024-04-15T21:37:56.858 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : builder@centos.org 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:37:56.860 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:37:56.860 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:37:56.861 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:37:57.438 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-04-15T21:37:58.825 INFO:teuthology.orchestra.run.smithi190.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:37:58.860 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-04-15T21:37:58.862 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-04-15T21:37:58.877 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.PMSWi2kWwz 2024-04-15T21:37:58.878 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PMSWi2kWwz 2024-04-15T21:37:58.946 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.PMSWi2kWwz 2024-04-15T21:37:59.090 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.PMSWi2kWwz is 6KB 2024-04-15T21:37:59.140 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.PMSWi2kWwz 2024-04-15T21:37:59.155 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:37:59.219 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:37:59.219 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:37:59.219 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:37:59.219 INFO:teuthology.orchestra.run.smithi190.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:37:59.220 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:37:59.369 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-04-15T21:38:11.960 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:11.960 INFO:teuthology.orchestra.run.smithi154.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:38:11.960 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:38:12.005 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:12.370 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:12.371 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:12.371 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:12.371 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:12.787 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:12.787 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:38:12.788 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:38:13.141 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:13.244 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:13.244 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:13.244 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:38:13.244 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:38:13.244 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:38:13.245 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:38:13.245 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:38:13.245 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:13.325 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:13.325 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:13.326 DEBUG:teuthology.orchestra.run.smithi154:> sudo rpm -qi grub2-tools 2024-04-15T21:38:13.367 INFO:teuthology.orchestra.run.smithi154.stdout:Name : grub2-tools 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Epoch : 1 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Version : 2.06 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Release : 68.el9 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: x86_64 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Group : Unspecified 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Size : 8264254 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:License : GPLv3+ 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:38:13.368 INFO:teuthology.orchestra.run.smithi154.stdout:Packager : builder@centos.org 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:Vendor : CentOS 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:Summary : Support tools for GRUB. 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:Description : 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:hardware devices. 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:38:13.369 INFO:teuthology.orchestra.run.smithi154.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:38:13.370 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:38:13.370 INFO:teuthology.task.kernel:Updating grub on smithi154 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:38:13.370 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:38:13.985 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2024-04-15T21:38:15.349 INFO:teuthology.orchestra.run.smithi154.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:38:15.387 INFO:teuthology.orchestra.run.smithi154.stderr:done 2024-04-15T21:38:15.389 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2024-04-15T21:38:15.404 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.cG8dpHT9XF 2024-04-15T21:38:15.405 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cG8dpHT9XF 2024-04-15T21:38:15.473 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.cG8dpHT9XF 2024-04-15T21:38:15.607 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.cG8dpHT9XF is 6KB 2024-04-15T21:38:15.659 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.cG8dpHT9XF 2024-04-15T21:38:15.673 DEBUG:teuthology.orchestra.run.smithi154:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:38:15.738 INFO:teuthology.orchestra.run.smithi154.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:38:15.738 INFO:teuthology.orchestra.run.smithi154.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:38:15.738 INFO:teuthology.orchestra.run.smithi154.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:38:15.738 INFO:teuthology.orchestra.run.smithi154.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:38:15.739 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:38:15.884 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2024-04-15T21:38:19.137 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:19.137 INFO:teuthology.orchestra.run.smithi191.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:38:19.137 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:38:19.180 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:19.517 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:19.517 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:38:19.517 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:38:19.517 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:38:19.967 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:38:20.318 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:20.414 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:20.414 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:20.414 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:38:20.415 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:38:20.415 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:38:20.415 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T21:38:20.415 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:38:20.415 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:38:20.495 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:38:20.495 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:38:20.495 DEBUG:teuthology.orchestra.run.smithi191:> sudo rpm -qi grub2-tools 2024-04-15T21:38:20.529 INFO:teuthology.orchestra.run.smithi191.stdout:Name : grub2-tools 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Epoch : 1 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Version : 2.06 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Release : 68.el9 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: x86_64 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:38:20.530 INFO:teuthology.orchestra.run.smithi191.stdout:Group : Unspecified 2024-04-15T21:38:20.531 INFO:teuthology.orchestra.run.smithi191.stdout:Size : 8264254 2024-04-15T21:38:20.531 INFO:teuthology.orchestra.run.smithi191.stdout:License : GPLv3+ 2024-04-15T21:38:20.531 INFO:teuthology.orchestra.run.smithi191.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:38:20.532 INFO:teuthology.orchestra.run.smithi191.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:38:20.532 INFO:teuthology.orchestra.run.smithi191.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:38:20.532 INFO:teuthology.orchestra.run.smithi191.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout:Packager : builder@centos.org 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout:Vendor : CentOS 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout:Summary : Support tools for GRUB. 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout:Description : 2024-04-15T21:38:20.533 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout:hardware devices. 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:38:20.534 INFO:teuthology.orchestra.run.smithi191.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:38:20.535 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:38:20.535 INFO:teuthology.task.kernel:Updating grub on smithi191 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:38:20.536 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:38:21.166 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-04-15T21:38:22.495 INFO:teuthology.orchestra.run.smithi191.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:38:22.525 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-04-15T21:38:22.527 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-04-15T21:38:22.541 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.alkcsxawHL 2024-04-15T21:38:22.542 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.alkcsxawHL 2024-04-15T21:38:22.615 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.alkcsxawHL 2024-04-15T21:38:22.759 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.alkcsxawHL is 6KB 2024-04-15T21:38:22.807 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.alkcsxawHL 2024-04-15T21:38:22.821 DEBUG:teuthology.orchestra.run.smithi191:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:38:22.895 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:38:22.895 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:38:22.895 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:38:22.895 INFO:teuthology.orchestra.run.smithi191.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:38:22.896 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:38:23.063 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-04-15T21:38:29.374 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:38:29.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:38:29.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:45.902 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:38:45.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:38:45.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:47.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-15T21:38:53.071 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T21:38:53.072 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:38:53.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:56.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:38:56.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:59.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-15T21:39:04.350 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T21:39:11.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-04-15T21:39:11.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:39:11.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:13.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:39:13.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:16.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T21:39:20.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:39:20.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:23.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-04-15T21:39:28.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:39:28.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:35.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:39:35.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:39:43.670 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-15T21:39:44.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:39:44.086 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:39:44.087 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-15T21:39:44.101 INFO:teuthology.orchestra.run.smithi190.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:39:44.101 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:39:44.102 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:39:44.102 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:39:45.102 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:39:45.103 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:39:45.172 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-04-15T21:39:45.221 DEBUG:teuthology.parallel:result is None 2024-04-15T21:39:46.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T21:40:01.851 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:40:01.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:40:03.628 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-15T21:40:04.061 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:40:04.061 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:40:04.061 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-15T21:40:04.076 INFO:teuthology.orchestra.run.smithi154.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:40:04.076 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:40:04.076 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:40:04.076 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:40:05.077 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:40:05.077 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:40:05.162 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-15T21:40:05.214 DEBUG:teuthology.parallel:result is None 2024-04-15T21:40:07.506 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-04-15T21:40:08.049 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:40:08.049 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:40:08.050 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-04-15T21:40:08.076 INFO:teuthology.orchestra.run.smithi191.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:40:08.077 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:40:08.077 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:40:08.077 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:40:09.078 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T21:40:09.078 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:40:09.172 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-04-15T21:40:09.391 DEBUG:teuthology.parallel:result is None 2024-04-15T21:40:09.391 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:40:09.400 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:40:09.401 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:40:09.404 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:40:09.408 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:40:09.425 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:40:09.432 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:40:09.441 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:40:09.442 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:40:09.460 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:40:09.467 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:40:09.515 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:40:09.524 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:40:09.525 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:40:09.527 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:40:09.553 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T21:40:09.554 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.568 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.595 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.598 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.609 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.613 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:40:09.615 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:40:09.622 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:40:09.622 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:40:09.624 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:40:09.628 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:40:09.678 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:40:09.688 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:40:09.688 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:40:09.693 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:40:09.699 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:40:09.734 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:09.792 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:09.841 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:09.921 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:09.967 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:40:09.968 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:40:10.036 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:10.082 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:10.130 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:10.217 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:10.262 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:40:10.262 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:40:10.331 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:10.376 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:40:10.430 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:10.512 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:40:10.557 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:40:10.557 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:40:10.625 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-15T21:40:10.627 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-04-15T21:40:10.630 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-04-15T21:40:10.686 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:40:10.691 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:40:10.713 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:40:11.226 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:40:11.234 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:40:11.234 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:40:11.244 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:40:11.253 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:40:11.254 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2024-04-15T21:40:11.335 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2024-04-15T21:40:11.337 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2024-04-15T21:40:11.386 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2024-04-15T21:40:11.387 DEBUG:teuthology.orchestra.run.smithi191:> sudo service auditd rotate 2024-04-15T21:40:11.450 INFO:teuthology.orchestra.run.smithi191.stdout:Rotating logs: 2024-04-15T21:40:11.452 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:40:11.452 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2024-04-15T21:40:11.493 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2024-04-15T21:40:11.494 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2024-04-15T21:40:11.513 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2024-04-15T21:40:11.514 DEBUG:teuthology.orchestra.run.smithi191:> /usr/sbin/getenforce 2024-04-15T21:40:11.534 INFO:teuthology.orchestra.run.smithi191.stdout:Permissive 2024-04-15T21:40:11.535 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi191.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:40:11.535 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:40:11.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:40:11.566 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:40:11.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:40:11.596 DEBUG:teuthology.orchestra.run.smithi191:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:40:11.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:40:11.625 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:40:11.625 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:40:11.679 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:40:11.723 DEBUG:teuthology.orchestra.run.smithi191:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:40:11.768 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:40:11.780 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:40:11.798 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-15T21:40:11.799 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi154.front.sepia.ceph.com,smithi190.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:44:38.414 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2024-04-15T21:44:38.416 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:44:38.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:44:38.518 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-15T21:44:38.602 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T21:44:38.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:44:38.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:44:38.709 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-15T21:44:38.786 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-15T21:44:38.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:44:38.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:44:38.876 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-04-15T21:44:38.958 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-04-15T21:44:38.959 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:44:38.970 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:44:38.970 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:44:38.971 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:44:38.974 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:44:38.974 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:44:38.976 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:44:38.976 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:44:39.005 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:44:39.006 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:44:39.023 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:44:39.024 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:44:39.033 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:44:39.050 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:44:39.054 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2024-04-15T21:44:39.057 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2024-04-15T21:44:39.068 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2024-04-15T21:44:39.071 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2024-04-15T21:44:39.082 INFO:teuthology.orchestra.run.smithi191.stderr:sudo: ntpd: command not found 2024-04-15T21:44:39.086 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:44:39.090 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:44:39.096 INFO:teuthology.orchestra.run.smithi191.stdout:506 Cannot talk to daemon 2024-04-15T21:44:39.103 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:44:39.108 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:44:39.113 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:44:39.131 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:44:39.153 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.158 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.162 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.166 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.183 INFO:teuthology.orchestra.run.smithi191.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.186 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:44:39.187 INFO:teuthology.run_tasks:Running task install... 2024-04-15T21:44:39.196 DEBUG:teuthology.task.install:project ceph 2024-04-15T21:44:39.196 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T21:44:39.196 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:44:39.196 INFO:teuthology.task.install:Using flavor: default 2024-04-15T21:44:39.202 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-15T21:44:39.202 INFO:teuthology.task.install:extra packages: [] 2024-04-15T21:44:39.202 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:44:39.203 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:44:39.205 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:44:39.205 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:44:39.206 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:44:39.206 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:44:39.357 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:44:39.357 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:44:39.429 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:44:39.429 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:44:39.433 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:44:39.433 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:44:39.533 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:44:39.533 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:44:39.533 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:44:39.564 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T21:44:39.564 DEBUG:teuthology.orchestra.run.smithi154:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:44:39.613 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:44:39.613 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:44:39.613 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:44:39.616 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:44:39.617 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:44:39.617 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:44:39.634 DEBUG:teuthology.orchestra.run.smithi154:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T21:44:39.653 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T21:44:39.653 DEBUG:teuthology.orchestra.run.smithi190:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:44:39.655 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-15T21:44:39.655 DEBUG:teuthology.orchestra.run.smithi191:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:44:39.717 DEBUG:teuthology.orchestra.run.smithi154:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T21:44:39.722 DEBUG:teuthology.orchestra.run.smithi190:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T21:44:39.725 DEBUG:teuthology.orchestra.run.smithi191:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-15T21:44:39.785 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2024-04-15T21:44:39.787 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2024-04-15T21:44:39.807 DEBUG:teuthology.orchestra.run.smithi190:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T21:44:39.809 DEBUG:teuthology.orchestra.run.smithi191:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-15T21:44:39.875 INFO:teuthology.orchestra.run.smithi190.stdout:check_obsoletes = 1 2024-04-15T21:44:39.876 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum clean all 2024-04-15T21:44:39.878 INFO:teuthology.orchestra.run.smithi191.stdout:check_obsoletes = 1 2024-04-15T21:44:39.879 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum clean all 2024-04-15T21:44:40.028 INFO:teuthology.orchestra.run.smithi154.stdout:74 files removed 2024-04-15T21:44:40.055 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2024-04-15T21:44:40.115 INFO:teuthology.orchestra.run.smithi190.stdout:74 files removed 2024-04-15T21:44:40.136 INFO:teuthology.orchestra.run.smithi191.stdout:74 files removed 2024-04-15T21:44:40.142 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-radosgw 2024-04-15T21:44:40.163 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-radosgw 2024-04-15T21:44:40.760 INFO:teuthology.orchestra.run.smithi190.stdout:ceph packages for x86_64 265 kB/s | 83 kB 00:00 2024-04-15T21:44:40.773 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 201 kB/s | 83 kB 00:00 2024-04-15T21:44:40.938 INFO:teuthology.orchestra.run.smithi191.stdout:ceph packages for x86_64 176 kB/s | 83 kB 00:00 2024-04-15T21:44:41.130 INFO:teuthology.orchestra.run.smithi190.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-15T21:44:41.174 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 33 kB/s | 11 kB 00:00 2024-04-15T21:44:41.372 INFO:teuthology.orchestra.run.smithi191.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-15T21:44:41.439 INFO:teuthology.orchestra.run.smithi190.stdout:ceph source packages 7.1 kB/s | 1.9 kB 00:00 2024-04-15T21:44:41.541 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 5.8 kB/s | 1.9 kB 00:00 2024-04-15T21:44:41.815 INFO:teuthology.orchestra.run.smithi191.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-04-15T21:44:41.824 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - AppStream 19 MB/s | 6.7 MB 00:00 2024-04-15T21:44:42.193 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-15T21:44:42.251 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - AppStream 17 MB/s | 6.7 MB 00:00 2024-04-15T21:44:43.533 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-04-15T21:44:43.768 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS-9 - BaseOS 5.0 MB/s | 2.0 MB 00:00 2024-04-15T21:44:43.769 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS-9 - BaseOS 4.6 MB/s | 2.0 MB 00:00 2024-04-15T21:44:44.567 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-04-15T21:44:45.243 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - BaseOS 7.0 MB/s | 8.0 MB 00:01 2024-04-15T21:44:46.428 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-15T21:44:47.153 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-15T21:44:48.140 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.0 MB 00:04 2024-04-15T21:44:49.941 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-15T21:44:50.362 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-04-15T21:44:51.746 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 16 kB 00:00 2024-04-15T21:44:52.321 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.2 MB 00:01 2024-04-15T21:44:52.932 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-15T21:44:54.063 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-04-15T21:44:54.411 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 6.2 MB 00:00 2024-04-15T21:44:54.864 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 32 MB/s | 21 MB 00:00 2024-04-15T21:44:56.118 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-15T21:44:57.647 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-15T21:44:58.007 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-15T21:44:59.897 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-15T21:45:00.753 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:00.771 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:00.771 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:45:00.771 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:00.771 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrading: 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:45:00.772 INFO:teuthology.orchestra.run.smithi191.stdout: boost-program-options 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:45:00.773 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:45:00.774 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:45:00.774 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:45:00.774 INFO:teuthology.orchestra.run.smithi191.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:45:00.774 INFO:teuthology.orchestra.run.smithi191.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:45:00.774 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:45:00.775 INFO:teuthology.orchestra.run.smithi191.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:45:00.776 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:45:00.777 INFO:teuthology.orchestra.run.smithi191.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout:Installing weak dependencies: 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:00.778 INFO:teuthology.orchestra.run.smithi191.stdout:Install 30 Packages 2024-04-15T21:45:00.779 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrade 2 Packages 2024-04-15T21:45:00.779 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:00.780 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 59 M 2024-04-15T21:45:00.780 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:01.592 INFO:teuthology.orchestra.run.smithi191.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 7.3 MB/s | 5.3 MB 00:00 2024-04-15T21:45:01.651 INFO:teuthology.orchestra.run.smithi191.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 431 kB/s | 25 kB 00:00 2024-04-15T21:45:01.768 INFO:teuthology.orchestra.run.smithi191.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 6.2 MB/s | 746 kB 00:00 2024-04-15T21:45:01.877 INFO:teuthology.orchestra.run.smithi191.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.5 MB/s | 501 kB 00:00 2024-04-15T21:45:02.377 INFO:teuthology.orchestra.run.smithi191.stdout:(5/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 6.5 MB/s | 9.9 MB 00:01 2024-04-15T21:45:02.452 INFO:teuthology.orchestra.run.smithi191.stdout:(6/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 9.0 MB/s | 5.2 MB 00:00 2024-04-15T21:45:02.478 INFO:teuthology.orchestra.run.smithi191.stdout:(7/32): python3-ceph-argparse-19.0.0-2114.ga9a7 449 kB/s | 45 kB 00:00 2024-04-15T21:45:02.520 INFO:teuthology.orchestra.run.smithi191.stdout:(8/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T21:45:02.554 INFO:teuthology.orchestra.run.smithi191.stdout:(9/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.1 MB/s | 162 kB 00:00 2024-04-15T21:45:02.604 INFO:teuthology.orchestra.run.smithi191.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 3.7 MB/s | 320 kB 00:00 2024-04-15T21:45:02.645 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:45:02.648 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:02.648 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:45:02.648 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:02.648 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:45:02.649 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:45:02.650 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout:Install 30 Packages 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2024-04-15T21:45:02.651 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:02.652 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 59 M 2024-04-15T21:45:02.652 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:45:02.654 INFO:teuthology.orchestra.run.smithi191.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.9 MB/s | 298 kB 00:00 2024-04-15T21:45:02.680 INFO:teuthology.orchestra.run.smithi191.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.3 MB/s | 99 kB 00:00 2024-04-15T21:45:02.811 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-15T21:45:02.830 INFO:teuthology.orchestra.run.smithi191.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 602 kB/s | 106 kB 00:00 2024-04-15T21:45:02.856 INFO:teuthology.orchestra.run.smithi191.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-04-15T21:45:02.881 INFO:teuthology.orchestra.run.smithi191.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 882 kB/s | 44 kB 00:00 2024-04-15T21:45:02.931 INFO:teuthology.orchestra.run.smithi191.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-04-15T21:45:02.957 INFO:teuthology.orchestra.run.smithi191.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-04-15T21:45:02.991 INFO:teuthology.orchestra.run.smithi191.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 700 kB/s | 41 kB 00:00 2024-04-15T21:45:03.016 INFO:teuthology.orchestra.run.smithi191.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.6 MB/s | 220 kB 00:00 2024-04-15T21:45:03.042 INFO:teuthology.orchestra.run.smithi191.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 692 kB/s | 35 kB 00:00 2024-04-15T21:45:03.067 INFO:teuthology.orchestra.run.smithi191.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 920 kB/s | 46 kB 00:00 2024-04-15T21:45:03.259 INFO:teuthology.orchestra.run.smithi191.stdout:(22/32): ceph-common-19.0.0-2114.ga9a752df.el7. 8.6 MB/s | 21 MB 00:02 2024-04-15T21:45:03.393 INFO:teuthology.orchestra.run.smithi191.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-04-15T21:45:03.518 INFO:teuthology.orchestra.run.smithi191.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 649 kB/s | 309 kB 00:00 2024-04-15T21:45:03.544 INFO:teuthology.orchestra.run.smithi191.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 323 kB/s | 49 kB 00:00 2024-04-15T21:45:03.611 INFO:teuthology.orchestra.run.smithi191.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 731 kB/s | 67 kB 00:00 2024-04-15T21:45:03.657 INFO:teuthology.orchestra.run.smithi154.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 13 MB/s | 9.9 MB 00:00 2024-04-15T21:45:03.699 INFO:teuthology.orchestra.run.smithi154.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 602 kB/s | 25 kB 00:00 2024-04-15T21:45:03.703 INFO:teuthology.orchestra.run.smithi191.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-04-15T21:45:03.728 INFO:teuthology.orchestra.run.smithi191.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-15T21:45:03.774 INFO:teuthology.orchestra.run.smithi154.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 9.7 MB/s | 746 kB 00:00 2024-04-15T21:45:03.812 INFO:teuthology.orchestra.run.smithi191.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-15T21:45:03.833 INFO:teuthology.orchestra.run.smithi154.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 8.4 MB/s | 501 kB 00:00 2024-04-15T21:45:03.854 INFO:teuthology.orchestra.run.smithi191.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-15T21:45:04.233 INFO:teuthology.orchestra.run.smithi154.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 13 MB/s | 5.2 MB 00:00 2024-04-15T21:45:04.300 INFO:teuthology.orchestra.run.smithi154.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 679 kB/s | 45 kB 00:00 2024-04-15T21:45:04.350 INFO:teuthology.orchestra.run.smithi154.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 2.6 MB/s | 131 kB 00:00 2024-04-15T21:45:04.354 INFO:teuthology.orchestra.run.smithi191.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 5.4 MB/s | 3.4 MB 00:00 2024-04-15T21:45:04.392 INFO:teuthology.orchestra.run.smithi154.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 3.8 MB/s | 162 kB 00:00 2024-04-15T21:45:04.437 INFO:teuthology.orchestra.run.smithi191.stdout:(32/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 5.0 MB/s | 3.1 MB 00:00 2024-04-15T21:45:04.442 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:04.442 INFO:teuthology.orchestra.run.smithi191.stdout:Total 16 MB/s | 59 MB 00:03 2024-04-15T21:45:04.443 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:45:04.451 INFO:teuthology.orchestra.run.smithi154.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 5.4 MB/s | 320 kB 00:00 2024-04-15T21:45:04.480 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:45:04.480 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:45:04.510 INFO:teuthology.orchestra.run.smithi154.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 5.0 MB/s | 298 kB 00:00 2024-04-15T21:45:04.560 INFO:teuthology.orchestra.run.smithi154.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.9 MB/s | 99 kB 00:00 2024-04-15T21:45:04.668 INFO:teuthology.orchestra.run.smithi154.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 979 kB/s | 106 kB 00:00 2024-04-15T21:45:04.702 INFO:teuthology.orchestra.run.smithi154.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.7 MB/s | 159 kB 00:00 2024-04-15T21:45:04.738 INFO:teuthology.orchestra.run.smithi154.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-04-15T21:45:04.786 INFO:teuthology.orchestra.run.smithi154.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 13 MB/s | 661 kB 00:00 2024-04-15T21:45:04.828 INFO:teuthology.orchestra.run.smithi154.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.7 MB/s | 282 kB 00:00 2024-04-15T21:45:04.895 INFO:teuthology.orchestra.run.smithi154.stdout:(17/32): ceph-base-19.0.0-2114.ga9a752df.el7.x8 2.7 MB/s | 5.3 MB 00:01 2024-04-15T21:45:04.920 INFO:teuthology.orchestra.run.smithi154.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 447 kB/s | 41 kB 00:00 2024-04-15T21:45:04.946 INFO:teuthology.orchestra.run.smithi154.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 220 kB 00:00 2024-04-15T21:45:04.960 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:45:04.960 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:45:04.971 INFO:teuthology.orchestra.run.smithi154.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 697 kB/s | 35 kB 00:00 2024-04-15T21:45:04.996 INFO:teuthology.orchestra.run.smithi154.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 925 kB/s | 46 kB 00:00 2024-04-15T21:45:05.113 INFO:teuthology.orchestra.run.smithi154.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.1 MB/s | 309 kB 00:00 2024-04-15T21:45:05.155 INFO:teuthology.orchestra.run.smithi154.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 623 kB/s | 26 kB 00:00 2024-04-15T21:45:05.205 INFO:teuthology.orchestra.run.smithi154.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 971 kB/s | 49 kB 00:00 2024-04-15T21:45:05.256 INFO:teuthology.orchestra.run.smithi154.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-15T21:45:05.323 INFO:teuthology.orchestra.run.smithi154.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-04-15T21:45:05.365 INFO:teuthology.orchestra.run.smithi154.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-15T21:45:05.398 INFO:teuthology.orchestra.run.smithi154.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-04-15T21:45:05.507 INFO:teuthology.orchestra.run.smithi154.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-15T21:45:05.558 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:45:05.565 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrading: 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: boost-program-options 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:45:05.566 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:45:05.567 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:45:05.568 INFO:teuthology.orchestra.run.smithi190.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout:Install 30 Packages 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout:Upgrade 2 Packages 2024-04-15T21:45:05.569 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:05.570 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 59 M 2024-04-15T21:45:05.570 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:45:05.782 INFO:teuthology.orchestra.run.smithi154.stdout:(30/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-15T21:45:06.424 INFO:teuthology.orchestra.run.smithi154.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 3.3 MB/s | 3.4 MB 00:01 2024-04-15T21:45:06.450 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:45:06.533 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:45:06.568 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:45:06.594 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:45:06.617 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:06.635 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:06.818 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:06.873 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:07.209 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:45:07.289 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:07.320 INFO:teuthology.orchestra.run.smithi190.stdout:(1/32): ceph-common-19.0.0-2114.ga9a752df.el7.x 13 MB/s | 21 MB 00:01 2024-04-15T21:45:07.362 INFO:teuthology.orchestra.run.smithi190.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 608 kB/s | 25 kB 00:00 2024-04-15T21:45:07.381 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:07.462 INFO:teuthology.orchestra.run.smithi190.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 7.3 MB/s | 746 kB 00:00 2024-04-15T21:45:07.468 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:45:07.491 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:07.521 INFO:teuthology.orchestra.run.smithi190.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 8.4 MB/s | 501 kB 00:00 2024-04-15T21:45:07.554 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:07.583 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:45:07.637 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:45:07.704 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:07.728 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:07.775 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:07.810 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:45:07.846 INFO:teuthology.orchestra.run.smithi190.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 16 MB/s | 5.2 MB 00:00 2024-04-15T21:45:07.920 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:45:07.921 INFO:teuthology.orchestra.run.smithi190.stdout:(6/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 2.5 MB/s | 5.3 MB 00:02 2024-04-15T21:45:07.946 INFO:teuthology.orchestra.run.smithi190.stdout:(7/32): python3-ceph-argparse-19.0.0-2114.ga9a7 450 kB/s | 45 kB 00:00 2024-04-15T21:45:07.961 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:45:07.980 INFO:teuthology.orchestra.run.smithi190.stdout:(8/32): python3-ceph-common-19.0.0-2114.ga9a752 2.2 MB/s | 131 kB 00:00 2024-04-15T21:45:07.997 INFO:teuthology.orchestra.run.smithi190.stdout:(9/32): python3-cephfs-19.0.0-2114.ga9a752df.el 3.2 MB/s | 162 kB 00:00 2024-04-15T21:45:08.011 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:45:08.047 INFO:teuthology.orchestra.run.smithi190.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 4.7 MB/s | 320 kB 00:00 2024-04-15T21:45:08.052 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:45:08.073 INFO:teuthology.orchestra.run.smithi190.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 3.9 MB/s | 298 kB 00:00 2024-04-15T21:45:08.081 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:45:08.114 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:45:08.116 INFO:teuthology.orchestra.run.smithi154.stdout:(32/32): ceph-common-19.0.0-2114.ga9a752df.el7. 4.0 MB/s | 21 MB 00:05 2024-04-15T21:45:08.119 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:08.119 INFO:teuthology.orchestra.run.smithi154.stdout:Total 11 MB/s | 59 MB 00:05 2024-04-15T21:45:08.120 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:45:08.131 INFO:teuthology.orchestra.run.smithi190.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.2 MB/s | 99 kB 00:00 2024-04-15T21:45:08.159 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:45:08.159 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:45:08.190 INFO:teuthology.orchestra.run.smithi190.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 906 kB/s | 106 kB 00:00 2024-04-15T21:45:08.215 INFO:teuthology.orchestra.run.smithi190.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-04-15T21:45:08.240 INFO:teuthology.orchestra.run.smithi190.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 883 kB/s | 44 kB 00:00 2024-04-15T21:45:08.282 INFO:teuthology.orchestra.run.smithi190.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-04-15T21:45:08.308 INFO:teuthology.orchestra.run.smithi190.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.2 MB/s | 282 kB 00:00 2024-04-15T21:45:08.333 INFO:teuthology.orchestra.run.smithi190.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 829 kB/s | 41 kB 00:00 2024-04-15T21:45:08.358 INFO:teuthology.orchestra.run.smithi190.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 220 kB 00:00 2024-04-15T21:45:08.384 INFO:teuthology.orchestra.run.smithi190.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 697 kB/s | 35 kB 00:00 2024-04-15T21:45:08.409 INFO:teuthology.orchestra.run.smithi190.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 923 kB/s | 46 kB 00:00 2024-04-15T21:45:08.425 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:45:08.461 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:08.542 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:08.575 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:45:08.615 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:45:08.639 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:45:08.639 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:45:09.070 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:45:09.098 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:09.169 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:09.184 INFO:teuthology.orchestra.run.smithi190.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 386 kB/s | 309 kB 00:00 2024-04-15T21:45:09.237 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:45:09.268 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:45:09.293 INFO:teuthology.orchestra.run.smithi190.stdout:(23/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 2.8 MB/s | 9.9 MB 00:03 2024-04-15T21:45:09.318 INFO:teuthology.orchestra.run.smithi190.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 195 kB/s | 26 kB 00:00 2024-04-15T21:45:09.438 INFO:teuthology.orchestra.run.smithi190.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 578 kB/s | 67 kB 00:00 2024-04-15T21:45:09.702 INFO:teuthology.orchestra.run.smithi190.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 838 kB 00:00 2024-04-15T21:45:09.769 INFO:teuthology.orchestra.run.smithi190.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.2 MB/s | 4.4 MB 00:01 2024-04-15T21:45:09.794 INFO:teuthology.orchestra.run.smithi190.stdout:(28/32): liboath-2.6.7-2.el9.x86_64.rpm 97 kB/s | 49 kB 00:00 2024-04-15T21:45:09.819 INFO:teuthology.orchestra.run.smithi190.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-15T21:45:09.911 INFO:teuthology.orchestra.run.smithi190.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-15T21:45:10.104 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:45:10.128 INFO:teuthology.orchestra.run.smithi190.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 10 MB/s | 3.1 MB 00:00 2024-04-15T21:45:10.194 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:45:10.245 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:45:10.271 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:45:10.294 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:10.312 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:10.445 INFO:teuthology.orchestra.run.smithi190.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 5.2 MB/s | 3.4 MB 00:00 2024-04-15T21:45:10.451 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:10.451 INFO:teuthology.orchestra.run.smithi190.stdout:Total 12 MB/s | 59 MB 00:04 2024-04-15T21:45:10.451 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:45:10.485 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:45:10.485 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:45:10.520 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:10.574 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:10.894 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:45:10.947 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:10.968 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:45:10.968 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:45:11.040 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:11.127 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:45:11.158 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:11.203 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:11.232 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:45:11.276 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:45:11.344 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:11.368 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:11.432 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:11.467 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:45:11.468 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:11.516 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:11.573 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:45:11.601 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:45:11.662 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:45:11.720 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:45:11.753 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:45:12.068 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:45:12.070 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:12.105 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:12.124 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:12.185 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:12.185 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:45:12.185 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:45:12.185 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:12.215 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:12.215 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:12.246 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:45:12.291 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:45:12.438 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:45:12.531 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:45:12.566 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:45:12.591 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:45:12.614 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:12.631 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:45:12.753 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:45:12.785 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:12.807 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:12.857 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:12.861 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:45:12.916 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:45:12.946 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:45:13.234 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:45:13.276 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:13.351 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:13.438 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:45:13.469 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:13.515 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:45:13.543 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:45:13.587 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:45:13.655 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:13.679 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:13.745 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:45:13.778 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:45:13.885 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:45:13.929 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:45:13.969 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:45:14.002 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:45:14.031 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:45:14.064 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:45:14.378 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:45:14.402 INFO:teuthology.orchestra.run.smithi190.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:14.492 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:45:14.523 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:45:14.566 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:45:15.022 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:45:15.062 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:15.134 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:45:15.185 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:15.201 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:45:15.226 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:15.231 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:45:15.833 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:15.871 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:15.965 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:15.965 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:45:15.965 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:45:15.965 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:16.006 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:17.522 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:17.561 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:18.151 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:45:18.189 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:18.279 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:45:18.279 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:45:18.279 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:45:18.280 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:18.315 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:22.170 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:22.170 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /sys 2024-04-15T21:45:22.170 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /proc 2024-04-15T21:45:22.170 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /mnt 2024-04-15T21:45:22.171 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /var/tmp 2024-04-15T21:45:22.171 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /home 2024-04-15T21:45:22.171 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /root 2024-04-15T21:45:22.171 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /tmp 2024-04-15T21:45:22.171 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:23.073 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:23.104 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:23.105 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:23.105 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:45:23.105 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:23.105 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:23.105 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:23.106 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:23.193 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:23.193 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:24.340 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:24.340 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:45:24.340 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:45:24.341 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:45:24.342 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:45:24.343 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:45:24.343 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:45:24.343 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:45:24.343 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:24.343 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:45:24.344 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:45:25.410 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout:Upgraded: 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.411 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:45:25.412 INFO:teuthology.orchestra.run.smithi191.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:45:25.413 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.414 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.414 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.414 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:45:25.415 INFO:teuthology.orchestra.run.smithi191.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:45:25.416 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:25.416 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:25.667 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /root 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2024-04-15T21:45:25.668 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:25.777 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-test 2024-04-15T21:45:26.356 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:26.509 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:26.510 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:26.510 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:45:26.510 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:26.510 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:26.510 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout:Install 6 Packages 2024-04-15T21:45:26.511 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:26.512 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 49 M 2024-04-15T21:45:26.512 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 206 M 2024-04-15T21:45:26.512 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:26.544 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:26.569 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:26.570 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:26.570 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:45:26.570 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:26.570 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:26.570 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:26.572 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:26.646 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:26.646 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:26.805 INFO:teuthology.orchestra.run.smithi191.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-04-15T21:45:26.846 INFO:teuthology.orchestra.run.smithi191.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.1 MB/s | 300 kB 00:00 2024-04-15T21:45:26.880 INFO:teuthology.orchestra.run.smithi191.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T21:45:27.022 INFO:teuthology.orchestra.run.smithi191.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-15T21:45:27.097 INFO:teuthology.orchestra.run.smithi191.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 364 kB/s | 164 kB 00:00 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:45:27.821 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:45:27.822 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:45:27.823 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:27.824 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:45:27.824 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /sys 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /proc 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /mnt 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /var/tmp 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /home 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /root 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout:skipping the directory /tmp 2024-04-15T21:45:27.935 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:28.815 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:45:28.816 INFO:teuthology.orchestra.run.smithi154.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.817 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:28.818 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:45:28.881 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:28.906 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:45:28.906 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:28.906 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:45:28.906 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:28.906 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:45:28.907 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:28.908 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:28.991 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:45:28.992 INFO:teuthology.orchestra.run.smithi190.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:29.039 INFO:teuthology.orchestra.run.smithi191.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 20 MB/s | 48 MB 00:02 2024-04-15T21:45:29.042 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:29.043 INFO:teuthology.orchestra.run.smithi191.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-15T21:45:29.057 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:45:29.079 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:45:29.079 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:45:29.147 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2024-04-15T21:45:29.467 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:45:29.467 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:45:29.723 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:45:29.883 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:45:29.884 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:29.885 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 49 M 2024-04-15T21:45:29.886 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 206 M 2024-04-15T21:45:29.886 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:45:30.039 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:45:30.113 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:45:30.127 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:45:30.128 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:45:30.129 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:45:30.130 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:45:30.157 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:45:30.197 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:30.248 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:45:30.276 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:30.313 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-04-15T21:45:30.366 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-15T21:45:30.397 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T21:45:30.556 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 411 kB/s | 164 kB 00:00 2024-04-15T21:45:30.989 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 316 kB/s | 187 kB 00:00 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout:Upgraded: 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:45:31.248 INFO:teuthology.orchestra.run.smithi190.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:45:31.249 INFO:teuthology.orchestra.run.smithi190.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:45:31.250 INFO:teuthology.orchestra.run.smithi190.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:45:31.251 INFO:teuthology.orchestra.run.smithi190.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:45:31.251 INFO:teuthology.orchestra.run.smithi190.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:45:31.251 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:31.251 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:45:31.584 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-test 2024-04-15T21:45:32.166 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:45:32.320 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:45:32.321 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2024-04-15T21:45:32.322 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:32.323 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 49 M 2024-04-15T21:45:32.323 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 206 M 2024-04-15T21:45:32.323 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:45:32.545 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-04-15T21:45:32.612 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.4 MB/s | 300 kB 00:00 2024-04-15T21:45:32.646 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T21:45:32.812 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-04-15T21:45:32.838 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 367 kB/s | 164 kB 00:00 2024-04-15T21:45:34.797 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:34.884 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:35.197 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 9.5 MB/s | 48 MB 00:05 2024-04-15T21:45:35.200 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:35.200 INFO:teuthology.orchestra.run.smithi154.stdout:Total 9.1 MB/s | 49 MB 00:05 2024-04-15T21:45:35.213 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:45:35.233 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:45:35.234 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:45:35.617 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:45:35.618 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:45:36.071 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 13 MB/s | 48 MB 00:03 2024-04-15T21:45:36.074 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:36.074 INFO:teuthology.orchestra.run.smithi190.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-15T21:45:36.089 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:45:36.111 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:45:36.111 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:45:36.203 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:45:36.292 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:45:36.341 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:45:36.381 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:36.464 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:45:36.492 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:36.501 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:45:36.502 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:45:37.070 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:45:37.160 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:45:37.204 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:45:37.244 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:37.259 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:37.260 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:45:37.260 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:45:37.260 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:37.260 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:45:37.260 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:45:37.296 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:45:37.324 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:37.601 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:45:37.601 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:37.601 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:45:37.601 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:37.601 INFO:teuthology.orchestra.run.smithi191.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:37.602 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:37.953 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph 2024-04-15T21:45:38.540 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:41 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:38.708 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout:========================================================================================= 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout:========================================================================================= 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:45:38.711 INFO:teuthology.orchestra.run.smithi191.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:45:38.712 INFO:teuthology.orchestra.run.smithi191.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:45:38.713 INFO:teuthology.orchestra.run.smithi191.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout:========================================================================================= 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout:Install 36 Packages 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:38.714 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 30 M 2024-04-15T21:45:38.715 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 107 M 2024-04-15T21:45:38.715 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:39.500 INFO:teuthology.orchestra.run.smithi191.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-04-15T21:45:39.650 INFO:teuthology.orchestra.run.smithi191.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-04-15T21:45:39.717 INFO:teuthology.orchestra.run.smithi191.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 5.3 MB/s | 2.4 MB 00:00 2024-04-15T21:45:39.776 INFO:teuthology.orchestra.run.smithi191.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 4.2 MB/s | 248 kB 00:00 2024-04-15T21:45:39.893 INFO:teuthology.orchestra.run.smithi191.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-15T21:45:39.935 INFO:teuthology.orchestra.run.smithi191.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-15T21:45:39.968 INFO:teuthology.orchestra.run.smithi191.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 947 kB/s | 32 kB 00:00 2024-04-15T21:45:40.002 INFO:teuthology.orchestra.run.smithi191.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-15T21:45:40.036 INFO:teuthology.orchestra.run.smithi191.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-04-15T21:45:40.077 INFO:teuthology.orchestra.run.smithi191.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-04-15T21:45:40.144 INFO:teuthology.orchestra.run.smithi191.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-04-15T21:45:40.178 INFO:teuthology.orchestra.run.smithi191.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-04-15T21:45:40.212 INFO:teuthology.orchestra.run.smithi191.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-15T21:45:40.254 INFO:teuthology.orchestra.run.smithi191.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-04-15T21:45:40.646 INFO:teuthology.orchestra.run.smithi191.stdout:(15/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 17 MB/s | 17 MB 00:00 2024-04-15T21:45:40.696 INFO:teuthology.orchestra.run.smithi191.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 450 kB/s | 22 kB 00:00 2024-04-15T21:45:40.763 INFO:teuthology.orchestra.run.smithi191.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 245 kB/s | 125 kB 00:00 2024-04-15T21:45:40.888 INFO:teuthology.orchestra.run.smithi191.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 787 kB/s | 151 kB 00:00 2024-04-15T21:45:40.957 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:40.972 INFO:teuthology.orchestra.run.smithi191.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 208 kB/s | 43 kB 00:00 2024-04-15T21:45:40.997 INFO:teuthology.orchestra.run.smithi191.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-15T21:45:41.039 INFO:teuthology.orchestra.run.smithi191.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 5.2 MB/s | 358 kB 00:00 2024-04-15T21:45:41.049 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:41.089 INFO:teuthology.orchestra.run.smithi191.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-04-15T21:45:41.115 INFO:teuthology.orchestra.run.smithi191.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-15T21:45:41.140 INFO:teuthology.orchestra.run.smithi191.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-04-15T21:45:41.182 INFO:teuthology.orchestra.run.smithi191.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-15T21:45:41.224 INFO:teuthology.orchestra.run.smithi191.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-04-15T21:45:41.249 INFO:teuthology.orchestra.run.smithi191.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 691 kB/s | 46 kB 00:00 2024-04-15T21:45:41.282 INFO:teuthology.orchestra.run.smithi191.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-04-15T21:45:41.341 INFO:teuthology.orchestra.run.smithi191.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-04-15T21:45:41.358 INFO:teuthology.orchestra.run.smithi191.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 219 kB/s | 16 kB 00:00 2024-04-15T21:45:41.434 INFO:teuthology.orchestra.run.smithi191.stdout:(31/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 2.4 MB/s | 4.7 MB 00:01 2024-04-15T21:45:41.459 INFO:teuthology.orchestra.run.smithi191.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 767 kB/s | 90 kB 00:00 2024-04-15T21:45:41.475 INFO:teuthology.orchestra.run.smithi191.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-15T21:45:41.500 INFO:teuthology.orchestra.run.smithi191.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-04-15T21:45:41.526 INFO:teuthology.orchestra.run.smithi191.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.4 MB/s | 427 kB 00:00 2024-04-15T21:45:41.551 INFO:teuthology.orchestra.run.smithi191.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 268 kB/s | 20 kB 00:00 2024-04-15T21:45:41.556 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:41.556 INFO:teuthology.orchestra.run.smithi191.stdout:Total 11 MB/s | 30 MB 00:02 2024-04-15T21:45:41.580 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:45:41.622 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:45:41.622 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:45:41.807 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:45:41.890 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:42.034 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:45:42.034 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:45:43.370 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:45:43.429 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:45:43.453 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:45:43.461 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:45:43.489 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:45:43.561 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:45:43.597 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:45:43.630 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:45:43.726 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:45:43.800 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:45:43.835 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:45:43.835 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:43.835 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:45:43.835 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:43.836 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:45:43.849 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:45:43.921 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:45:43.974 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:45:44.013 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:45:44.069 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:45:44.129 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:45:44.133 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:45:44.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:45:44.308 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:45:44.359 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:45:44.403 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:45:44.440 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:45:44.470 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:45:44.547 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:45:44.584 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:44.614 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:45:44.618 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:45:44.618 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:44.618 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:45:44.618 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:44.618 INFO:teuthology.orchestra.run.smithi190.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:44.619 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:45:44.654 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:45:44.689 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:45:44.723 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:45 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:45:44.732 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:45:44.822 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:45:44.863 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:45:44.877 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================= 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================= 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:45:44.880 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:45:44.881 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:45:44.882 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================= 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout:Install 36 Packages 2024-04-15T21:45:44.883 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:44.884 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 30 M 2024-04-15T21:45:44.884 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 107 M 2024-04-15T21:45:44.884 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:45:44.935 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:45:44.977 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph 2024-04-15T21:45:45.072 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:45:45.189 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:45.364 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:45:45.392 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:45.419 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:45.573 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:43 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:45:45.738 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================= 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================= 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:45:45.741 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:45:45.742 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:45:45.743 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout:========================================================================================= 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout:Install 36 Packages 2024-04-15T21:45:45.744 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:45.745 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 30 M 2024-04-15T21:45:45.745 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 107 M 2024-04-15T21:45:45.745 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:45:45.849 INFO:teuthology.orchestra.run.smithi154.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-15T21:45:46.325 INFO:teuthology.orchestra.run.smithi190.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-15T21:45:46.358 INFO:teuthology.orchestra.run.smithi154.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.2 MB/s | 1.5 MB 00:00 2024-04-15T21:45:46.475 INFO:teuthology.orchestra.run.smithi154.stdout:(3/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 7.5 MB/s | 4.7 MB 00:00 2024-04-15T21:45:46.533 INFO:teuthology.orchestra.run.smithi154.stdout:(4/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-04-15T21:45:46.559 INFO:teuthology.orchestra.run.smithi154.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 2.9 MB/s | 248 kB 00:00 2024-04-15T21:45:46.666 INFO:teuthology.orchestra.run.smithi190.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-04-15T21:45:46.692 INFO:teuthology.orchestra.run.smithi154.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-15T21:45:46.717 INFO:teuthology.orchestra.run.smithi154.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 144 kB 00:00 2024-04-15T21:45:46.743 INFO:teuthology.orchestra.run.smithi154.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 628 kB/s | 32 kB 00:00 2024-04-15T21:45:46.768 INFO:teuthology.orchestra.run.smithi154.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 940 kB/s | 47 kB 00:00 2024-04-15T21:45:46.793 INFO:teuthology.orchestra.run.smithi154.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 770 kB/s | 39 kB 00:00 2024-04-15T21:45:46.819 INFO:teuthology.orchestra.run.smithi154.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-15T21:45:46.852 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:46.877 INFO:teuthology.orchestra.run.smithi154.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-04-15T21:45:46.879 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:46.880 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:46.880 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:45:46.880 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:46.880 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:46.880 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:46.902 INFO:teuthology.orchestra.run.smithi154.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-04-15T21:45:46.928 INFO:teuthology.orchestra.run.smithi154.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-15T21:45:46.953 INFO:teuthology.orchestra.run.smithi154.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-15T21:45:47.028 INFO:teuthology.orchestra.run.smithi154.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 298 kB/s | 22 kB 00:00 2024-04-15T21:45:47.095 INFO:teuthology.orchestra.run.smithi154.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 748 kB/s | 125 kB 00:00 2024-04-15T21:45:47.109 INFO:teuthology.orchestra.run.smithi190.stdout:(3/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 6.0 MB/s | 4.7 MB 00:00 2024-04-15T21:45:47.167 INFO:teuthology.orchestra.run.smithi190.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 4.2 MB/s | 248 kB 00:00 2024-04-15T21:45:47.259 INFO:teuthology.orchestra.run.smithi190.stdout:(5/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.1 MB/s | 2.4 MB 00:01 2024-04-15T21:45:47.326 INFO:teuthology.orchestra.run.smithi190.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.2 MB/s | 144 kB 00:00 2024-04-15T21:45:47.327 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:47.351 INFO:teuthology.orchestra.run.smithi190.stdout:(7/36): lua-5.4.4-4.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:47.352 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:47.370 INFO:teuthology.orchestra.run.smithi154.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 174 kB/s | 43 kB 00:00 2024-04-15T21:45:47.377 INFO:teuthology.orchestra.run.smithi190.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 632 kB/s | 32 kB 00:00 2024-04-15T21:45:47.393 INFO:teuthology.orchestra.run.smithi190.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-04-15T21:45:47.410 INFO:teuthology.orchestra.run.smithi190.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-04-15T21:45:47.421 INFO:teuthology.orchestra.run.smithi154.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-15T21:45:47.435 INFO:teuthology.orchestra.run.smithi190.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-04-15T21:45:47.478 INFO:teuthology.orchestra.run.smithi190.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-04-15T21:45:47.487 INFO:teuthology.orchestra.run.smithi154.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi190.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 103 kB 00:00 2024-04-15T21:45:47.537 INFO:teuthology.orchestra.run.smithi190.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.1 MB/s | 124 kB 00:00 2024-04-15T21:45:47.562 INFO:teuthology.orchestra.run.smithi190.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-04-15T21:45:47.563 INFO:teuthology.orchestra.run.smithi154.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.5 MB/s | 358 kB 00:00 2024-04-15T21:45:47.580 INFO:teuthology.orchestra.run.smithi154.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 117 kB/s | 11 kB 00:00 2024-04-15T21:45:47.587 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:47.611 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:47.630 INFO:teuthology.orchestra.run.smithi154.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-04-15T21:45:47.637 INFO:teuthology.orchestra.run.smithi190.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 298 kB/s | 22 kB 00:00 2024-04-15T21:45:47.655 INFO:teuthology.orchestra.run.smithi154.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-15T21:45:47.675 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:47.697 INFO:teuthology.orchestra.run.smithi154.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 290 kB/s | 19 kB 00:00 2024-04-15T21:45:47.713 INFO:teuthology.orchestra.run.smithi190.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 712 kB/s | 125 kB 00:00 2024-04-15T21:45:47.722 INFO:teuthology.orchestra.run.smithi154.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-04-15T21:45:47.773 INFO:teuthology.orchestra.run.smithi154.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-04-15T21:45:47.790 INFO:teuthology.orchestra.run.smithi154.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2024-04-15T21:45:47.857 INFO:teuthology.orchestra.run.smithi154.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-15T21:45:47.882 INFO:teuthology.orchestra.run.smithi154.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 178 kB/s | 16 kB 00:00 2024-04-15T21:45:47.888 INFO:teuthology.orchestra.run.smithi190.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 248 kB/s | 43 kB 00:00 2024-04-15T21:45:47.913 INFO:teuthology.orchestra.run.smithi190.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 548 kB/s | 151 kB 00:00 2024-04-15T21:45:47.932 INFO:teuthology.orchestra.run.smithi154.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-15T21:45:47.958 INFO:teuthology.orchestra.run.smithi154.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-04-15T21:45:47.989 INFO:teuthology.orchestra.run.smithi190.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-15T21:45:48.014 INFO:teuthology.orchestra.run.smithi190.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-04-15T21:45:48.016 INFO:teuthology.orchestra.run.smithi154.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-15T21:45:48.047 INFO:teuthology.orchestra.run.smithi190.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-04-15T21:45:48.058 INFO:teuthology.orchestra.run.smithi154.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-15T21:45:48.083 INFO:teuthology.orchestra.run.smithi154.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 300 kB/s | 20 kB 00:00 2024-04-15T21:45:48.206 INFO:teuthology.orchestra.run.smithi190.stdout:(23/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 11 MB/s | 17 MB 00:01 2024-04-15T21:45:48.232 INFO:teuthology.orchestra.run.smithi190.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 81 kB/s | 18 kB 00:00 2024-04-15T21:45:48.257 INFO:teuthology.orchestra.run.smithi190.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 111 kB/s | 23 kB 00:00 2024-04-15T21:45:48.292 INFO:teuthology.orchestra.run.smithi154.stdout:(36/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 8.7 MB/s | 17 MB 00:01 2024-04-15T21:45:48.297 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:48.297 INFO:teuthology.orchestra.run.smithi154.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-04-15T21:45:48.315 INFO:teuthology.orchestra.run.smithi190.stdout:(26/36): python3-logutils-0.3.5-21.el9.noarch.r 796 kB/s | 46 kB 00:00 2024-04-15T21:45:48.320 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:45:48.340 INFO:teuthology.orchestra.run.smithi190.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-04-15T21:45:48.360 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:45:48.360 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:45:48.374 INFO:teuthology.orchestra.run.smithi190.stdout:(28/36): python3-jaraco-functools-3.5.0-2.el9.n 116 kB/s | 19 kB 00:00 2024-04-15T21:45:48.399 INFO:teuthology.orchestra.run.smithi190.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-04-15T21:45:48.425 INFO:teuthology.orchestra.run.smithi190.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-15T21:45:48.450 INFO:teuthology.orchestra.run.smithi190.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-15T21:45:48.475 INFO:teuthology.orchestra.run.smithi190.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-15T21:45:48.492 INFO:teuthology.orchestra.run.smithi190.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 531 kB/s | 36 kB 00:00 2024-04-15T21:45:48.551 INFO:teuthology.orchestra.run.smithi190.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 342 kB/s | 20 kB 00:00 2024-04-15T21:45:48.584 INFO:teuthology.orchestra.run.smithi190.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-15T21:45:48.634 INFO:teuthology.orchestra.run.smithi190.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-04-15T21:45:48.637 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:48.637 INFO:teuthology.orchestra.run.smithi190.stdout:Total 10 MB/s | 30 MB 00:02 2024-04-15T21:45:48.663 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:45:48.706 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:45:48.706 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:45:48.790 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:45:48.790 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:45:49.119 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:45:49.119 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:45:49.479 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:49.479 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:45:49.480 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:45:49.481 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:45:49.482 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:45:49.483 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:45:49.484 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:45:49.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:45:49.485 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:49.486 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:45:49.486 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:45:49.486 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:45:49.486 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:45:49.486 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:45:50.133 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:45:50.203 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:45:50.244 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:45:50.272 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:45:50.343 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:45:50.353 INFO:teuthology.orchestra.run.smithi191.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:45:50.354 INFO:teuthology.orchestra.run.smithi191.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:45:50.355 INFO:teuthology.orchestra.run.smithi191.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:45:50.356 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:50.356 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:50.379 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:45:50.412 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:45:50.482 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:45:50.504 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:45:50.554 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:45:50.574 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:45:50.586 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:45:50.615 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:45:50.623 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:45:50.684 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:45:50.696 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:45:50.730 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:45:50.744 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-base 2024-04-15T21:45:50.748 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:45:50.763 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:45:50.787 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:45:50.836 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:45:50.846 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:45:50.900 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:45:50.924 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:45:50.966 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:45:51.037 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:45:51.095 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:45:51.096 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:45:51.138 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:45:51.150 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:45:51.186 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:45:51.189 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:45:51.223 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:45:51.251 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:45:51.253 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:45:51.325 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:54 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:51.330 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:45:51.388 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:51.421 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:45:51.425 INFO:teuthology.orchestra.run.smithi191.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:51.436 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:45:51.461 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:45:51.477 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:51.478 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:45:51.478 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:51.493 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:45:51.497 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:45:51.523 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:45:51.531 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:45:51.552 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install cephadm 2024-04-15T21:45:51.566 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:45:51.596 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:45:51.623 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:45:51.663 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:45:51.672 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:45:51.706 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:51.735 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:45:51.739 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:45:51.780 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:45:51.815 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:45:51.850 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:45:51.874 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:45:51.939 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:45:51.981 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:45:52.006 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:52.053 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:45:52.131 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:55 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:52.173 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:45:52.197 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:45:52.200 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:52.227 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:52.283 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:52.284 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:52.285 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:45:52.285 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:52.285 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 749 k 2024-04-15T21:45:52.285 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 755 k 2024-04-15T21:45:52.285 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:52.306 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:52.465 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:45:52.494 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:52.520 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:45:52.521 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:52.521 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:45:52.521 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:52.521 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:45:52.521 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:53.402 INFO:teuthology.orchestra.run.smithi191.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 670 kB/s | 749 kB 00:01 2024-04-15T21:45:53.402 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:53.403 INFO:teuthology.orchestra.run.smithi191.stdout:Total 669 kB/s | 749 kB 00:01 2024-04-15T21:45:53.403 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:45:53.409 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:45:53.409 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:45:53.415 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:45:53.415 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:45:53.491 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:45:53.729 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:53.758 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:53.962 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:53.975 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:53.989 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:45:53.989 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:53.990 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:45:53.990 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:53.990 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:45:53.990 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:54.064 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:54.213 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:54.239 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:54.429 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:54.437 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:45:54.454 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:54.464 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:54.488 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:54.488 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:54.489 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:45:54.489 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:54.489 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:54.489 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:54.555 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:54.680 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:54.704 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:45:54.704 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:54.704 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:45:54.704 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:54.705 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:45:54.705 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:54.737 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:54.738 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:54.738 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:45:54.738 INFO:teuthology.orchestra.run.smithi191.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:54.738 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:54.738 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:54.769 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:54.943 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:45:55.532 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:55.690 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:55.690 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:55.690 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:45:55.691 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:55.692 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 145 k 2024-04-15T21:45:55.692 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 435 k 2024-04-15T21:45:55.692 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:55.933 INFO:teuthology.orchestra.run.smithi191.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 600 kB/s | 145 kB 00:00 2024-04-15T21:45:55.933 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:55.933 INFO:teuthology.orchestra.run.smithi191.stdout:Total 597 kB/s | 145 kB 00:00 2024-04-15T21:45:55.934 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:45:55.941 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:45:55.941 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:45:55.994 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:45:55.994 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:45:56.147 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:45:56.217 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:56.242 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:56.242 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:56.242 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:45:56.243 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:56.361 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:56.361 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:45:56.361 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:45:56.361 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:45:56.361 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:45:56.362 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:56.363 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:45:56.364 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:45:56.364 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:45:56.364 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:45:56.364 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:45:56.458 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:45:56.459 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:45:56.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:45:56.461 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:45:57.210 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:57.211 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:57.211 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:45:57.211 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.211 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:57.211 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:57.214 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:45:57.215 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:45:57.216 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:57.217 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:45:57.257 INFO:teuthology.orchestra.run.smithi154.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:45:57.258 INFO:teuthology.orchestra.run.smithi154.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:45:57.259 INFO:teuthology.orchestra.run.smithi154.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:45:57.260 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:57.260 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:45:57.460 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr 2024-04-15T21:45:57.586 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-base 2024-04-15T21:45:57.602 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-base 2024-04-15T21:45:58.048 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:58.151 INFO:teuthology.orchestra.run.smithi191.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:58.171 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:56 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:45:58.179 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:45:58.204 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:58.206 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:45:58.206 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:45:58.270 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:45:58.270 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:58.277 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:58.321 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:45:58.322 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:45:58.322 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:45:58.329 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:45:58.330 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:45:58.330 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:45:58.387 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install cephadm 2024-04-15T21:45:58.401 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install cephadm 2024-04-15T21:45:58.844 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:45:58.958 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:56 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:45:58.978 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:45:58.995 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout:====================================================================================== 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout:====================================================================================== 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:45:58.996 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:45:58.997 INFO:teuthology.orchestra.run.smithi191.stdout:====================================================================================== 2024-04-15T21:45:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Install 12 Packages 2024-04-15T21:45:58.998 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:45:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 8.6 M 2024-04-15T21:45:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 103 M 2024-04-15T21:45:58.998 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:45:59.109 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:45:59.110 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:59.110 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:45:59.110 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:59.110 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:45:59.110 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 749 k 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 755 k 2024-04-15T21:45:59.111 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:45:59.130 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:45:59.131 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:45:59.132 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:45:59.132 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:45:59.132 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 749 k 2024-04-15T21:45:59.132 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 755 k 2024-04-15T21:45:59.132 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:45:59.400 INFO:teuthology.orchestra.run.smithi190.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T21:45:59.401 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:59.401 INFO:teuthology.orchestra.run.smithi190.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T21:45:59.401 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:45:59.406 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:45:59.406 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:45:59.412 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:45:59.412 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:45:59.437 INFO:teuthology.orchestra.run.smithi154.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.4 MB/s | 749 kB 00:00 2024-04-15T21:45:59.437 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:59.438 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.4 MB/s | 749 kB 00:00 2024-04-15T21:45:59.438 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:45:59.443 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:45:59.443 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:45:59.449 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:45:59.449 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:45:59.485 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:45:59.522 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:45:59.686 INFO:teuthology.orchestra.run.smithi191.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 167 kB/s | 32 kB 00:00 2024-04-15T21:45:59.786 INFO:teuthology.orchestra.run.smithi191.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 53 kB/s | 15 kB 00:00 2024-04-15T21:45:59.845 INFO:teuthology.orchestra.run.smithi191.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-04-15T21:45:59.870 INFO:teuthology.orchestra.run.smithi191.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-04-15T21:45:59.938 INFO:teuthology.orchestra.run.smithi191.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 8.0 MB/s | 3.5 MB 00:00 2024-04-15T21:45:59.959 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:59.988 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.055 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.083 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.196 INFO:teuthology.orchestra.run.smithi191.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-04-15T21:46:00.405 INFO:teuthology.orchestra.run.smithi191.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 42 kB/s | 19 kB 00:00 2024-04-15T21:46:00.428 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.447 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.699 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.700 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:00.700 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:00.700 INFO:teuthology.orchestra.run.smithi190.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:00.700 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:00.700 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:00.715 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:00.889 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:46:00.916 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:46:01.130 INFO:teuthology.orchestra.run.smithi191.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 200 kB/s | 144 kB 00:00 2024-04-15T21:46:01.338 INFO:teuthology.orchestra.run.smithi191.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 373 kB/s | 548 kB 00:01 2024-04-15T21:46:01.485 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:00:59 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:01.509 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:01.637 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:01.638 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 145 k 2024-04-15T21:46:01.639 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 435 k 2024-04-15T21:46:01.639 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:01.639 INFO:teuthology.orchestra.run.smithi191.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 60 kB/s | 31 kB 00:00 2024-04-15T21:46:01.664 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:01.665 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:01.666 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 145 k 2024-04-15T21:46:01.666 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 435 k 2024-04-15T21:46:01.666 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:02.089 INFO:teuthology.orchestra.run.smithi190.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 321 kB/s | 145 kB 00:00 2024-04-15T21:46:02.090 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:02.090 INFO:teuthology.orchestra.run.smithi190.stdout:Total 320 kB/s | 145 kB 00:00 2024-04-15T21:46:02.090 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:02.098 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:02.098 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:02.122 INFO:teuthology.orchestra.run.smithi191.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 241 kB/s | 188 kB 00:00 2024-04-15T21:46:02.151 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:02.151 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:02.184 INFO:teuthology.orchestra.run.smithi154.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 280 kB/s | 145 kB 00:00 2024-04-15T21:46:02.184 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:02.185 INFO:teuthology.orchestra.run.smithi154.stdout:Total 279 kB/s | 145 kB 00:00 2024-04-15T21:46:02.185 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:02.193 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:02.193 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:02.246 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:02.246 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:02.255 INFO:teuthology.orchestra.run.smithi191.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.0 MB/s | 2.0 MB 00:02 2024-04-15T21:46:02.261 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:02.261 INFO:teuthology.orchestra.run.smithi191.stdout:Total 2.6 MB/s | 8.6 MB 00:03 2024-04-15T21:46:02.282 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:02.295 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:02.301 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:02.301 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:02.357 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:02.382 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:02.382 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:02.382 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:46:02.383 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:02.402 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:02.451 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:02.477 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:02.477 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:02.477 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:46:02.477 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:02.488 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:02.489 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:03.012 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:03.081 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:46:03.116 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:46:03.171 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:46:03.210 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:46:03.312 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:46:03.357 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:03.357 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:03.357 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:03.357 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:03.357 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:03.358 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:03.417 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:46:03.417 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:03.418 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:03.418 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:03.418 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:03.418 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:03.435 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:46:03.521 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:46:03.564 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:46:03.601 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:03.633 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:46:03.660 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr 2024-04-15T21:46:03.673 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr 2024-04-15T21:46:04.249 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:04.274 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:04.349 INFO:teuthology.orchestra.run.smithi190.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:04.374 INFO:teuthology.orchestra.run.smithi154.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:04.401 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:04.402 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:04.402 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:04.426 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:04.427 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:04.427 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:04.468 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:46:04.501 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:46:04.679 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:46:04.709 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:05.042 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:05.075 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:06 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:05.193 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================== 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================== 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:46:05.194 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout:====================================================================================== 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout:Install 12 Packages 2024-04-15T21:46:05.195 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:05.196 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 8.6 M 2024-04-15T21:46:05.196 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 103 M 2024-04-15T21:46:05.196 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:05.228 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout:====================================================================================== 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout:====================================================================================== 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:05.229 INFO:teuthology.orchestra.run.smithi154.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout:====================================================================================== 2024-04-15T21:46:05.230 INFO:teuthology.orchestra.run.smithi154.stdout:Install 12 Packages 2024-04-15T21:46:05.231 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:05.231 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 8.6 M 2024-04-15T21:46:05.231 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 103 M 2024-04-15T21:46:05.231 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:05.788 INFO:teuthology.orchestra.run.smithi154.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 76 kB/s | 15 kB 00:00 2024-04-15T21:46:05.877 INFO:teuthology.orchestra.run.smithi190.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 171 kB/s | 32 kB 00:00 2024-04-15T21:46:05.880 INFO:teuthology.orchestra.run.smithi154.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 108 kB/s | 32 kB 00:00 2024-04-15T21:46:05.930 INFO:teuthology.orchestra.run.smithi154.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 7.1 MB/s | 1.0 MB 00:00 2024-04-15T21:46:05.972 INFO:teuthology.orchestra.run.smithi154.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.5 MB/s | 238 kB 00:00 2024-04-15T21:46:05.977 INFO:teuthology.orchestra.run.smithi190.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 54 kB/s | 15 kB 00:00 2024-04-15T21:46:06.036 INFO:teuthology.orchestra.run.smithi190.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-04-15T21:46:06.061 INFO:teuthology.orchestra.run.smithi190.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-04-15T21:46:06.072 INFO:teuthology.orchestra.run.smithi154.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 7.2 MB/s | 3.5 MB 00:00 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:46:06.095 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:46:06.264 INFO:teuthology.orchestra.run.smithi154.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 101 kB/s | 19 kB 00:00 2024-04-15T21:46:06.452 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:46:06.453 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:06.454 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:06.464 INFO:teuthology.orchestra.run.smithi154.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-15T21:46:06.573 INFO:teuthology.orchestra.run.smithi154.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.3 MB/s | 144 kB 00:00 2024-04-15T21:46:06.594 INFO:teuthology.orchestra.run.smithi190.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 3.9 MB/s | 3.5 MB 00:00 2024-04-15T21:46:06.665 INFO:teuthology.orchestra.run.smithi154.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 335 kB/s | 31 kB 00:00 2024-04-15T21:46:06.686 INFO:teuthology.orchestra.run.smithi190.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 876 kB/s | 548 kB 00:00 2024-04-15T21:46:06.717 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:46:06.765 INFO:teuthology.orchestra.run.smithi154.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-04-15T21:46:06.878 INFO:teuthology.orchestra.run.smithi190.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 68 kB/s | 19 kB 00:00 2024-04-15T21:46:07.054 INFO:teuthology.orchestra.run.smithi190.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 849 kB/s | 863 kB 00:01 2024-04-15T21:46:07.129 INFO:teuthology.orchestra.run.smithi190.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 577 kB/s | 144 kB 00:00 2024-04-15T21:46:07.287 INFO:teuthology.orchestra.run.smithi190.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-04-15T21:46:07.297 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:07.313 INFO:teuthology.orchestra.run.smithi190.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.0 MB/s | 188 kB 00:00 2024-04-15T21:46:07.338 INFO:teuthology.orchestra.run.smithi190.stdout:(12/12): python3-repoze-lru-0.7-16.el9.noarch.r 108 kB/s | 31 kB 00:00 2024-04-15T21:46:07.341 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:07.341 INFO:teuthology.orchestra.run.smithi190.stdout:Total 4.0 MB/s | 8.6 MB 00:02 2024-04-15T21:46:07.362 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:07.380 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:07.380 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:07.451 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:07.452 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:46:07.453 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout:Install 12 Packages 2024-04-15T21:46:07.454 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:07.455 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 37 M 2024-04-15T21:46:07.455 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 209 M 2024-04-15T21:46:07.455 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:07.532 INFO:teuthology.orchestra.run.smithi154.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.6 MB/s | 2.0 MB 00:01 2024-04-15T21:46:07.563 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:07.563 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:07.748 INFO:teuthology.orchestra.run.smithi154.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 475 kB/s | 863 kB 00:01 2024-04-15T21:46:07.752 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:07.752 INFO:teuthology.orchestra.run.smithi154.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-15T21:46:07.771 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:07.790 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:07.790 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:07.992 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:07.992 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:08.081 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:08.122 INFO:teuthology.orchestra.run.smithi191.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 253 kB/s | 32 kB 00:00 2024-04-15T21:46:08.155 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:46:08.155 INFO:teuthology.orchestra.run.smithi191.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 532 kB/s | 17 kB 00:00 2024-04-15T21:46:08.190 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:46:08.230 INFO:teuthology.orchestra.run.smithi191.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-15T21:46:08.236 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:46:08.247 INFO:teuthology.orchestra.run.smithi191.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 378 kB/s | 34 kB 00:00 2024-04-15T21:46:08.267 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:46:08.368 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:46:08.406 INFO:teuthology.orchestra.run.smithi191.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2024-04-15T21:46:08.473 INFO:teuthology.orchestra.run.smithi191.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 4.8 MB 00:00 2024-04-15T21:46:08.491 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:46:08.498 INFO:teuthology.orchestra.run.smithi191.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-15T21:46:08.524 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:08.585 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:46:08.607 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:46:08.638 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:46:08.651 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:46:08.676 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:08.697 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:46:08.707 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:46:08.728 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:46:08.790 INFO:teuthology.orchestra.run.smithi191.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 50 MB/s | 16 MB 00:00 2024-04-15T21:46:08.817 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:46:08.840 INFO:teuthology.orchestra.run.smithi191.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-04-15T21:46:08.945 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:46:08.949 INFO:teuthology.orchestra.run.smithi191.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-04-15T21:46:09.008 INFO:teuthology.orchestra.run.smithi191.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.7 MB/s | 245 kB 00:00 2024-04-15T21:46:09.030 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:46:09.075 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:46:09.103 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:09.135 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:46:09.739 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:46:09.775 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:09.966 INFO:teuthology.orchestra.run.smithi191.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 3.8 MB/s | 7.4 MB 00:01 2024-04-15T21:46:09.969 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:09.969 INFO:teuthology.orchestra.run.smithi191.stdout:Total 15 MB/s | 37 MB 00:02 2024-04-15T21:46:10.011 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:10.036 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:10.036 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:10.178 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:46:10.210 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:10.391 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:10.392 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:11.098 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:11.106 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:46:11.107 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:46:11.181 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:46:11.212 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:46:11.306 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:11.349 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:46:11.473 INFO:teuthology.orchestra.run.smithi190.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:46:11.474 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:46:11.474 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:46:11.474 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:11.474 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:11.530 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:11.566 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:46:11.572 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:46:11.573 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:46:11.573 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:46:11.573 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:46:11.573 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:46:11.643 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:46:11.735 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:46:11.931 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:46:11.931 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:11.931 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:11.931 INFO:teuthology.orchestra.run.smithi154.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:11.932 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:12.186 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:46:12.310 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:12.311 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:46:12.412 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:46:12.462 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:12.463 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================ 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================ 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:46:12.464 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================================ 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout:Install 12 Packages 2024-04-15T21:46:12.465 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:12.466 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 37 M 2024-04-15T21:46:12.466 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 209 M 2024-04-15T21:46:12.466 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:12.767 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:13 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:12.921 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:12.921 INFO:teuthology.orchestra.run.smithi190.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 239 kB/s | 32 kB 00:00 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:12.922 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2024-04-15T21:46:12.923 INFO:teuthology.orchestra.run.smithi154.stdout:Install 12 Packages 2024-04-15T21:46:12.924 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:12.924 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 37 M 2024-04-15T21:46:12.924 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 209 M 2024-04-15T21:46:12.924 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:12.963 INFO:teuthology.orchestra.run.smithi190.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 424 kB/s | 17 kB 00:00 2024-04-15T21:46:13.030 INFO:teuthology.orchestra.run.smithi190.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-15T21:46:13.047 INFO:teuthology.orchestra.run.smithi190.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 420 kB/s | 34 kB 00:00 2024-04-15T21:46:13.222 INFO:teuthology.orchestra.run.smithi190.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 25 MB/s | 4.7 MB 00:00 2024-04-15T21:46:13.289 INFO:teuthology.orchestra.run.smithi190.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-04-15T21:46:13.306 INFO:teuthology.orchestra.run.smithi154.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 232 kB/s | 32 kB 00:00 2024-04-15T21:46:13.314 INFO:teuthology.orchestra.run.smithi190.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-15T21:46:13.339 INFO:teuthology.orchestra.run.smithi154.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 536 kB/s | 17 kB 00:00 2024-04-15T21:46:13.390 INFO:teuthology.orchestra.run.smithi154.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 687 kB/s | 34 kB 00:00 2024-04-15T21:46:13.490 INFO:teuthology.orchestra.run.smithi154.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.3 MB/s | 3.0 MB 00:00 2024-04-15T21:46:13.507 INFO:teuthology.orchestra.run.smithi190.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2024-04-15T21:46:13.607 INFO:teuthology.orchestra.run.smithi190.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-21 9.0 MB/s | 7.4 MB 00:00 2024-04-15T21:46:13.651 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:46:13.715 INFO:teuthology.orchestra.run.smithi154.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-15T21:46:13.765 INFO:teuthology.orchestra.run.smithi190.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-04-15T21:46:13.782 INFO:teuthology.orchestra.run.smithi154.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-04-15T21:46:13.790 INFO:teuthology.orchestra.run.smithi190.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 696 kB/s | 195 kB 00:00 2024-04-15T21:46:13.807 INFO:teuthology.orchestra.run.smithi154.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-04-15T21:46:13.857 INFO:teuthology.orchestra.run.smithi190.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 987 kB/s | 245 kB 00:00 2024-04-15T21:46:13.860 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:13.860 INFO:teuthology.orchestra.run.smithi190.stdout:Total 27 MB/s | 37 MB 00:01 2024-04-15T21:46:13.901 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:13.925 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:13.925 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:14.132 INFO:teuthology.orchestra.run.smithi154.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 45 MB/s | 16 MB 00:00 2024-04-15T21:46:14.281 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:14.281 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:14.366 INFO:teuthology.orchestra.run.smithi154.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 838 kB/s | 195 kB 00:00 2024-04-15T21:46:14.516 INFO:teuthology.orchestra.run.smithi154.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 803 kB 00:00 2024-04-15T21:46:14.679 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:46:14.707 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:14.758 INFO:teuthology.orchestra.run.smithi154.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 4.7 MB/s | 7.4 MB 00:01 2024-04-15T21:46:14.976 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:15.046 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:46:15.078 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:46:15.173 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:15.208 INFO:teuthology.orchestra.run.smithi154.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 291 kB/s | 245 kB 00:00 2024-04-15T21:46:15.211 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:15.212 INFO:teuthology.orchestra.run.smithi154.stdout:Total 16 MB/s | 37 MB 00:02 2024-04-15T21:46:15.215 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:46:15.256 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:15.281 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:15.281 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:15.392 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:15.422 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:15.497 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:46:15.636 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:15.637 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:16.176 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:46:16.284 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:46:16.342 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:16.406 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:46:16.437 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:46:16.531 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:16.574 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:46:16.750 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:16.789 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:16.865 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:17.274 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:46:17.275 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:46:17.275 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:46:17.275 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:46:17.275 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:46:17.506 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:46:17.536 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:46:17.644 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:46:17.772 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:46:17.772 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:17.772 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:17.772 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:17.772 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:17.773 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:18.131 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:46:18.539 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:46:18.564 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:18.719 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:21 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:18.873 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:18.874 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:18.874 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:46:18.874 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:18.874 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:18.874 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:46:18.875 INFO:teuthology.orchestra.run.smithi191.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi191.stdout:Install 13 Packages 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:18.876 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:46:18.877 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 2.0 M 2024-04-15T21:46:18.877 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 26 M 2024-04-15T21:46:18.877 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:19.366 INFO:teuthology.orchestra.run.smithi191.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 154 kB/s | 18 kB 00:00 2024-04-15T21:46:19.391 INFO:teuthology.orchestra.run.smithi191.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 171 kB/s | 24 kB 00:00 2024-04-15T21:46:19.441 INFO:teuthology.orchestra.run.smithi191.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T21:46:19.467 INFO:teuthology.orchestra.run.smithi191.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:46:19.492 INFO:teuthology.orchestra.run.smithi191.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:46:19.517 INFO:teuthology.orchestra.run.smithi191.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-04-15T21:46:19.618 INFO:teuthology.orchestra.run.smithi191.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 133 kB/s | 49 kB 00:00 2024-04-15T21:46:19.895 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:46:19.930 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:19.943 INFO:teuthology.orchestra.run.smithi191.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 71 kB/s | 32 kB 00:00 2024-04-15T21:46:19.968 INFO:teuthology.orchestra.run.smithi191.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 33 kB/s | 15 kB 00:00 2024-04-15T21:46:20.202 INFO:teuthology.orchestra.run.smithi191.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 253 kB/s | 59 kB 00:00 2024-04-15T21:46:20.277 INFO:teuthology.orchestra.run.smithi191.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 331 kB/s | 203 kB 00:00 2024-04-15T21:46:20.402 INFO:teuthology.orchestra.run.smithi191.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 448 kB/s | 90 kB 00:00 2024-04-15T21:46:20.460 INFO:teuthology.orchestra.run.smithi191.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-15T21:46:20.464 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:20.465 INFO:teuthology.orchestra.run.smithi191.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-04-15T21:46:20.465 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:20.479 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:20.479 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:20.572 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:20.572 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:21.084 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:21.158 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:46:21.159 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:46:21.241 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:46:21.295 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:46:21.351 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:46:21.388 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:46:21.429 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:46:21.523 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:46:21.615 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:21.616 INFO:teuthology.orchestra.run.smithi190.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:21.617 INFO:teuthology.orchestra.run.smithi190.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:46:21.617 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:21.617 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:21.632 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:46:21.689 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:46:21.959 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:46:22.414 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:46:22.452 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:46:22.486 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:46:22.534 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:46:22.546 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:20 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:22.556 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:46:22.563 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:46:22.564 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:46:22.700 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:46:22.701 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:22.702 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 2.0 M 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 26 M 2024-04-15T21:46:22.703 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:22.941 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:46:22.941 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:22.941 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:22.941 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:22.941 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:22.942 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:23.174 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 147 kB/s | 18 kB 00:00 2024-04-15T21:46:23.199 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 165 kB/s | 24 kB 00:00 2024-04-15T21:46:23.249 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T21:46:23.271 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:46:23.274 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:46:23.300 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:46:23.317 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-15T21:46:23.352 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:46:23.353 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:46:23.484 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 114 kB/s | 49 kB 00:00 2024-04-15T21:46:23.551 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-04-15T21:46:23.576 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-15T21:46:23.715 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:46:23.715 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:46:23.716 INFO:teuthology.orchestra.run.smithi191.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:46:23.717 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:23.717 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:23.751 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-04-15T21:46:23.860 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:24 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:23.901 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 486 kB/s | 203 kB 00:00 2024-04-15T21:46:23.943 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.6 MB/s | 1.0 MB 00:00 2024-04-15T21:46:23.965 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:46:23.969 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 413 kB/s | 90 kB 00:00 2024-04-15T21:46:23.970 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:23.971 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-04-15T21:46:23.971 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:23.984 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:23.985 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:24.015 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:46:24.016 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:24.017 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:24.018 INFO:teuthology.orchestra.run.smithi154.stdout:Install 13 Packages 2024-04-15T21:46:24.018 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:24.018 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 2.0 M 2024-04-15T21:46:24.018 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 26 M 2024-04-15T21:46:24.018 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:24.075 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:24.075 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:24.496 INFO:teuthology.orchestra.run.smithi154.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 kB/s | 24 kB 00:00 2024-04-15T21:46:24.522 INFO:teuthology.orchestra.run.smithi154.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-04-15T21:46:24.543 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:27 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:24.564 INFO:teuthology.orchestra.run.smithi154.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-04-15T21:46:24.589 INFO:teuthology.orchestra.run.smithi154.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-04-15T21:46:24.592 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:24.614 INFO:teuthology.orchestra.run.smithi154.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:46:24.631 INFO:teuthology.orchestra.run.smithi154.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-15T21:46:24.696 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:46:24.697 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout:======================================================================================== 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout:Install 6 Packages 2024-04-15T21:46:24.698 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:24.699 INFO:teuthology.orchestra.run.smithi154.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 153 kB/s | 49 kB 00:00 2024-04-15T21:46:24.699 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 6.8 M 2024-04-15T21:46:24.699 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 33 M 2024-04-15T21:46:24.699 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:24.764 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:46:24.823 INFO:teuthology.orchestra.run.smithi154.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 78 kB/s | 15 kB 00:00 2024-04-15T21:46:24.828 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:46:24.840 INFO:teuthology.orchestra.run.smithi154.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 142 kB/s | 32 kB 00:00 2024-04-15T21:46:24.892 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:46:24.929 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:46:24.957 INFO:teuthology.orchestra.run.smithi154.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 506 kB/s | 59 kB 00:00 2024-04-15T21:46:24.970 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:46:25.007 INFO:teuthology.orchestra.run.smithi154.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 656 kB/s | 203 kB 00:00 2024-04-15T21:46:25.064 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:46:25.099 INFO:teuthology.orchestra.run.smithi154.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 633 kB/s | 90 kB 00:00 2024-04-15T21:46:25.173 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:46:25.178 INFO:teuthology.orchestra.run.smithi191.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-04-15T21:46:25.216 INFO:teuthology.orchestra.run.smithi154.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.6 MB/s | 1.0 MB 00:00 2024-04-15T21:46:25.218 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:25.218 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-04-15T21:46:25.219 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:25.230 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:46:25.232 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:25.232 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:25.262 INFO:teuthology.orchestra.run.smithi191.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-04-15T21:46:25.328 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:25.329 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:25.338 INFO:teuthology.orchestra.run.smithi191.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 412 kB/s | 139 kB 00:00 2024-04-15T21:46:25.388 INFO:teuthology.orchestra.run.smithi191.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 461 kB/s | 58 kB 00:00 2024-04-15T21:46:25.455 INFO:teuthology.orchestra.run.smithi191.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 437 kB/s | 51 kB 00:00 2024-04-15T21:46:25.497 INFO:teuthology.orchestra.run.smithi191.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-04-15T21:46:25.498 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:25.498 INFO:teuthology.orchestra.run.smithi191.stdout:Total 8.5 MB/s | 6.8 MB 00:00 2024-04-15T21:46:25.512 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:25.522 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:25.522 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:25.610 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:25.611 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:25.840 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:25.917 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:25.940 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:46:25.987 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:46:26.016 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:46:26.020 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:46:26.067 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:46:26.068 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:46:26.086 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:46:26.090 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:26.123 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:46:26.131 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:46:26.160 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:46:26.210 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:46:26.304 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:46:26.421 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:46:26.470 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:46:26.669 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:46:26.750 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:46:26.812 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:46:26.835 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:26.892 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:26.892 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:46:26.892 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:46:26.892 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:46:26.893 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:46:26.894 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:46:26.894 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:46:27.192 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:46:27.250 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:46:27.255 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:46:27.255 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:27.256 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:27.256 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:27.256 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:46:27.256 INFO:teuthology.orchestra.run.smithi190.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:46:27.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:46:27.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:46:27.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:46:27.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:46:27.257 INFO:teuthology.orchestra.run.smithi190.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:46:27.258 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:46:27.258 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:46:27.258 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:46:27.258 INFO:teuthology.orchestra.run.smithi190.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:46:27.259 INFO:teuthology.orchestra.run.smithi190.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:46:27.259 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:27.259 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:27.285 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:46:27.333 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:46:27.354 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:27.513 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:46:27.694 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:27.694 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:46:27.694 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:46:27.694 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:46:27.694 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:46:27.697 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:46:27.990 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:27.991 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:28.087 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:26 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:28.180 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:46:28.180 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:46:28.180 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:46:28.180 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:46:28.181 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:46:28.239 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:28.239 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:28.239 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:======================================================================================== 2024-04-15T21:46:28.240 INFO:teuthology.orchestra.run.smithi190.stdout:Install 6 Packages 2024-04-15T21:46:28.241 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:28.241 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 6.8 M 2024-04-15T21:46:28.241 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 33 M 2024-04-15T21:46:28.241 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:28.256 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-fuse 2024-04-15T21:46:28.547 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:46:28.547 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:46:28.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:46:28.549 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:28.549 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:28.755 INFO:teuthology.orchestra.run.smithi190.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-04-15T21:46:28.810 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:46:28.834 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:31 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:28.987 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:28.988 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:28.988 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:46:28.988 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Install 2 Packages 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 969 k 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 2.8 M 2024-04-15T21:46:28.989 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:29.055 INFO:teuthology.orchestra.run.smithi190.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 235 kB/s | 139 kB 00:00 2024-04-15T21:46:29.114 INFO:teuthology.orchestra.run.smithi191.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 630 kB/s | 79 kB 00:00 2024-04-15T21:46:29.172 INFO:teuthology.orchestra.run.smithi190.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 349 kB/s | 248 kB 00:00 2024-04-15T21:46:29.280 INFO:teuthology.orchestra.run.smithi190.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T21:46:29.364 INFO:teuthology.orchestra.run.smithi190.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 187 kB/s | 58 kB 00:00 2024-04-15T21:46:29.390 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:30 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:29.506 INFO:teuthology.orchestra.run.smithi190.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 153 kB/s | 51 kB 00:00 2024-04-15T21:46:29.507 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:29.507 INFO:teuthology.orchestra.run.smithi190.stdout:Total 5.4 MB/s | 6.8 MB 00:01 2024-04-15T21:46:29.521 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:29.532 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:29.532 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:29.545 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:29.546 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:29.546 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:29.546 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:29.546 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:29.547 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:46:29.547 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:29.547 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout:======================================================================================== 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2024-04-15T21:46:29.548 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:29.549 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 6.8 M 2024-04-15T21:46:29.549 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 33 M 2024-04-15T21:46:29.549 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:29.620 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:29.622 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:29.848 INFO:teuthology.orchestra.run.smithi191.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.0 MB/s | 891 kB 00:00 2024-04-15T21:46:29.849 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:29.850 INFO:teuthology.orchestra.run.smithi191.stdout:Total 1.1 MB/s | 969 kB 00:00 2024-04-15T21:46:29.850 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:29.872 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:29.872 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:29.913 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:29.948 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:29.948 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:29.961 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-04-15T21:46:30.077 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:46:30.119 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 370 kB/s | 139 kB 00:00 2024-04-15T21:46:30.123 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:46:30.137 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:30.195 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-04-15T21:46:30.274 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:46:30.355 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:30.378 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 224 kB/s | 58 kB 00:00 2024-04-15T21:46:30.403 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 245 kB/s | 51 kB 00:00 2024-04-15T21:46:30.478 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T21:46:30.480 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:30.481 INFO:teuthology.orchestra.run.smithi154.stdout:Total 7.3 MB/s | 6.8 MB 00:00 2024-04-15T21:46:30.494 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:30.505 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:30.506 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:30.594 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:30.594 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:30.642 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:46:30.726 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:46:30.788 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:46:30.820 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:30.933 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:31.072 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:31.072 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:46:31.100 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:46:31.146 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:31.423 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:31.608 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:31.609 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:46:31.609 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:46:31.609 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:46:31.609 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:46:31.609 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:46:31.661 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:46:31.711 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-volume 2024-04-15T21:46:31.741 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:46:31.803 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:46:31.825 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:31.911 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:46:31.911 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:31.911 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:31.911 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:31.912 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:32.143 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-fuse 2024-04-15T21:46:32.303 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:32.455 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:32.455 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout:Install 2 Packages 2024-04-15T21:46:32.456 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:32.457 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 332 k 2024-04-15T21:46:32.457 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 1.5 M 2024-04-15T21:46:32.457 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:32.586 INFO:teuthology.orchestra.run.smithi191.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 535 kB/s | 69 kB 00:00 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:46:32.605 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:46:32.721 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:30 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:32.828 INFO:teuthology.orchestra.run.smithi191.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 712 kB/s | 264 kB 00:00 2024-04-15T21:46:32.829 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:32.829 INFO:teuthology.orchestra.run.smithi191.stdout:Total 891 kB/s | 332 kB 00:00 2024-04-15T21:46:32.829 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:32.838 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:32.838 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:32.874 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:32.874 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:32.874 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:32.874 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:32.874 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout:Install 2 Packages 2024-04-15T21:46:32.875 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:32.876 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 969 k 2024-04-15T21:46:32.876 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 2.8 M 2024-04-15T21:46:32.876 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:32.878 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:32.879 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:46:32.905 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:32.906 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:32.994 INFO:teuthology.orchestra.run.smithi190.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 684 kB/s | 79 kB 00:00 2024-04-15T21:46:33.022 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:33.142 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-fuse 2024-04-15T21:46:33.203 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:46:33.225 INFO:teuthology.orchestra.run.smithi190.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.5 MB/s | 891 kB 00:00 2024-04-15T21:46:33.225 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:33.226 INFO:teuthology.orchestra.run.smithi190.stdout:Total 2.7 MB/s | 969 kB 00:00 2024-04-15T21:46:33.226 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:33.247 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:33.247 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:33.247 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:33.264 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:33.264 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:33.264 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:46:33.264 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:33.320 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:33.320 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:33.494 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:33.626 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:46:33.691 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:33.723 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:34 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:33.875 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:33.875 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:33.875 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout:Install 2 Packages 2024-04-15T21:46:33.876 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:33.877 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 969 k 2024-04-15T21:46:33.877 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 2.8 M 2024-04-15T21:46:33.877 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:33.981 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:46:34.021 INFO:teuthology.orchestra.run.smithi154.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 546 kB/s | 79 kB 00:00 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:34.323 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:34.346 INFO:teuthology.orchestra.run.smithi154.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-15T21:46:34.347 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:34.348 INFO:teuthology.orchestra.run.smithi154.stdout:Total 2.0 MB/s | 969 kB 00:00 2024-04-15T21:46:34.348 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:34.368 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:34.368 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:34.441 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:34.441 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:34.443 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:34.443 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:46:34.622 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:34.655 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librados-devel 2024-04-15T21:46:34.772 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:34.795 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:34.845 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:35.067 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install ceph-volume 2024-04-15T21:46:35.250 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:35.402 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:35.403 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:35.403 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-15T21:46:35.403 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:35.403 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:35.403 INFO:teuthology.orchestra.run.smithi191.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 127 k 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 456 k 2024-04-15T21:46:35.404 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:35.573 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:46:35.573 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:46:35.625 INFO:teuthology.orchestra.run.smithi191.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 573 kB/s | 127 kB 00:00 2024-04-15T21:46:35.626 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:35.626 INFO:teuthology.orchestra.run.smithi191.stdout:Total 569 kB/s | 127 kB 00:00 2024-04-15T21:46:35.626 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:35.632 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:35.632 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:35.658 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:33 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:35.687 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:35.687 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:35.808 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:35.809 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout:Install 2 Packages 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 332 k 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 1.5 M 2024-04-15T21:46:35.810 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:35.847 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:35.891 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:35.940 INFO:teuthology.orchestra.run.smithi190.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 532 kB/s | 69 kB 00:00 2024-04-15T21:46:35.948 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:36.152 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-volume 2024-04-15T21:46:36.215 INFO:teuthology.orchestra.run.smithi190.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 652 kB/s | 264 kB 00:00 2024-04-15T21:46:36.216 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:36.216 INFO:teuthology.orchestra.run.smithi190.stdout:Total 817 kB/s | 332 kB 00:00 2024-04-15T21:46:36.216 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:36.225 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:36.225 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:36.260 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:36.261 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:36.380 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:36.407 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:36.580 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:46:36.617 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:36.634 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:36.634 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:36.634 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:46:36.634 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:36.696 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:36.696 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:36.697 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:36.697 INFO:teuthology.orchestra.run.smithi191.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:36.697 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:36.697 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:36.749 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:37 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:36.902 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:36.903 INFO:teuthology.orchestra.run.smithi154.stdout:Install 2 Packages 2024-04-15T21:46:36.904 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:36.904 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 332 k 2024-04-15T21:46:36.904 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 1.5 M 2024-04-15T21:46:36.904 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:36.938 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install libcephfs2 2024-04-15T21:46:37.036 INFO:teuthology.orchestra.run.smithi154.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 523 kB/s | 69 kB 00:00 2024-04-15T21:46:37.178 INFO:teuthology.orchestra.run.smithi154.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 964 kB/s | 264 kB 00:00 2024-04-15T21:46:37.179 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:37.180 INFO:teuthology.orchestra.run.smithi154.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-04-15T21:46:37.180 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:37.188 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:37.188 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:37.229 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:37.229 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:37.339 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:46:37.374 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:37.525 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:37.551 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:46:37.597 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:37.613 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:46:37.613 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:37.613 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:46:37.613 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:37.629 INFO:teuthology.orchestra.run.smithi191.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:37.683 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:37.684 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:37.684 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:37.685 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:37.754 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install libcephfs-devel 2024-04-15T21:46:37.979 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados-devel 2024-04-15T21:46:38.335 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:38.351 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:46:38.486 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:46:38.487 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 32 k 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 142 k 2024-04-15T21:46:38.488 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:38.572 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:36 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:38.668 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:46:38.668 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:38.668 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:38.669 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:46:38.669 INFO:teuthology.orchestra.run.smithi154.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:46:38.669 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:38.669 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:38.724 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 127 k 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 456 k 2024-04-15T21:46:38.725 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:38.728 INFO:teuthology.orchestra.run.smithi191.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 132 kB/s | 32 kB 00:00 2024-04-15T21:46:38.729 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:38.729 INFO:teuthology.orchestra.run.smithi191.stdout:Total 131 kB/s | 32 kB 00:00 2024-04-15T21:46:38.729 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:38.733 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:38.733 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:38.755 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:38.755 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:38.881 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:38.977 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:39.027 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados-devel 2024-04-15T21:46:39.030 INFO:teuthology.orchestra.run.smithi190.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 417 kB/s | 127 kB 00:00 2024-04-15T21:46:39.030 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:39.031 INFO:teuthology.orchestra.run.smithi190.stdout:Total 415 kB/s | 127 kB 00:00 2024-04-15T21:46:39.031 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:39.036 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:39.036 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:39.238 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:39.328 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:39.378 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:39.620 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:39.646 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:39.647 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:39.647 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:39.647 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:39.647 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:39.647 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:39.774 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:39.775 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:39.775 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-15T21:46:39.775 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:39.775 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 127 k 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 456 k 2024-04-15T21:46:39.776 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:39.783 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:39.804 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librados2 2024-04-15T21:46:40.076 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:40.076 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:40.076 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:40.076 INFO:teuthology.orchestra.run.smithi190.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:40.077 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:40.077 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:40.258 INFO:teuthology.orchestra.run.smithi154.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 263 kB/s | 127 kB 00:00 2024-04-15T21:46:40.259 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:40.259 INFO:teuthology.orchestra.run.smithi154.stdout:Total 262 kB/s | 127 kB 00:00 2024-04-15T21:46:40.259 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:40.266 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:40.266 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:40.321 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:40.322 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:40.332 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs2 2024-04-15T21:46:40.381 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:40.477 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:40.481 INFO:teuthology.orchestra.run.smithi191.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:40.533 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:40.534 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:40.534 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:40.582 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:40.586 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install librbd1 2024-04-15T21:46:40.916 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:38 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:41.017 INFO:teuthology.orchestra.run.smithi190.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:41.030 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:41.071 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:41.072 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:41.072 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:41.141 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install libcephfs-devel 2024-04-15T21:46:41.161 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:41.261 INFO:teuthology.orchestra.run.smithi191.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:41.310 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:41.310 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:41.311 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:41.311 INFO:teuthology.orchestra.run.smithi154.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:41.311 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:41.311 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:41.313 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:41.314 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:41.314 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:41.361 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rados 2024-04-15T21:46:41.528 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs2 2024-04-15T21:46:41.715 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:41.864 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:46:41.865 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 32 k 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 142 k 2024-04-15T21:46:41.866 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:41.935 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:42.033 INFO:teuthology.orchestra.run.smithi190.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 190 kB/s | 32 kB 00:00 2024-04-15T21:46:42.033 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:42.034 INFO:teuthology.orchestra.run.smithi190.stdout:Total 189 kB/s | 32 kB 00:00 2024-04-15T21:46:42.034 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:42.034 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:42.037 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:42.037 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:42.063 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:42.064 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:42.084 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:42.086 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:42.086 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:42.120 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:42.144 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rgw 2024-04-15T21:46:42.188 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:42.222 INFO:teuthology.orchestra.run.smithi154.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:42.275 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:42.276 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:42.276 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:42.292 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:42.352 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install libcephfs-devel 2024-04-15T21:46:42.678 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:42.723 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:42.822 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:42.873 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:42.874 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:42.874 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:42.922 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-cephfs 2024-04-15T21:46:42.927 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:42.941 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:43.078 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:43.079 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:43.079 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-15T21:46:43.079 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:43.079 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 32 k 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 142 k 2024-04-15T21:46:43.080 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:43.098 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librados2 2024-04-15T21:46:43.328 INFO:teuthology.orchestra.run.smithi154.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 128 kB/s | 32 kB 00:00 2024-04-15T21:46:43.329 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:43.329 INFO:teuthology.orchestra.run.smithi154.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-15T21:46:43.329 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:43.332 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:43.333 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:43.353 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:43.353 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:43.481 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:43.499 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:43.584 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:43.598 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:43.650 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:43.651 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:43.651 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:43.675 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:41 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:43.707 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install python3-rbd 2024-04-15T21:46:43.774 INFO:teuthology.orchestra.run.smithi190.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:43.826 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:43.827 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:43.827 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:43.873 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install librbd1 2024-04-15T21:46:43.965 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:44.242 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:44.242 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:44.243 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:44.243 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:44.243 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:44.243 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:44.288 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:44.386 INFO:teuthology.orchestra.run.smithi191.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:44.426 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librados2 2024-04-15T21:46:44.439 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:44.440 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2024-04-15T21:46:44.440 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:44.448 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:44.498 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-fuse 2024-04-15T21:46:44.547 INFO:teuthology.orchestra.run.smithi190.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:44.599 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:44.600 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:44.600 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:44.647 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rados 2024-04-15T21:46:45.007 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:45.073 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:45.107 INFO:teuthology.orchestra.run.smithi154.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:45.162 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:45.163 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:45.163 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:45.213 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install librbd1 2024-04-15T21:46:45.222 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:45.226 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:45.227 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:46:45.228 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:45.228 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 85 k 2024-04-15T21:46:45.228 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 231 k 2024-04-15T21:46:45.228 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:45.321 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:45.372 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:45.373 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:45.374 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:45.422 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rgw 2024-04-15T21:46:45.440 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 403 kB/s | 85 kB 00:00 2024-04-15T21:46:45.440 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:45.440 INFO:teuthology.orchestra.run.smithi191.stdout:Total 401 kB/s | 85 kB 00:00 2024-04-15T21:46:45.440 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:45.447 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:45.447 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:45.502 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:45.502 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:45.633 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:45.770 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:45.789 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:45.889 INFO:teuthology.orchestra.run.smithi154.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:45.940 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:45.941 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:45.942 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:45.990 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rados 2024-04-15T21:46:45.996 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:46.094 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:46.142 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:46.146 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:46.147 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:46.147 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:46.189 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-cephfs 2024-04-15T21:46:46.435 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:46.435 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:46.435 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:46.436 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:46.436 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:46.436 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:46.572 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:46.672 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:46.673 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-mirror 2024-04-15T21:46:46.725 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:46.727 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:46.727 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:46.765 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:46.774 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rgw 2024-04-15T21:46:46.864 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:46.915 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:46.916 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:46.916 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:46.968 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install python3-rbd 2024-04-15T21:46:47.294 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:47.359 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:47.453 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:47.453 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repo Size 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:46:47.454 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:47.455 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 3.1 M 2024-04-15T21:46:47.455 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 13 M 2024-04-15T21:46:47.455 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:47.457 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:47.509 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:47.510 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:47.510 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:47.544 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:47.567 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-cephfs 2024-04-15T21:46:47.643 INFO:teuthology.orchestra.run.smithi190.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:47.694 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:47.695 INFO:teuthology.orchestra.run.smithi190.stdout:Nothing to do. 2024-04-15T21:46:47.696 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:47.738 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-fuse 2024-04-15T21:46:48.144 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:48.250 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:48.302 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:48.303 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:48.303 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:48.322 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:48.352 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install python3-rbd 2024-04-15T21:46:48.483 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:48.484 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 85 k 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 231 k 2024-04-15T21:46:48.485 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:48.811 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 261 kB/s | 85 kB 00:00 2024-04-15T21:46:48.812 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:48.812 INFO:teuthology.orchestra.run.smithi190.stdout:Total 260 kB/s | 85 kB 00:00 2024-04-15T21:46:48.812 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:48.820 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:48.820 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:48.878 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:48.878 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:48.936 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:49.017 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:49.035 INFO:teuthology.orchestra.run.smithi154.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:46:49.088 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:49.089 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2024-04-15T21:46:49.089 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:49.121 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:49.148 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-fuse 2024-04-15T21:46:49.351 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 1.6 MB/s | 3.1 MB 00:01 2024-04-15T21:46:49.352 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:49.352 INFO:teuthology.orchestra.run.smithi191.stdout:Total 1.6 MB/s | 3.1 MB 00:01 2024-04-15T21:46:49.353 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:49.364 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:49.364 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:49.440 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:49.440 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:49.584 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:49.732 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:49.867 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:49.883 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:49.884 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:49.884 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:49.884 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:49.884 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:49.884 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:49.885 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:49.886 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:49.887 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:49.887 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:49.887 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 85 k 2024-04-15T21:46:49.887 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 231 k 2024-04-15T21:46:49.887 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:49.935 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:49.961 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:49.961 INFO:teuthology.orchestra.run.smithi191.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:49.962 INFO:teuthology.orchestra.run.smithi191.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:46:49.962 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:49.962 INFO:teuthology.orchestra.run.smithi191.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:49.962 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:50.100 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-mirror 2024-04-15T21:46:50.198 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 274 kB/s | 85 kB 00:00 2024-04-15T21:46:50.198 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:50.198 INFO:teuthology.orchestra.run.smithi154.stdout:Total 273 kB/s | 85 kB 00:00 2024-04-15T21:46:50.199 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:50.205 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:50.206 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:50.262 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:50.262 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:50.397 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:50.504 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:50.693 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:50.848 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:50.849 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:50.849 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repo Size 2024-04-15T21:46:50.849 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 3.1 M 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 13 M 2024-04-15T21:46:50.850 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:50.877 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:51.144 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:51.153 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:51.382 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install rbd-nbd 2024-04-15T21:46:51.407 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-mirror 2024-04-15T21:46:51.976 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:44:57 PM UTC. 2024-04-15T21:46:52.002 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:52.128 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-04-15T21:46:52.129 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:52.129 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:52.129 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:52.129 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-04-15T21:46:52.129 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:Install 1 Package 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 171 k 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 494 k 2024-04-15T21:46:52.130 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-04-15T21:46:52.153 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:52.153 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repo Size 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 3.1 M 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 13 M 2024-04-15T21:46:52.154 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:52.338 INFO:teuthology.orchestra.run.smithi191.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 822 kB/s | 171 kB 00:00 2024-04-15T21:46:52.339 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:52.339 INFO:teuthology.orchestra.run.smithi191.stdout:Total 816 kB/s | 171 kB 00:00 2024-04-15T21:46:52.339 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-04-15T21:46:52.347 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-04-15T21:46:52.347 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-04-15T21:46:52.404 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-04-15T21:46:52.404 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-04-15T21:46:52.456 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 1.9 MB/s | 3.1 MB 00:01 2024-04-15T21:46:52.457 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:52.458 INFO:teuthology.orchestra.run.smithi190.stdout:Total 1.9 MB/s | 3.1 MB 00:01 2024-04-15T21:46:52.458 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:52.470 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:52.470 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:52.546 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:52.547 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:52.549 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-04-15T21:46:52.653 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:52.971 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:53.040 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.058 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 3.4 MB/s | 3.1 MB 00:00 2024-04-15T21:46:53.059 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:53.059 INFO:teuthology.orchestra.run.smithi154.stdout:Total 3.4 MB/s | 3.1 MB 00:00 2024-04-15T21:46:53.060 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:53.067 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:53.069 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:53.069 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:53.078 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.144 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:53.144 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:53.376 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.376 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:53.376 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-04-15T21:46:53.376 INFO:teuthology.orchestra.run.smithi191.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:53.376 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-04-15T21:46:53.377 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-04-15T21:46:53.568 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:53.619 DEBUG:teuthology.parallel:result is None 2024-04-15T21:46:53.634 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.659 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:53.659 INFO:teuthology.orchestra.run.smithi154.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:53.660 INFO:teuthology.orchestra.run.smithi154.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:46:53.660 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:53.660 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:53.660 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:54.200 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:54.438 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum -y install rbd-nbd 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:54.783 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:55.036 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:45:02 PM UTC. 2024-04-15T21:46:55.046 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install rbd-nbd 2024-04-15T21:46:55.189 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout:Install 1 Package 2024-04-15T21:46:55.190 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:55.191 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 171 k 2024-04-15T21:46:55.191 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 494 k 2024-04-15T21:46:55.191 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2024-04-15T21:46:55.675 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 09:44:59 PM UTC. 2024-04-15T21:46:55.743 INFO:teuthology.orchestra.run.smithi190.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 310 kB/s | 171 kB 00:00 2024-04-15T21:46:55.744 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:55.744 INFO:teuthology.orchestra.run.smithi190.stdout:Total 309 kB/s | 171 kB 00:00 2024-04-15T21:46:55.744 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2024-04-15T21:46:55.752 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2024-04-15T21:46:55.752 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2024-04-15T21:46:55.809 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2024-04-15T21:46:55.809 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2024-04-15T21:46:55.830 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout:Install 1 Package 2024-04-15T21:46:55.831 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:55.832 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 171 k 2024-04-15T21:46:55.832 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 494 k 2024-04-15T21:46:55.832 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-04-15T21:46:55.964 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2024-04-15T21:46:56.075 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:56.362 INFO:teuthology.orchestra.run.smithi154.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 323 kB/s | 171 kB 00:00 2024-04-15T21:46:56.363 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:56.364 INFO:teuthology.orchestra.run.smithi154.stdout:Total 322 kB/s | 171 kB 00:00 2024-04-15T21:46:56.364 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-04-15T21:46:56.372 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-04-15T21:46:56.372 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-04-15T21:46:56.428 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-04-15T21:46:56.428 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-04-15T21:46:56.482 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:56.594 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-04-15T21:46:56.702 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-15T21:46:56.783 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2024-04-15T21:46:57.014 DEBUG:teuthology.parallel:result is None 2024-04-15T21:46:57.142 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:57.432 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:57.433 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:57.433 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-04-15T21:46:57.433 INFO:teuthology.orchestra.run.smithi154.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:57.433 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-04-15T21:46:57.433 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-04-15T21:46:57.676 DEBUG:teuthology.parallel:result is None 2024-04-15T21:46:57.677 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:57.818 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:57.839 INFO:teuthology.orchestra.run.smithi154.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:57.840 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:57.840 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:57.842 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:58.065 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:58.088 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:58.088 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:58.088 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:58.090 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:58.313 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:58.337 INFO:teuthology.orchestra.run.smithi191.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:58.338 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:58.338 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:58.339 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T21:46:58.340 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:46:58.340 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:58.370 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:46:58.370 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:58.404 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:46:58.404 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:58.434 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T21:46:58.435 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:46:58.435 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:58.463 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:58.532 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:46:58.532 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:58.565 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:58.639 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:46:58.639 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:58.672 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:58.742 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T21:46:58.742 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:46:58.742 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:58.770 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:58.839 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:46:58.839 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:58.873 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:58.945 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:46:58.945 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:58.977 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:59.047 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T21:46:59.048 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T21:46:59.048 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:59.077 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:59.147 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-15T21:46:59.147 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:59.178 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:59.248 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-04-15T21:46:59.249 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:59.279 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:59.348 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:46:59.449 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:46:59.449 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:59.449 INFO:tasks.cephadm:Cluster fsid is afceaa10-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:46:59.449 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:46:59.450 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.154', 'mon.b': '172.21.15.190', 'mon.c': '172.21.15.191'} 2024-04-15T21:46:59.450 INFO:tasks.cephadm:First mon is mon.a on smithi154 2024-04-15T21:46:59.450 INFO:tasks.cephadm:First mgr is a 2024-04-15T21:46:59.450 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:46:59.450 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2024-04-15T21:46:59.479 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-04-15T21:46:59.508 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-04-15T21:46:59.537 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:46:59.538 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:59.901 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:47:00.047 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:00.051 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:47:00.051 DEBUG:teuthology.orchestra.run.smithi154:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:00.529 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:47 /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:00.530 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:01.496 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:47 /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:01.496 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:02.063 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:47 /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:02.064 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:02.083 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:02.103 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:02.133 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:47:02.134 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:47:02.136 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:47:02.146 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:47:03.023 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.062 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.064 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.197 INFO:teuthology.orchestra.run.smithi154.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.197 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.197 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:47:03.198 INFO:teuthology.orchestra.run.smithi154.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:03.220 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:47:03.221 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:47:03.223 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi154/crash 2024-04-15T21:47:03.224 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:47:03.243 INFO:teuthology.orchestra.run.smithi190.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.243 INFO:teuthology.orchestra.run.smithi190.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.243 INFO:teuthology.orchestra.run.smithi190.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:47:03.243 INFO:teuthology.orchestra.run.smithi190.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.255 INFO:teuthology.orchestra.run.smithi191.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.255 INFO:teuthology.orchestra.run.smithi191.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:47:03.255 INFO:teuthology.orchestra.run.smithi191.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:47:03.255 INFO:teuthology.orchestra.run.smithi191.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:47:03.266 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:47:03.267 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:47:03.269 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi190/crash 2024-04-15T21:47:03.269 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:47:03.352 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:47:03.352 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:47:03.354 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi191/crash 2024-04-15T21:47:03.355 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:47:03.400 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:47:03.400 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:47:03.402 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:47:03.402 DEBUG:teuthology.orchestra.run.smithi154:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-04-15T21:47:03.434 INFO:teuthology.orchestra.run.smithi154.stderr:grep: /var/log/ceph/afceaa10-fb71-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:47:03.436 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:47:03.436 DEBUG:teuthology.orchestra.run.smithi154:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:47:03.479 DEBUG:teuthology.orchestra.run.smithi190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:47:03.481 DEBUG:teuthology.orchestra.run.smithi191:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T21:47:03.504 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:47:03.504 INFO:teuthology.orchestra.run.smithi154.stderr:: No such file or directory 2024-04-15T21:47:03.504 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:47:03.506 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-04-15T21:47:03.506 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m0.015s 2024-04-15T21:47:03.506 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m0.008s 2024-04-15T21:47:03.506 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.020s 2024-04-15T21:47:03.507 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-15T21:47:03.507 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:47:03.507 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:47:03.510 INFO:teuthology.orchestra.run.smithi191.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:47:03.510 INFO:teuthology.orchestra.run.smithi191.stderr:: No such file or directory 2024-04-15T21:47:03.510 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:47:03.510 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-15T21:47:03.510 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.016s 2024-04-15T21:47:03.511 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.011s 2024-04-15T21:47:03.511 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.018s 2024-04-15T21:47:03.511 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-04-15T21:47:03.512 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m0.016s 2024-04-15T21:47:03.512 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m0.013s 2024-04-15T21:47:03.512 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m0.017s 2024-04-15T21:47:03.512 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:47:03.512 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi154/log 2024-04-15T21:47:03.513 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:47:03.576 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi190/log 2024-04-15T21:47:03.577 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:47:03.607 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi191/log 2024-04-15T21:47:03.607 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:47:03.637 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:47:03.637 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afceaa10-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:47:03.814 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: afceaa10-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:47:04.073 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afceaa10-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:47:04.256 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: afceaa10-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:47:04.518 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid afceaa10-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:47:04.698 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: afceaa10-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:47:04.958 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:47:04.958 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:04.978 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:04.994 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:47:05.010 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:47:05.011 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:47:05.220 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5b48b76b620a4346ba5e35c6974126c5 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi154 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:47:05.224 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:47:05.233 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T21:47:05.256 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-15T21:47:05.256 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:47:05.270 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:47:05.273 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:47:05.376 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:47:05.384 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:47:05.385 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:47:05.388 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:47:05.390 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:47:05.402 INFO:teuthology.orchestra.run.smithi154.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:47:05.404 INFO:teuthology.orchestra.run.smithi190.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:47:05.404 INFO:teuthology.orchestra.run.smithi191.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:47:05.407 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:47:05.407 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-04-15T21:47:05.407 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv01.front.sepia.ceph.com 3 6 77 10 +922us[ +841us] +/- 54ms 2024-04-15T21:47:05.407 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 11 -263us[ -345us] +/- 50ms 2024-04-15T21:47:05.408 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 10 -970us[-1051us] +/- 78ms 2024-04-15T21:47:05.408 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:47:05.408 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:47:05.408 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-04-15T21:47:05.408 INFO:teuthology.orchestra.run.smithi191.stdout:^* hv01.front.sepia.ceph.com 3 6 77 10 +931us[ +887us] +/- 54ms 2024-04-15T21:47:05.409 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 10 -266us[ -310us] +/- 50ms 2024-04-15T21:47:05.409 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 11 -974us[-1017us] +/- 78ms 2024-04-15T21:47:05.409 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv01.front.sepia.ceph.com 3 6 77 11 +929us[ +917us] +/- 54ms 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 11 -263us[ -275us] +/- 50ms 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 10 -975us[ -975us] +/- 78ms 2024-04-15T21:47:05.411 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:47:05.412 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:47:05.420 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:47:05.420 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:47:05.429 DEBUG:teuthology.orchestra.run.smithi154:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:47:05.522 DEBUG:teuthology.orchestra.run.smithi190:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:47:05.590 DEBUG:teuthology.orchestra.run.smithi191:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T21:47:05.656 DEBUG:teuthology.orchestra.run.smithi154:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:47:05.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:05.689 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:47:05.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:05.721 DEBUG:teuthology.orchestra.run.smithi191:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T21:47:05.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:05.752 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:47:05.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:47:05.770 INFO:teuthology.task.internal:Duration was 414.536300 seconds 2024-04-15T21:47:05.771 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:47:05.779 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:47:05.779 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:47:05.783 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:47:05.785 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:47:05.828 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:47:05.828 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:47:05.837 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:47:06.238 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:47:06.238 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-15T21:47:06.238 DEBUG:teuthology.orchestra.run.smithi154:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:47:06.261 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-04-15T21:47:06.261 DEBUG:teuthology.orchestra.run.smithi190:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:47:06.282 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-04-15T21:47:06.283 DEBUG:teuthology.orchestra.run.smithi191:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T21:47:06.321 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:47:06.322 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:47:06.324 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:47:06.327 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:47:06.392 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:47:06.392 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:47:06.395 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:47:06.397 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:47:06.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:47:06.536 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:47:06.536 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:47:06.565 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:47:06.594 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:47:06.622 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:47:06.632 DEBUG:teuthology.orchestra.run.smithi154:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.634 DEBUG:teuthology.orchestra.run.smithi190:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.637 DEBUG:teuthology.orchestra.run.smithi191:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.658 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-15T21:47:06.661 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-04-15T21:47:06.689 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-04-15T21:47:06.713 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:06.743 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:06.758 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:47:06.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:47:06.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:47:06.782 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:47:06.783 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi154 2024-04-15T21:47:06.783 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:47:06.822 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi190 2024-04-15T21:47:06.822 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:47:06.858 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491/remote/smithi191 2024-04-15T21:47:06.859 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:47:06.895 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:47:06.895 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:47:06.898 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:47:06.900 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:47:06.945 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:47:06.957 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:47:06.957 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:47:06.967 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:47:06.967 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:47:06.969 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:47:06.971 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:47:06.982 INFO:teuthology.orchestra.run.smithi154.stdout: 266021 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:47 /home/ubuntu/cephtest 2024-04-15T21:47:06.984 INFO:teuthology.orchestra.run.smithi190.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:47 /home/ubuntu/cephtest 2024-04-15T21:47:07.002 INFO:teuthology.orchestra.run.smithi191.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:47 /home/ubuntu/cephtest 2024-04-15T21:47:07.002 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:47:07.013 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:47:07.031 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:47:07.059 DEBUG:teuthology.nuke:shortname: smithi154 2024-04-15T21:47:07.059 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:47:07.084 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:33.309429', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1GeSKGiKPeLfgtH6i6CrDQvEj3PcxdmGZWJ2v6Fhzu6xI0It/X2vTDRnLTRtZYATqRmER/TrhqDgREjS/OhHY='} 2024-04-15T21:47:07.088 DEBUG:teuthology.nuke:shortname: smithi190 2024-04-15T21:47:07.088 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:47:07.110 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:33.311062', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN3T8/8Olj5vQByA1uWQ278dM7eCt9hYecZ6LVJ5F7MfoRlL922623ynqOpG2V1vLwUAMJBInXw5M3S4vy2Y3l4='} 2024-04-15T21:47:07.115 DEBUG:teuthology.nuke:shortname: smithi191 2024-04-15T21:47:07.115 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:47:07.137 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657491', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:33.308119', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGDM8DvggWSTQvOAgqvLJrMEcZbkykNMtX9wfD5+vAHBp/azSGkdG9RABGvBvG/ZDYA87HPZO5h51WfKo7CuN4c='} 2024-04-15T21:47:07.148 INFO:teuthology.orchestra.console.smithi154:Power off 2024-04-15T21:47:07.148 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:47:07.171 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-04-15T21:47:07.171 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:07.187 INFO:teuthology.orchestra.console.smithi190:Power off 2024-04-15T21:47:07.187 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:47:07.201 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-15T21:47:07.212 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-04-15T21:47:07.212 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:07.231 INFO:teuthology.orchestra.console.smithi191:Power off 2024-04-15T21:47:07.232 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:47:07.241 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-15T21:47:07.254 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2024-04-15T21:47:07.255 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:07.276 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-04-15T21:47:11.202 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:11.242 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:11.276 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:11.314 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-15T21:47:11.352 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-15T21:47:11.387 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-04-15T21:47:15.318 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:15.353 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:15.388 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:15.431 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-04-15T21:47:15.463 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-15T21:47:15.498 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2024-04-15T21:47:15.532 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-04-15T21:47:15.599 INFO:teuthology.orchestra.console.smithi191:Power off completed 2024-04-15T21:47:19.466 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:47:19.576 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-04-15T21:47:19.677 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-04-15T21:47:19.781 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} duration: 414.5363004207611 failure_reason: 'Command failed on smithi154 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5b48b76b620a4346ba5e35c6974126c5 status: fail success: false 2024-04-15T21:47:19.781 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:47:19.853 INFO:teuthology.run:FAIL