2024-04-26T18:52:28.765 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-26T18:52:28.765 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949 --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949/orig.config.yaml 2024-04-26T18:52:28.795 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T18:52:28.906 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: null first_in_suite: false job_id: '7674949' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQTcEL2iAkhV+El0Og2Yc2HgSm2XJrbudN1nRAHx5FlNo2wXMbeRH5C8AHnshmu2vW/5bMs/3u5uZyn5UDFPHs= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA3LG6Ms4B/2cxg+c6qrYRba/rB63BDYhnCFBT65+opdJtsGALSj6KmQw7hOfJJVeV7UZTgd1gA+W0l0gpdvi38= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI9EqLvIYgu7ZnZCI8U4maMypki5dNqug8A7IK6C6CyXEPcPj4N/2a45+4lm8AKHevpcLJW6QEUVoYrsbT3HA9E= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7ff681adc160>, signals=[15]) 2024-04-26T18:52:29.349 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-26T18:52:29.356 INFO:teuthology.task.internal:Opening connections... 2024-04-26T18:52:29.356 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-04-26T18:52:29.358 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:52:29.436 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-04-26T18:52:29.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:52:29.508 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-04-26T18:52:29.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:52:29.599 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-26T18:52:29.605 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-04-26T18:52:29.623 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-04-26T18:52:29.623 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-04-26T18:52:29.679 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="CentOS Stream" 2024-04-26T18:52:29.679 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="9" 2024-04-26T18:52:29.679 INFO:teuthology.orchestra.run.smithi076.stdout:ID="centos" 2024-04-26T18:52:29.679 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="9" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:52:29.680 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:52:29.681 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-04-26T18:52:29.701 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-04-26T18:52:29.718 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-04-26T18:52:29.719 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="9" 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="9" 2024-04-26T18:52:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:52:29.777 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:52:29.777 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-04-26T18:52:29.800 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-04-26T18:52:29.818 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-04-26T18:52:29.818 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-04-26T18:52:29.876 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="CentOS Stream" 2024-04-26T18:52:29.876 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="9" 2024-04-26T18:52:29.876 INFO:teuthology.orchestra.run.smithi131.stdout:ID="centos" 2024-04-26T18:52:29.876 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:52:29.876 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="9" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:52:29.877 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:52:29.877 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-04-26T18:52:29.900 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-26T18:52:29.912 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-26T18:52:31.017 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-26T18:52:31.017 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:52:31.020 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:52:31.022 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:52:31.039 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-26T18:52:31.057 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-26T18:52:31.057 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:52:31.077 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:52:31.079 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:52:31.343 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-26T18:52:31.421 INFO:teuthology.run_tasks:Running task kernel... 2024-04-26T18:52:31.436 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-26T18:52:31.436 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-26T18:52:31.437 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:52:31.437 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:52:31.438 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:52:31.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:52:31.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:52:31.455 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-04-26T18:52:31.455 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-04-26T18:52:31.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:52:31.456 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-04-26T18:52:31.511 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:52:31.512 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.14.0-437.el9.x86_64 2024-04-26T18:52:31.512 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-04-26T18:52:31.513 INFO:teuthology.orchestra.run.smithi131.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:52:31.514 INFO:teuthology.orchestra.run.smithi076.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:52:31.514 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.14.0-437.el9.x86_64 2024-04-26T18:52:31.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2024-04-26T18:52:31.515 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.14.0-437.el9.x86_64 2024-04-26T18:52:31.515 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2024-04-26T18:52:34.335 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 6.9 MB/s | 8.0 MB 00:01 2024-04-26T18:52:34.879 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.0 MB 00:01 2024-04-26T18:52:36.275 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-26T18:52:38.404 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - AppStream 7.7 MB/s | 19 MB 00:02 2024-04-26T18:52:41.045 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.2 MB 00:01 2024-04-26T18:52:42.063 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - BaseOS 928 kB/s | 8.0 MB 00:08 2024-04-26T18:52:42.638 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - CRB 9.8 MB/s | 6.2 MB 00:00 2024-04-26T18:52:42.701 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-26T18:52:44.297 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-26T18:52:44.316 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-26T18:52:45.064 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-04-26T18:52:46.784 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-26T18:52:49.278 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-04-26T18:52:49.623 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-26T18:52:50.982 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 16 kB 00:00 2024-04-26T18:52:51.151 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:52:51.151 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:52:51.241 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:52:51.241 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-04-26T18:52:51.242 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:52:51.355 DEBUG:teuthology.orchestra.run.smithi116:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:52:51.856 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:02 ago on Fri 26 Apr 2024 06:52:49 PM UTC. 2024-04-26T18:52:51.874 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-26T18:52:51.974 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:52:51.986 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:51.986 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:Reinstalling: 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 255 k 2024-04-26T18:52:51.987 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 0 2024-04-26T18:52:51.988 INFO:teuthology.orchestra.run.smithi116.stderr:Operation aborted. 2024-04-26T18:52:52.049 INFO:teuthology.orchestra.run.smithi116.stdout:Is this ok [y/N]: 2024-04-26T18:52:52.050 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum reinstall -y kernel || true 2024-04-26T18:52:52.536 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:52:49 PM UTC. 2024-04-26T18:52:52.651 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:52:52.652 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:52.652 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-04-26T18:52:52.652 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:52.652 INFO:teuthology.orchestra.run.smithi116.stdout:Reinstalling: 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 255 k 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 0 2024-04-26T18:52:52.653 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:52:52.963 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-26T18:52:52.963 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:52:52.963 INFO:teuthology.orchestra.run.smithi116.stdout:Total 821 kB/s | 255 kB 00:00 2024-04-26T18:52:52.980 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:52:53.155 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:52:53.155 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:52:53.160 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:52:53.160 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:52:53.289 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:52:53.347 INFO:teuthology.orchestra.run.smithi116.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:52:53.348 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:53.780 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:52:53.780 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:52:53.861 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:52:53.862 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-04-26T18:52:53.862 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:52:53.980 DEBUG:teuthology.orchestra.run.smithi131:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:52:53.982 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:53.982 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:52:54.521 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:52:51 PM UTC. 2024-04-26T18:52:54.534 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 6.1 MB/s | 21 MB 00:03 2024-04-26T18:52:54.641 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout:Reinstalled: 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:52:54.652 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:52:54.654 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:54.654 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout:Reinstalling: 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:54.655 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:54.656 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 255 k 2024-04-26T18:52:54.656 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 0 2024-04-26T18:52:54.656 INFO:teuthology.orchestra.run.smithi131.stderr:Operation aborted. 2024-04-26T18:52:54.727 INFO:teuthology.orchestra.run.smithi131.stdout:Is this ok [y/N]: 2024-04-26T18:52:54.727 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum reinstall -y kernel || true 2024-04-26T18:52:54.823 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:52:54.870 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:52:54.870 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:52:54.870 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:52:54.870 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-26T18:52:54.870 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:52:54.896 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-04-26T18:52:54.924 DEBUG:teuthology.parallel:result is None 2024-04-26T18:52:55.221 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:04 ago on Fri 26 Apr 2024 06:52:51 PM UTC. 2024-04-26T18:52:55.337 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:52:55.337 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:Reinstalling: 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 255 k 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 0 2024-04-26T18:52:55.338 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:52:56.067 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-437.el9.x86_64.rpm 600 kB/s | 255 kB 00:00 2024-04-26T18:52:56.068 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:52:56.068 INFO:teuthology.orchestra.run.smithi131.stdout:Total 349 kB/s | 255 kB 00:00 2024-04-26T18:52:56.088 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:52:56.295 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:52:56.295 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:52:56.300 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:52:56.300 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:52:56.436 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:52:56.518 INFO:teuthology.orchestra.run.smithi131.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:52:56.519 INFO:teuthology.orchestra.run.smithi131.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:57.178 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:57.178 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:52:57.847 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:52:57.847 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:57.847 INFO:teuthology.orchestra.run.smithi131.stdout:Reinstalled: 2024-04-26T18:52:57.847 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:52:57.847 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:52:57.848 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:52:58.029 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:52:58.076 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:52:58.076 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:52:58.076 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:52:58.076 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-26T18:52:58.077 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:52:58.116 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-04-26T18:52:58.138 DEBUG:teuthology.parallel:result is None 2024-04-26T18:52:59.592 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-26T18:53:01.457 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:53:01.457 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:53:01.546 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:53:01.547 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-04-26T18:53:01.547 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:53:01.687 DEBUG:teuthology.orchestra.run.smithi076:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:53:02.190 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:52:59 PM UTC. 2024-04-26T18:53:02.310 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:53:02.323 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.323 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-04-26T18:53:02.323 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.323 INFO:teuthology.orchestra.run.smithi076.stdout:Reinstalling: 2024-04-26T18:53:02.323 INFO:teuthology.orchestra.run.smithi076.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 255 k 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 0 2024-04-26T18:53:02.324 INFO:teuthology.orchestra.run.smithi076.stderr:Operation aborted. 2024-04-26T18:53:02.395 INFO:teuthology.orchestra.run.smithi076.stdout:Is this ok [y/N]: 2024-04-26T18:53:02.395 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum reinstall -y kernel || true 2024-04-26T18:53:02.884 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:52:59 PM UTC. 2024-04-26T18:53:02.998 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout:Reinstalling: 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:53:02.999 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:03.000 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 255 k 2024-04-26T18:53:03.000 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 0 2024-04-26T18:53:03.000 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:53:03.278 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-26T18:53:03.278 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:53:03.279 INFO:teuthology.orchestra.run.smithi076.stdout:Total 914 kB/s | 255 kB 00:00 2024-04-26T18:53:03.295 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:53:03.476 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:53:03.476 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:53:03.481 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:53:03.481 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:53:03.610 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:53:03.663 INFO:teuthology.orchestra.run.smithi076.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:53:03.663 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:53:04.375 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:53:04.375 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout:Reinstalled: 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:53:05.017 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:53:05.190 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:53:05.236 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:53:05.236 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:53:05.236 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:53:05.237 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-26T18:53:05.237 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:53:05.277 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-04-26T18:53:05.296 DEBUG:teuthology.parallel:result is None 2024-04-26T18:53:05.297 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-26T18:53:05.304 INFO:teuthology.task.internal:Creating test directory... 2024-04-26T18:53:05.305 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:53:05.339 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:53:05.342 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:53:05.360 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-26T18:53:05.367 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-26T18:53:05.392 INFO:teuthology.task.internal:Creating archive directory... 2024-04-26T18:53:05.392 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:53:05.394 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:53:05.400 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:53:05.510 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-26T18:53:05.518 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-26T18:53:05.518 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:53:05.520 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:53:05.523 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:53:05.560 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.560 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.561 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.569 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.571 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.571 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:53:05.575 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-26T18:53:05.582 INFO:teuthology.task.internal:Configuring sudo... 2024-04-26T18:53:05.582 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:53:05.614 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:53:05.616 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:53:05.643 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-26T18:53:05.651 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-26T18:53:05.652 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:53:05.678 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:53:05.682 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:53:05.699 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:05.774 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:05.816 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:05.896 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:05.936 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-26T18:53:05.936 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:53:05.999 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:06.043 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:06.096 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:06.182 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:06.222 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-04-26T18:53:06.222 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:53:06.289 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:06.333 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:53:06.405 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:06.449 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:53:06.491 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-26T18:53:06.491 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:53:06.557 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-04-26T18:53:06.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-04-26T18:53:06.562 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-04-26T18:53:06.588 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:53:06.600 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:53:06.635 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:53:07.089 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-26T18:53:07.098 INFO:teuthology.task.internal:Starting timer... 2024-04-26T18:53:07.098 INFO:teuthology.run_tasks:Running task pcp... 2024-04-26T18:53:07.125 INFO:teuthology.run_tasks:Running task selinux... 2024-04-26T18:53:07.138 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-26T18:53:07.139 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2024-04-26T18:53:07.214 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2024-04-26T18:53:07.215 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-04-26T18:53:07.291 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-04-26T18:53:07.294 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2024-04-26T18:53:07.356 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: 2024-04-26T18:53:07.357 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-26T18:53:07.358 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2024-04-26T18:53:07.377 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2024-04-26T18:53:07.377 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-04-26T18:53:07.403 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-04-26T18:53:07.403 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2024-04-26T18:53:07.427 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2024-04-26T18:53:07.427 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi076.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi131.front.sepia.ceph.com': 'permissive'} 2024-04-26T18:53:07.427 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:53:07.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:53:07.452 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:53:07.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:53:07.478 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:53:07.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:53:07.503 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-26T18:53:07.503 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:53:07.538 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:53:07.562 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:53:07.587 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-26T18:53:07.596 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-26T18:53:07.612 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-26T18:53:07.613 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi076.front.sepia.ceph.com,smithi116.front.sepia.ceph.com,smithi131.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-26T18:56:46.855 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com')] 2024-04-26T18:56:46.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-26T18:56:46.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:56:46.936 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-04-26T18:56:47.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-26T18:56:47.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-04-26T18:56:47.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:56:47.091 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-04-26T18:56:47.170 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-04-26T18:56:47.170 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-26T18:56:47.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:56:47.248 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-04-26T18:56:47.331 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-04-26T18:56:47.331 INFO:teuthology.run_tasks:Running task clock... 2024-04-26T18:56:47.341 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-26T18:56:47.341 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:56:47.342 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:56:47.345 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:56:47.345 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:56:47.347 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:56:47.347 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:56:47.373 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:56:47.374 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:56:47.387 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:56:47.389 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:56:47.401 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:56:47.409 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-04-26T18:56:47.418 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2024-04-26T18:56:47.418 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:56:47.419 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-04-26T18:56:47.428 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2024-04-26T18:56:47.432 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:56:47.444 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:56:47.444 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:56:47.447 INFO:teuthology.orchestra.run.smithi131.stderr:sudo: ntpd: command not found 2024-04-26T18:56:47.458 INFO:teuthology.orchestra.run.smithi131.stdout:506 Cannot talk to daemon 2024-04-26T18:56:47.459 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:56:47.472 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:56:47.486 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:56:47.499 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:56:47.503 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:56:47.503 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-04-26T18:56:47.503 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.503 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.504 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.504 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.520 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.523 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.546 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.550 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:56:47.550 INFO:teuthology.run_tasks:Running task pexec... 2024-04-26T18:56:47.560 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-26T18:56:47.560 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2024-04-26T18:56:47.560 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-26T18:56:47.561 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-04-26T18:56:47.561 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-26T18:56:47.561 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi131.front.sepia.ceph.com 2024-04-26T18:56:47.561 DEBUG:teuthology.orchestra.run.smithi131:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-26T18:56:48.085 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:41 ago on Fri 26 Apr 2024 06:56:06 PM UTC. 2024-04-26T18:56:48.125 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:50 ago on Fri 26 Apr 2024 06:55:57 PM UTC. 2024-04-26T18:56:48.144 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:40 ago on Fri 26 Apr 2024 06:56:07 PM UTC. 2024-04-26T18:56:48.201 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:56:48.201 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:56:48.201 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 3.1 M 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 9.8 M 2024-04-26T18:56:48.202 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:56:48.243 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:56:48.243 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:56:48.243 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-04-26T18:56:48.243 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:56:48.243 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 3.1 M 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 9.8 M 2024-04-26T18:56:48.244 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:56:48.266 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-04-26T18:56:48.267 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:56:48.268 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 3.1 M 2024-04-26T18:56:48.268 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 9.8 M 2024-04-26T18:56:48.268 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:56:48.575 INFO:teuthology.orchestra.run.smithi076.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-26T18:56:48.575 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:56:48.575 INFO:teuthology.orchestra.run.smithi076.stdout:Total 9.4 MB/s | 3.1 MB 00:00 2024-04-26T18:56:48.610 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:56:48.616 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:56:48.617 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:56:48.699 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:56:48.699 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:56:48.916 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:56:49.016 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:49.528 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:56:49.792 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:56:50.037 DEBUG:teuthology.parallel:result is None 2024-04-26T18:56:52.309 INFO:teuthology.orchestra.run.smithi116.stdout:runc-1.1.12-2.el9.x86_64.rpm 802 kB/s | 3.1 MB 00:03 2024-04-26T18:56:52.309 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:56:52.310 INFO:teuthology.orchestra.run.smithi116.stdout:Total 780 kB/s | 3.1 MB 00:04 2024-04-26T18:56:52.348 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:56:52.355 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:56:52.355 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:56:52.440 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:56:52.441 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:56:52.537 INFO:teuthology.orchestra.run.smithi131.stdout:runc-1.1.12-2.el9.x86_64.rpm 802 kB/s | 3.1 MB 00:03 2024-04-26T18:56:52.538 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:56:52.538 INFO:teuthology.orchestra.run.smithi131.stdout:Total 750 kB/s | 3.1 MB 00:04 2024-04-26T18:56:52.575 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:56:52.582 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:56:52.583 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:56:52.655 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:56:52.666 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:56:52.666 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:56:52.751 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:52.881 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:56:52.964 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:53.232 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:53.433 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:53.525 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:53.525 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:56:53.526 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:56:53.526 INFO:teuthology.orchestra.run.smithi116.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-26T18:56:53.526 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:56:53.526 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:56:53.755 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:56:53.790 DEBUG:teuthology.parallel:result is None 2024-04-26T18:56:53.999 DEBUG:teuthology.parallel:result is None 2024-04-26T18:56:53.999 INFO:teuthology.run_tasks:Running task install... 2024-04-26T18:56:54.007 DEBUG:teuthology.task.install:project ceph 2024-04-26T18:56:54.007 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-26T18:56:54.007 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-26T18:56:54.007 INFO:teuthology.task.install:Using flavor: default 2024-04-26T18:56:54.013 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-26T18:56:54.013 INFO:teuthology.task.install:extra packages: [] 2024-04-26T18:56:54.014 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:56:54.014 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:56:54.017 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:56:54.017 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:56:54.018 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:56:54.018 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:56:54.162 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:56:54.162 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:56:54.235 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:56:54.235 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:56:54.240 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:56:54.240 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:56:54.335 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:56:54.335 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-26T18:56:54.336 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:56:54.347 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:56:54.347 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-04-26T18:56:54.348 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:56:54.364 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-26T18:56:54.364 DEBUG:teuthology.orchestra.run.smithi076:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:56:54.371 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-26T18:56:54.371 DEBUG:teuthology.orchestra.run.smithi131:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:56:54.407 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:56:54.408 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-04-26T18:56:54.408 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:56:54.431 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:56:54.432 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-26T18:56:54.432 DEBUG:teuthology.orchestra.run.smithi116:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:56:54.435 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:56:54.495 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:56:54.507 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:56:54.508 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:56:54.568 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:56:54.571 INFO:teuthology.orchestra.run.smithi131.stdout:check_obsoletes = 1 2024-04-26T18:56:54.572 INFO:teuthology.orchestra.run.smithi076.stdout:check_obsoletes = 1 2024-04-26T18:56:54.573 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum clean all 2024-04-26T18:56:54.574 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum clean all 2024-04-26T18:56:54.631 INFO:teuthology.orchestra.run.smithi116.stdout:check_obsoletes = 1 2024-04-26T18:56:54.632 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum clean all 2024-04-26T18:56:54.797 INFO:teuthology.orchestra.run.smithi076.stdout:48 files removed 2024-04-26T18:56:54.825 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-radosgw 2024-04-26T18:56:54.826 INFO:teuthology.orchestra.run.smithi131.stdout:48 files removed 2024-04-26T18:56:54.856 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-radosgw 2024-04-26T18:56:54.862 INFO:teuthology.orchestra.run.smithi116.stdout:48 files removed 2024-04-26T18:56:54.889 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-radosgw 2024-04-26T18:56:55.401 INFO:teuthology.orchestra.run.smithi076.stdout:ceph packages for x86_64 264 kB/s | 83 kB 00:00 2024-04-26T18:56:55.484 INFO:teuthology.orchestra.run.smithi131.stdout:ceph packages for x86_64 230 kB/s | 83 kB 00:00 2024-04-26T18:56:55.495 INFO:teuthology.orchestra.run.smithi116.stdout:ceph packages for x86_64 245 kB/s | 83 kB 00:00 2024-04-26T18:56:55.760 INFO:teuthology.orchestra.run.smithi076.stdout:ceph noarch packages 53 kB/s | 17 kB 00:00 2024-04-26T18:56:55.843 INFO:teuthology.orchestra.run.smithi131.stdout:ceph noarch packages 53 kB/s | 17 kB 00:00 2024-04-26T18:56:56.178 INFO:teuthology.orchestra.run.smithi076.stdout:ceph source packages 6.2 kB/s | 2.3 kB 00:00 2024-04-26T18:56:56.255 INFO:teuthology.orchestra.run.smithi116.stdout:ceph noarch packages 23 kB/s | 17 kB 00:00 2024-04-26T18:56:56.260 INFO:teuthology.orchestra.run.smithi131.stdout:ceph source packages 6.2 kB/s | 2.3 kB 00:00 2024-04-26T18:56:57.036 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - BaseOS 9.8 MB/s | 8.0 MB 00:00 2024-04-26T18:56:57.267 INFO:teuthology.orchestra.run.smithi116.stdout:ceph source packages 2.4 kB/s | 2.3 kB 00:00 2024-04-26T18:56:57.565 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.0 MB 00:01 2024-04-26T18:56:58.095 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-26T18:56:58.938 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-26T18:56:59.466 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-26T18:57:02.964 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-26T18:57:04.175 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 19 MB 00:05 2024-04-26T18:57:04.383 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.2 MB 00:01 2024-04-26T18:57:04.598 INFO:teuthology.orchestra.run.smithi076.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-26T18:57:06.084 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-26T18:57:08.164 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-26T18:57:08.533 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 21 MB 00:03 2024-04-26T18:57:13.211 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-26T18:57:13.600 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-04-26T18:57:15.017 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 864 kB/s | 6.2 MB 00:07 2024-04-26T18:57:15.379 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout:Upgrading: 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-04-26T18:57:15.381 INFO:teuthology.orchestra.run.smithi131.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:57:15.382 INFO:teuthology.orchestra.run.smithi131.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:57:15.383 INFO:teuthology.orchestra.run.smithi131.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout:Installing weak dependencies: 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout:Install 30 Packages 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout:Upgrade 2 Packages 2024-04-26T18:57:15.384 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:15.385 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 60 M 2024-04-26T18:57:15.385 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:57:15.730 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:57:15.732 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:15.732 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-04-26T18:57:15.732 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrading: 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:57:15.733 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:57:15.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout:Installing weak dependencies: 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:57:15.735 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:15.736 INFO:teuthology.orchestra.run.smithi076.stdout:Install 30 Packages 2024-04-26T18:57:15.736 INFO:teuthology.orchestra.run.smithi076.stdout:Upgrade 2 Packages 2024-04-26T18:57:15.736 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:15.736 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 60 M 2024-04-26T18:57:15.736 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:57:16.651 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-26T18:57:17.963 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-26T18:57:18.429 INFO:teuthology.orchestra.run.smithi131.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 2.0 MB/s | 5.4 MB 00:02 2024-04-26T18:57:18.513 INFO:teuthology.orchestra.run.smithi131.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 303 kB/s | 25 kB 00:00 2024-04-26T18:57:18.677 INFO:teuthology.orchestra.run.smithi076.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 2.0 MB/s | 5.4 MB 00:02 2024-04-26T18:57:18.746 INFO:teuthology.orchestra.run.smithi131.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 3.1 MB/s | 748 kB 00:00 2024-04-26T18:57:18.752 INFO:teuthology.orchestra.run.smithi076.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 335 kB/s | 25 kB 00:00 2024-04-26T18:57:18.938 INFO:teuthology.orchestra.run.smithi131.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 2.6 MB/s | 501 kB 00:00 2024-04-26T18:57:19.344 INFO:teuthology.orchestra.run.smithi076.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 1.2 MB/s | 748 kB 00:00 2024-04-26T18:57:19.736 INFO:teuthology.orchestra.run.smithi076.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 1.2 MB/s | 501 kB 00:00 2024-04-26T18:57:20.355 INFO:teuthology.orchestra.run.smithi131.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 3.8 MB/s | 5.4 MB 00:01 2024-04-26T18:57:20.555 INFO:teuthology.orchestra.run.smithi131.stdout:(6/32): ceph-common-19.0.0-3211.g5d349943.el7.x 4.4 MB/s | 21 MB 00:04 2024-04-26T18:57:20.581 INFO:teuthology.orchestra.run.smithi131.stdout:(7/32): python3-ceph-argparse-19.0.0-3211.g5d34 200 kB/s | 45 kB 00:00 2024-04-26T18:57:20.639 INFO:teuthology.orchestra.run.smithi131.stdout:(8/32): python3-ceph-common-19.0.0-3211.g5d3499 1.6 MB/s | 135 kB 00:00 2024-04-26T18:57:20.673 INFO:teuthology.orchestra.run.smithi131.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 1.7 MB/s | 161 kB 00:00 2024-04-26T18:57:20.848 INFO:teuthology.orchestra.run.smithi131.stdout:(10/32): ceph-radosgw-19.0.0-3211.g5d349943.el7 2.1 MB/s | 11 MB 00:05 2024-04-26T18:57:20.873 INFO:teuthology.orchestra.run.smithi131.stdout:(11/32): python3-rados-19.0.0-3211.g5d349943.el 1.3 MB/s | 321 kB 00:00 2024-04-26T18:57:20.898 INFO:teuthology.orchestra.run.smithi131.stdout:(12/32): python3-rbd-19.0.0-3211.g5d349943.el7. 1.3 MB/s | 298 kB 00:00 2024-04-26T18:57:20.994 INFO:teuthology.orchestra.run.smithi076.stdout:(5/32): ceph-common-19.0.0-3211.g5d349943.el7.x 4.2 MB/s | 21 MB 00:04 2024-04-26T18:57:21.061 INFO:teuthology.orchestra.run.smithi076.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 678 kB/s | 45 kB 00:00 2024-04-26T18:57:21.090 INFO:teuthology.orchestra.run.smithi131.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 493 kB/s | 107 kB 00:00 2024-04-26T18:57:21.120 INFO:teuthology.orchestra.run.smithi076.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.3 MB/s | 135 kB 00:00 2024-04-26T18:57:21.132 INFO:teuthology.orchestra.run.smithi131.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 685 kB/s | 160 kB 00:00 2024-04-26T18:57:21.166 INFO:teuthology.orchestra.run.smithi131.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 599 kB/s | 45 kB 00:00 2024-04-26T18:57:21.178 INFO:teuthology.orchestra.run.smithi076.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.7 MB/s | 161 kB 00:00 2024-04-26T18:57:21.191 INFO:teuthology.orchestra.run.smithi131.stdout:(16/32): python3-rgw-19.0.0-3211.g5d349943.el7. 289 kB/s | 99 kB 00:00 2024-04-26T18:57:21.246 INFO:teuthology.orchestra.run.smithi076.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 4.7 MB/s | 321 kB 00:00 2024-04-26T18:57:21.250 INFO:teuthology.orchestra.run.smithi131.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-26T18:57:21.300 INFO:teuthology.orchestra.run.smithi131.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-26T18:57:21.351 INFO:teuthology.orchestra.run.smithi131.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-04-26T18:57:21.376 INFO:teuthology.orchestra.run.smithi131.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 482 kB/s | 36 kB 00:00 2024-04-26T18:57:21.393 INFO:teuthology.orchestra.run.smithi131.stdout:(21/32): python3-prettytable-0.7.2-27.el9.noarc 210 kB/s | 42 kB 00:00 2024-04-26T18:57:21.418 INFO:teuthology.orchestra.run.smithi131.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 706 kB/s | 47 kB 00:00 2024-04-26T18:57:21.446 INFO:teuthology.orchestra.run.smithi076.stdout:(10/32): ceph-radosgw-19.0.0-3211.g5d349943.el7 1.9 MB/s | 11 MB 00:05 2024-04-26T18:57:21.496 INFO:teuthology.orchestra.run.smithi076.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.9 MB/s | 99 kB 00:00 2024-04-26T18:57:21.577 INFO:teuthology.orchestra.run.smithi131.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 164 kB/s | 26 kB 00:00 2024-04-26T18:57:21.605 INFO:teuthology.orchestra.run.smithi076.stdout:(12/32): python3-rbd-19.0.0-3211.g5d349943.el7. 831 kB/s | 298 kB 00:00 2024-04-26T18:57:21.694 INFO:teuthology.orchestra.run.smithi131.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 973 kB/s | 309 kB 00:00 2024-04-26T18:57:21.711 INFO:teuthology.orchestra.run.smithi131.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 363 kB/s | 49 kB 00:00 2024-04-26T18:57:21.761 INFO:teuthology.orchestra.run.smithi131.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-26T18:57:21.805 INFO:teuthology.orchestra.run.smithi076.stdout:(13/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 2.6 MB/s | 5.4 MB 00:02 2024-04-26T18:57:21.845 INFO:teuthology.orchestra.run.smithi131.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-04-26T18:57:21.920 INFO:teuthology.orchestra.run.smithi131.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.9 MB/s | 839 kB 00:00 2024-04-26T18:57:21.979 INFO:teuthology.orchestra.run.smithi131.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 4.4 MB 00:00 2024-04-26T18:57:22.146 INFO:teuthology.orchestra.run.smithi131.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-26T18:57:22.181 INFO:teuthology.orchestra.run.smithi076.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 156 kB/s | 107 kB 00:00 2024-04-26T18:57:22.348 INFO:teuthology.orchestra.run.smithi076.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 216 kB/s | 160 kB 00:00 2024-04-26T18:57:22.387 INFO:teuthology.orchestra.run.smithi131.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 7.7 MB/s | 3.1 MB 00:00 2024-04-26T18:57:22.398 INFO:teuthology.orchestra.run.smithi076.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 80 kB/s | 45 kB 00:00 2024-04-26T18:57:22.479 INFO:teuthology.orchestra.run.smithi131.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 6.1 MB/s | 3.4 MB 00:00 2024-04-26T18:57:22.484 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:22.484 INFO:teuthology.orchestra.run.smithi131.stdout:Total 8.5 MB/s | 60 MB 00:07 2024-04-26T18:57:22.581 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:57:22.616 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:57:22.616 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:57:22.948 INFO:teuthology.orchestra.run.smithi076.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 77 kB/s | 42 kB 00:00 2024-04-26T18:57:23.019 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-26T18:57:23.086 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:57:23.086 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:57:23.198 INFO:teuthology.orchestra.run.smithi076.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 344 kB/s | 292 kB 00:00 2024-04-26T18:57:23.482 INFO:teuthology.orchestra.run.smithi076.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 509 kB/s | 662 kB 00:01 2024-04-26T18:57:23.733 INFO:teuthology.orchestra.run.smithi076.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 67 kB/s | 36 kB 00:00 2024-04-26T18:57:23.808 INFO:teuthology.orchestra.run.smithi076.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 257 kB/s | 221 kB 00:00 2024-04-26T18:57:24.058 INFO:teuthology.orchestra.run.smithi076.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 82 kB/s | 47 kB 00:00 2024-04-26T18:57:24.200 INFO:teuthology.orchestra.run.smithi076.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 661 kB/s | 309 kB 00:00 2024-04-26T18:57:24.225 INFO:teuthology.orchestra.run.smithi076.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 156 kB/s | 26 kB 00:00 2024-04-26T18:57:24.284 INFO:teuthology.orchestra.run.smithi076.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 580 kB/s | 49 kB 00:00 2024-04-26T18:57:24.309 INFO:teuthology.orchestra.run.smithi076.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 805 kB/s | 67 kB 00:00 2024-04-26T18:57:24.510 INFO:teuthology.orchestra.run.smithi076.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.6 MB/s | 839 kB 00:00 2024-04-26T18:57:24.568 INFO:teuthology.orchestra.run.smithi076.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.0 MB/s | 4.4 MB 00:00 2024-04-26T18:57:24.593 INFO:teuthology.orchestra.run.smithi076.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 676 kB/s | 192 kB 00:00 2024-04-26T18:57:24.616 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:57:24.653 INFO:teuthology.orchestra.run.smithi076.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-26T18:57:24.705 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:57:24.734 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:57:24.760 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:57:24.783 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:24.801 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:24.950 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:25.004 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:25.069 INFO:teuthology.orchestra.run.smithi076.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 6.6 MB/s | 3.1 MB 00:00 2024-04-26T18:57:25.166 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:57:25.168 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:25.168 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrading: 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:57:25.169 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:57:25.170 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout:Installing weak dependencies: 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:25.171 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout:Install 30 Packages 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrade 2 Packages 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 60 M 2024-04-26T18:57:25.172 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:57:25.392 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:57:25.394 INFO:teuthology.orchestra.run.smithi076.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 4.3 MB/s | 3.4 MB 00:00 2024-04-26T18:57:25.400 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:25.400 INFO:teuthology.orchestra.run.smithi076.stdout:Total 6.2 MB/s | 60 MB 00:09 2024-04-26T18:57:25.446 INFO:teuthology.orchestra.run.smithi131.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:25.500 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:57:25.536 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:57:25.537 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:57:25.539 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:25.626 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:57:25.656 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:25.719 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:25.748 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:57:25.791 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:57:25.860 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:25.883 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:25.931 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:25.957 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:57:26.003 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:57:26.004 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:57:26.065 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:57:26.099 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:57:26.139 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:57:26.165 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:57:26.194 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:57:26.226 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:57:26.545 INFO:teuthology.orchestra.run.smithi116.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 6.0 MB/s | 5.4 MB 00:00 2024-04-26T18:57:26.549 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:57:26.590 INFO:teuthology.orchestra.run.smithi131.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:26.595 INFO:teuthology.orchestra.run.smithi116.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 504 kB/s | 25 kB 00:00 2024-04-26T18:57:26.680 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:26.711 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:57:26.737 INFO:teuthology.orchestra.run.smithi116.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 5.2 MB/s | 748 kB 00:00 2024-04-26T18:57:26.747 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:57:26.829 INFO:teuthology.orchestra.run.smithi116.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 5.3 MB/s | 501 kB 00:00 2024-04-26T18:57:26.938 INFO:teuthology.orchestra.run.smithi116.stdout:(5/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 8.2 MB/s | 11 MB 00:01 2024-04-26T18:57:27.004 INFO:teuthology.orchestra.run.smithi116.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 679 kB/s | 45 kB 00:00 2024-04-26T18:57:27.080 INFO:teuthology.orchestra.run.smithi116.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 1.8 MB/s | 135 kB 00:00 2024-04-26T18:57:27.147 INFO:teuthology.orchestra.run.smithi116.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.4 MB/s | 161 kB 00:00 2024-04-26T18:57:27.224 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:57:27.230 INFO:teuthology.orchestra.run.smithi116.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 3.8 MB/s | 321 kB 00:00 2024-04-26T18:57:27.260 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:27.322 INFO:teuthology.orchestra.run.smithi116.stdout:(10/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 11 MB/s | 5.4 MB 00:00 2024-04-26T18:57:27.330 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:27.350 INFO:teuthology.orchestra.run.smithi116.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 2.5 MB/s | 298 kB 00:00 2024-04-26T18:57:27.402 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:57:27.402 INFO:teuthology.orchestra.run.smithi116.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.9 MB/s | 99 kB 00:00 2024-04-26T18:57:27.429 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:57:27.466 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:57:27.554 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:57:27.583 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:57:27.617 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:57:27.640 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:27.666 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:27.824 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:27.857 INFO:teuthology.orchestra.run.smithi116.stdout:(13/32): ceph-common-19.0.0-3211.g5d349943.el7. 9.5 MB/s | 21 MB 00:02 2024-04-26T18:57:27.878 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:28.140 INFO:teuthology.orchestra.run.smithi116.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 135 kB/s | 107 kB 00:00 2024-04-26T18:57:28.252 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:57:28.303 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:28.349 INFO:teuthology.orchestra.run.smithi116.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 164 kB/s | 160 kB 00:00 2024-04-26T18:57:28.391 INFO:teuthology.orchestra.run.smithi116.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 85 kB/s | 45 kB 00:00 2024-04-26T18:57:28.395 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:28.485 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:57:28.513 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:28.576 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:28.614 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:57:28.657 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:57:28.727 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:28.749 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:28.814 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:28.848 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:57:28.949 INFO:teuthology.orchestra.run.smithi116.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 76 kB/s | 42 kB 00:00 2024-04-26T18:57:28.956 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:57:28.999 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:57:29.039 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:57:29.065 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:57:29.094 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:57:29.126 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:57:29.225 INFO:teuthology.orchestra.run.smithi116.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 344 kB/s | 292 kB 00:00 2024-04-26T18:57:29.425 INFO:teuthology.orchestra.run.smithi116.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 516 kB/s | 662 kB 00:01 2024-04-26T18:57:29.445 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:57:29.490 INFO:teuthology.orchestra.run.smithi076.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:29.564 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:29.594 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:57:29.630 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:57:29.717 INFO:teuthology.orchestra.run.smithi116.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 288 kB/s | 221 kB 00:00 2024-04-26T18:57:29.736 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:29.767 INFO:teuthology.orchestra.run.smithi116.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 66 kB/s | 36 kB 00:00 2024-04-26T18:57:29.768 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:30.001 INFO:teuthology.orchestra.run.smithi116.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 86 kB/s | 47 kB 00:00 2024-04-26T18:57:30.026 INFO:teuthology.orchestra.run.smithi116.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-04-26T18:57:30.101 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:57:30.110 INFO:teuthology.orchestra.run.smithi116.stdout:(24/32): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-04-26T18:57:30.135 INFO:teuthology.orchestra.run.smithi116.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 194 kB/s | 26 kB 00:00 2024-04-26T18:57:30.143 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:30.160 INFO:teuthology.orchestra.run.smithi116.stdout:(26/32): liboath-2.6.7-2.el9.x86_64.rpm 362 kB/s | 49 kB 00:00 2024-04-26T18:57:30.185 INFO:teuthology.orchestra.run.smithi116.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 896 kB/s | 67 kB 00:00 2024-04-26T18:57:30.215 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:30.219 INFO:teuthology.orchestra.run.smithi116.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-26T18:57:30.261 INFO:teuthology.orchestra.run.smithi116.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2024-04-26T18:57:30.292 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:57:30.312 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:30.321 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:57:30.354 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:30.370 INFO:teuthology.orchestra.run.smithi116.stdout:(30/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.5 MB/s | 839 kB 00:00 2024-04-26T18:57:30.436 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:30.436 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:57:30.436 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:57:30.436 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:30.464 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:30.536 INFO:teuthology.orchestra.run.smithi116.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 11 MB/s | 3.4 MB 00:00 2024-04-26T18:57:30.703 INFO:teuthology.orchestra.run.smithi116.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 7.1 MB/s | 3.1 MB 00:00 2024-04-26T18:57:30.706 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:30.706 INFO:teuthology.orchestra.run.smithi116.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-26T18:57:30.810 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:57:30.847 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:57:30.847 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:57:31.315 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:57:31.317 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:57:32.662 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:32.702 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:32.762 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:57:32.845 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:57:32.875 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:57:32.900 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:57:32.923 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:32.946 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:57:33.139 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:33.195 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:57:33.244 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:33.281 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:33.373 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:33.373 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:57:33.373 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:57:33.373 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:33.407 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:33.541 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:57:33.694 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:33.786 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:33.875 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:57:33.903 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:33.957 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:57:33.986 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:57:34.030 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:57:34.100 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:34.130 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:34.194 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:57:34.228 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:57:34.339 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:57:34.371 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:57:34.411 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:57:34.445 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:57:34.482 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:57:34.515 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:57:34.826 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:57:34.870 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:34.959 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:57:35.006 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:57:35.051 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:57:35.529 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:57:35.555 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:35.609 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:57:35.677 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:57:35.707 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:57:37.983 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:38.020 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:38.565 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:57:38.615 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:38.716 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:57:38.717 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:57:38.717 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:57:38.717 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:38.749 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /sys 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /proc 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /mnt 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /var/tmp 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /home 2024-04-26T18:57:39.962 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /root 2024-04-26T18:57:39.963 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /tmp 2024-04-26T18:57:39.963 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:40.951 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:40.979 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:40.981 INFO:teuthology.orchestra.run.smithi131.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:41.070 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:41.070 INFO:teuthology.orchestra.run.smithi131.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:57:42.228 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:57:42.229 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:57:42.230 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /sys 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /proc 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /mnt 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /var/tmp 2024-04-26T18:57:42.920 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /home 2024-04-26T18:57:42.921 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /root 2024-04-26T18:57:42.921 INFO:teuthology.orchestra.run.smithi076.stdout:skipping the directory /tmp 2024-04-26T18:57:42.921 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:43.054 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:43.054 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:43.054 INFO:teuthology.orchestra.run.smithi131.stdout:Upgraded: 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.055 INFO:teuthology.orchestra.run.smithi131.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.056 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:43.057 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:57:43.394 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-test 2024-04-26T18:57:43.912 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:43.913 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:30 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:57:43.936 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:43.936 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:57:43.936 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:57:43.937 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:43.937 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:43.937 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:43.938 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:44.015 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:44.015 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:44.034 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:57:44.034 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:57:44.035 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout:Install 4 Packages 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 50 M 2024-04-26T18:57:44.036 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 210 M 2024-04-26T18:57:44.037 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:57:45.002 INFO:teuthology.orchestra.run.smithi131.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 361 kB/s | 305 kB 00:00 2024-04-26T18:57:45.027 INFO:teuthology.orchestra.run.smithi131.stdout:(2/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 188 kB/s | 163 kB 00:00 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:57:45.137 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:57:45.138 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:57:45.139 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:57:45.140 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:45.140 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:57:45.140 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:57:45.577 INFO:teuthology.orchestra.run.smithi131.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 111 kB/s | 64 kB 00:00 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout:Upgraded: 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.885 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:57:45.886 INFO:teuthology.orchestra.run.smithi076.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:57:45.887 INFO:teuthology.orchestra.run.smithi076.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:57:45.888 INFO:teuthology.orchestra.run.smithi076.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:57:45.888 INFO:teuthology.orchestra.run.smithi076.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:57:45.888 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:45.888 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:57:46.222 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-test 2024-04-26T18:57:46.738 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:33 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:57:46.857 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:57:46.857 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:46.857 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout:Install 4 Packages 2024-04-26T18:57:46.858 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:46.859 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 50 M 2024-04-26T18:57:46.859 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 210 M 2024-04-26T18:57:46.859 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:57:47.199 INFO:teuthology.orchestra.run.smithi076.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 603 kB/s | 163 kB 00:00 2024-04-26T18:57:47.224 INFO:teuthology.orchestra.run.smithi076.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-26T18:57:47.261 INFO:teuthology.orchestra.run.smithi131.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 16 MB/s | 49 MB 00:03 2024-04-26T18:57:47.263 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:47.264 INFO:teuthology.orchestra.run.smithi131.stdout:Total 15 MB/s | 50 MB 00:03 2024-04-26T18:57:47.266 INFO:teuthology.orchestra.run.smithi076.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 953 kB/s | 64 kB 00:00 2024-04-26T18:57:47.290 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:57:47.311 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:57:47.311 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:57:47.682 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:57:47.682 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:57:48.186 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /sys 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /proc 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /mnt 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /var/tmp 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /home 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /root 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /tmp 2024-04-26T18:57:48.187 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:48.205 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:57:48.287 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:57:48.334 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:57:48.363 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:57:49.175 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:49.199 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:57:49.200 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:57:49.200 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:57:49.200 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:49.200 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:57:49.200 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:49.203 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:49.294 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:57:49.294 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:49.342 INFO:teuthology.orchestra.run.smithi076.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 49 MB 00:02 2024-04-26T18:57:49.344 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:49.345 INFO:teuthology.orchestra.run.smithi076.stdout:Total 20 MB/s | 50 MB 00:02 2024-04-26T18:57:49.370 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:57:49.392 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:57:49.392 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:57:49.763 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:57:49.763 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:57:50.284 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:57:50.368 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:57:50.416 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:57:50.423 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:57:50.424 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:57:50.425 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:57:50.426 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:57:50.427 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:57:50.427 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:57:50.427 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:57:50.427 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:57:50.427 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:57:50.444 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:57:51.247 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:57:51.247 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:51.247 INFO:teuthology.orchestra.run.smithi116.stdout:Upgraded: 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:57:51.248 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:51.249 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:51.250 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:57:51.568 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-test 2024-04-26T18:57:52.084 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:30 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:57:52.203 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:57:52.204 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:52.204 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-04-26T18:57:52.204 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:52.204 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:57:52.204 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-04-26T18:57:52.205 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:57:52.206 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 50 M 2024-04-26T18:57:52.206 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 210 M 2024-04-26T18:57:52.206 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:57:52.857 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 788 kB/s | 305 kB 00:00 2024-04-26T18:57:52.963 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:57:53.035 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:57:53.082 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 267 kB/s | 163 kB 00:00 2024-04-26T18:57:53.207 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-04-26T18:57:55.044 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:57:55.099 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 19 MB/s | 49 MB 00:02 2024-04-26T18:57:55.101 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:57:55.101 INFO:teuthology.orchestra.run.smithi116.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-26T18:57:55.124 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:57:55.128 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:57:55.149 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:57:55.149 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:57:55.401 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:57:55.401 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:57:55.401 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:57:55.401 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:57:55.516 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:57:55.516 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:55.722 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:57:55.995 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph 2024-04-26T18:57:56.044 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:57:56.116 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:57:56.164 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:57:56.193 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:57:56.525 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:43 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:57:56.655 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:57:56.658 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:57:56.659 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-collections 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:57:56.660 INFO:teuthology.orchestra.run.smithi131.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout:Install 36 Packages 2024-04-26T18:57:56.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:57:56.663 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 30 M 2024-04-26T18:57:56.663 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 107 M 2024-04-26T18:57:56.663 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:57:57.364 INFO:teuthology.orchestra.run.smithi131.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-26T18:57:57.516 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:57:57.516 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:57:57.517 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:57:57.517 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:57:57.615 INFO:teuthology.orchestra.run.smithi131.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-04-26T18:57:57.779 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:57:57.779 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:57.780 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:57:57.890 INFO:teuthology.orchestra.run.smithi131.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 8.9 MB/s | 4.7 MB 00:00 2024-04-26T18:57:57.957 INFO:teuthology.orchestra.run.smithi131.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 3.6 MB/s | 249 kB 00:00 2024-04-26T18:57:58.067 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph 2024-04-26T18:57:58.124 INFO:teuthology.orchestra.run.smithi131.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-26T18:57:58.249 INFO:teuthology.orchestra.run.smithi131.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 9.8 MB/s | 1.2 MB 00:00 2024-04-26T18:57:58.291 INFO:teuthology.orchestra.run.smithi131.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-26T18:57:58.333 INFO:teuthology.orchestra.run.smithi131.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-26T18:57:58.383 INFO:teuthology.orchestra.run.smithi131.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-04-26T18:57:58.567 INFO:teuthology.orchestra.run.smithi131.stdout:(10/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 18 MB/s | 17 MB 00:00 2024-04-26T18:57:58.592 INFO:teuthology.orchestra.run.smithi131.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.0 MB/s | 215 kB 00:00 2024-04-26T18:57:58.602 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:45 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:57:58.651 INFO:teuthology.orchestra.run.smithi131.stdout:(12/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86 1.6 MB/s | 2.4 MB 00:01 2024-04-26T18:57:58.676 INFO:teuthology.orchestra.run.smithi131.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-04-26T18:57:58.710 INFO:teuthology.orchestra.run.smithi131.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.5 MB/s | 51 kB 00:00 2024-04-26T18:57:58.730 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:57:58.733 INFO:teuthology.orchestra.run.smithi076.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-collections 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:57:58.734 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:57:58.735 INFO:teuthology.orchestra.run.smithi076.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout:Install 36 Packages 2024-04-26T18:57:58.736 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:57:58.737 INFO:teuthology.orchestra.run.smithi131.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 414 kB/s | 35 kB 00:00 2024-04-26T18:57:58.737 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 30 M 2024-04-26T18:57:58.737 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 107 M 2024-04-26T18:57:58.737 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:57:58.761 INFO:teuthology.orchestra.run.smithi131.stdout:(16/36): lua-5.4.4-4.el9.x86_64.rpm 977 kB/s | 188 kB 00:00 2024-04-26T18:57:58.786 INFO:teuthology.orchestra.run.smithi131.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-04-26T18:57:58.928 INFO:teuthology.orchestra.run.smithi131.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 116 kB/s | 22 kB 00:00 2024-04-26T18:57:59.136 INFO:teuthology.orchestra.run.smithi131.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 124 kB/s | 43 kB 00:00 2024-04-26T18:57:59.220 INFO:teuthology.orchestra.run.smithi131.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 329 kB/s | 151 kB 00:00 2024-04-26T18:57:59.330 INFO:teuthology.orchestra.run.smithi076.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-26T18:57:59.354 INFO:teuthology.orchestra.run.smithi131.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 403 kB/s | 172 kB 00:00 2024-04-26T18:57:59.404 INFO:teuthology.orchestra.run.smithi131.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-26T18:57:59.564 INFO:teuthology.orchestra.run.smithi076.stdout:(2/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 5.9 MB/s | 2.4 MB 00:00 2024-04-26T18:57:59.621 INFO:teuthology.orchestra.run.smithi131.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 66 kB/s | 18 kB 00:00 2024-04-26T18:57:59.646 INFO:teuthology.orchestra.run.smithi131.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 704 kB/s | 358 kB 00:00 2024-04-26T18:57:59.672 INFO:teuthology.orchestra.run.smithi131.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 87 kB/s | 23 kB 00:00 2024-04-26T18:57:59.806 INFO:teuthology.orchestra.run.smithi076.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 9.9 MB/s | 4.7 MB 00:00 2024-04-26T18:57:59.881 INFO:teuthology.orchestra.run.smithi076.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 3.2 MB/s | 249 kB 00:00 2024-04-26T18:57:59.888 INFO:teuthology.orchestra.run.smithi131.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 73 kB/s | 19 kB 00:00 2024-04-26T18:57:59.914 INFO:teuthology.orchestra.run.smithi131.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 73 kB/s | 20 kB 00:00 2024-04-26T18:58:00.023 INFO:teuthology.orchestra.run.smithi131.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 132 kB/s | 46 kB 00:00 2024-04-26T18:58:00.098 INFO:teuthology.orchestra.run.smithi076.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-04-26T18:58:00.140 INFO:teuthology.orchestra.run.smithi076.stdout:(6/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 1.5 MB/s | 1.5 MB 00:00 2024-04-26T18:58:00.231 INFO:teuthology.orchestra.run.smithi131.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 230 kB/s | 79 kB 00:00 2024-04-26T18:58:00.249 INFO:teuthology.orchestra.run.smithi076.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 8.1 MB/s | 1.2 MB 00:00 2024-04-26T18:58:00.282 INFO:teuthology.orchestra.run.smithi131.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 63 kB/s | 16 kB 00:00 2024-04-26T18:58:00.300 INFO:teuthology.orchestra.run.smithi076.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-04-26T18:58:00.342 INFO:teuthology.orchestra.run.smithi076.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 530 kB/s | 106 kB 00:00 2024-04-26T18:58:00.448 INFO:teuthology.orchestra.run.smithi131.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 510 kB/s | 272 kB 00:00 2024-04-26T18:58:00.500 INFO:teuthology.orchestra.run.smithi076.stdout:(10/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 18 MB/s | 17 MB 00:00 2024-04-26T18:58:00.526 INFO:teuthology.orchestra.run.smithi076.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 554 kB/s | 125 kB 00:00 2024-04-26T18:58:00.549 INFO:teuthology.orchestra.run.smithi131.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 134 kB/s | 36 kB 00:00 2024-04-26T18:58:00.584 INFO:teuthology.orchestra.run.smithi076.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 885 kB/s | 215 kB 00:00 2024-04-26T18:58:00.666 INFO:teuthology.orchestra.run.smithi131.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 207 kB/s | 90 kB 00:00 2024-04-26T18:58:00.668 INFO:teuthology.orchestra.run.smithi076.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 417 kB/s | 35 kB 00:00 2024-04-26T18:58:00.694 INFO:teuthology.orchestra.run.smithi076.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-04-26T18:58:00.719 INFO:teuthology.orchestra.run.smithi076.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 865 kB/s | 188 kB 00:00 2024-04-26T18:58:00.744 INFO:teuthology.orchestra.run.smithi076.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-04-26T18:58:00.757 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:58:00.769 INFO:teuthology.orchestra.run.smithi076.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 550 kB/s | 42 kB 00:00 2024-04-26T18:58:00.830 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:58:00.861 INFO:teuthology.orchestra.run.smithi076.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 157 kB/s | 22 kB 00:00 2024-04-26T18:58:00.933 INFO:teuthology.orchestra.run.smithi131.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 75 kB/s | 20 kB 00:00 2024-04-26T18:58:01.016 INFO:teuthology.orchestra.run.smithi131.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 405 kB/s | 230 kB 00:00 2024-04-26T18:58:01.150 INFO:teuthology.orchestra.run.smithi131.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 711 kB/s | 427 kB 00:00 2024-04-26T18:58:01.155 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:01.155 INFO:teuthology.orchestra.run.smithi131.stdout:Total 6.7 MB/s | 30 MB 00:04 2024-04-26T18:58:01.228 INFO:teuthology.orchestra.run.smithi076.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 95 kB/s | 43 kB 00:00 2024-04-26T18:58:01.289 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:58:01.312 INFO:teuthology.orchestra.run.smithi076.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 279 kB/s | 151 kB 00:00 2024-04-26T18:58:01.327 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:58:01.328 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:58:01.420 INFO:teuthology.orchestra.run.smithi076.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-26T18:58:01.454 INFO:teuthology.orchestra.run.smithi076.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 316 kB/s | 172 kB 00:00 2024-04-26T18:58:01.529 INFO:teuthology.orchestra.run.smithi076.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-26T18:58:01.563 INFO:teuthology.orchestra.run.smithi076.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-26T18:58:01.588 INFO:teuthology.orchestra.run.smithi076.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 997 kB/s | 358 kB 00:00 2024-04-26T18:58:01.618 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:58:01.620 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:58:01.655 INFO:teuthology.orchestra.run.smithi076.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-04-26T18:58:01.689 INFO:teuthology.orchestra.run.smithi076.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 156 kB/s | 20 kB 00:00 2024-04-26T18:58:01.714 INFO:teuthology.orchestra.run.smithi076.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 368 kB/s | 46 kB 00:00 2024-04-26T18:58:01.781 INFO:teuthology.orchestra.run.smithi076.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 627 kB/s | 79 kB 00:00 2024-04-26T18:58:01.815 INFO:teuthology.orchestra.run.smithi076.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-04-26T18:58:01.873 INFO:teuthology.orchestra.run.smithi076.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-04-26T18:58:01.907 INFO:teuthology.orchestra.run.smithi076.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 717 kB/s | 90 kB 00:00 2024-04-26T18:58:01.933 INFO:teuthology.orchestra.run.smithi076.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-04-26T18:58:02.008 INFO:teuthology.orchestra.run.smithi076.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-26T18:58:02.033 INFO:teuthology.orchestra.run.smithi076.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-26T18:58:02.175 INFO:teuthology.orchestra.run.smithi076.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-04-26T18:58:02.181 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:02.181 INFO:teuthology.orchestra.run.smithi076.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-04-26T18:58:02.316 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:58:02.357 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:58:02.357 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:58:02.650 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:58:02.650 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:58:02.883 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:58:02.952 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T18:58:02.985 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T18:58:03.022 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T18:58:03.092 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T18:58:03.095 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:58:03.095 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:58:03.095 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:58:03.095 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:58:03.146 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T18:58:03.178 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T18:58:03.270 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T18:58:03.348 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:58:03.348 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:03.348 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:58:03.348 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:03.349 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:03.349 INFO:teuthology.orchestra.run.smithi116.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:58:03.349 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:58:03.349 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:03.349 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:03.357 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T18:58:03.398 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T18:58:03.433 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T18:58:03.463 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T18:58:03.498 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T18:58:03.531 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T18:58:03.571 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T18:58:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T18:58:03.640 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph 2024-04-26T18:58:03.641 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T18:58:03.679 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T18:58:03.752 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T18:58:03.891 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T18:58:03.895 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:58:03.953 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T18:58:03.980 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T18:58:03.986 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T18:58:04.014 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T18:58:04.033 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T18:58:04.071 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T18:58:04.087 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T18:58:04.120 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T18:58:04.130 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T18:58:04.162 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:42 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:04.163 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T18:58:04.176 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T18:58:04.256 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T18:58:04.290 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:58:04.293 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:58:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:58:04.295 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout:Install 36 Packages 2024-04-26T18:58:04.296 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:04.297 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 30 M 2024-04-26T18:58:04.297 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 107 M 2024-04-26T18:58:04.297 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:58:04.333 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T18:58:04.369 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T18:58:04.373 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T18:58:04.410 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T18:58:04.418 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T18:58:04.439 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T18:58:04.474 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T18:58:04.495 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T18:58:04.507 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T18:58:04.548 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T18:58:04.586 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T18:58:04.591 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T18:58:04.617 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T18:58:04.626 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T18:58:04.664 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T18:58:04.734 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T18:58:04.737 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T18:58:04.876 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T18:58:04.899 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T18:58:04.928 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:04.954 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:04.956 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T18:58:05.018 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T18:58:05.056 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T18:58:05.105 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T18:58:05.161 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T18:58:05.359 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T18:58:05.411 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T18:58:05.450 INFO:teuthology.orchestra.run.smithi116.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-26T18:58:05.488 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T18:58:05.577 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T18:58:05.613 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T18:58:05.691 INFO:teuthology.orchestra.run.smithi116.stdout:(2/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-04-26T18:58:05.725 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T18:58:05.892 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T18:58:05.921 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:05.947 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:06.142 INFO:teuthology.orchestra.run.smithi116.stdout:(3/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-26T18:58:06.285 INFO:teuthology.orchestra.run.smithi116.stdout:(4/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 5.6 MB/s | 4.7 MB 00:00 2024-04-26T18:58:06.351 INFO:teuthology.orchestra.run.smithi116.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 1.2 MB/s | 249 kB 00:00 2024-04-26T18:58:06.403 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:06.430 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:06.626 INFO:teuthology.orchestra.run.smithi116.stdout:(6/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 18 MB/s | 17 MB 00:00 2024-04-26T18:58:06.871 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:06.894 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:07.122 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:07.145 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:07.216 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:07.276 INFO:teuthology.orchestra.run.smithi116.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 255 kB/s | 253 kB 00:00 2024-04-26T18:58:07.302 INFO:teuthology.orchestra.run.smithi116.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 164 kB/s | 106 kB 00:00 2024-04-26T18:58:07.389 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:07.415 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:07.416 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:07.416 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T18:58:07.416 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:07.416 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:07.416 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:07.865 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:07.888 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:07.943 INFO:teuthology.orchestra.run.smithi116.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 203 kB/s | 135 kB 00:00 2024-04-26T18:58:07.976 INFO:teuthology.orchestra.run.smithi116.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 185 kB/s | 125 kB 00:00 2024-04-26T18:58:08.116 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:08.138 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:08.139 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:08.139 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T18:58:08.139 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:08.139 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:08.139 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:08.193 INFO:teuthology.orchestra.run.smithi116.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 871 kB/s | 188 kB 00:00 2024-04-26T18:58:08.203 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:08.285 INFO:teuthology.orchestra.run.smithi116.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-04-26T18:58:08.336 INFO:teuthology.orchestra.run.smithi116.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 694 kB/s | 35 kB 00:00 2024-04-26T18:58:08.386 INFO:teuthology.orchestra.run.smithi116.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-26T18:58:08.436 INFO:teuthology.orchestra.run.smithi116.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 834 kB/s | 42 kB 00:00 2024-04-26T18:58:08.553 INFO:teuthology.orchestra.run.smithi116.stdout:(16/36): python3-cryptography-36.0.1-4.el9.x86_ 570 kB/s | 1.2 MB 00:02 2024-04-26T18:58:08.611 INFO:teuthology.orchestra.run.smithi116.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 127 kB/s | 22 kB 00:00 2024-04-26T18:58:08.737 INFO:teuthology.orchestra.run.smithi116.stdout:(18/36): python3-urllib3-1.26.5-5.el9.noarch.rp 270 kB/s | 215 kB 00:00 2024-04-26T18:58:08.854 INFO:teuthology.orchestra.run.smithi116.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 179 kB/s | 43 kB 00:00 2024-04-26T18:58:08.883 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:08.883 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T18:58:08.883 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T18:58:08.883 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T18:58:08.883 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T18:58:08.884 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T18:58:08.886 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T18:58:08.886 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T18:58:08.886 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T18:58:08.886 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T18:58:08.886 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T18:58:08.887 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T18:58:08.888 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T18:58:08.888 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T18:58:08.904 INFO:teuthology.orchestra.run.smithi116.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 432 kB/s | 151 kB 00:00 2024-04-26T18:58:08.979 INFO:teuthology.orchestra.run.smithi116.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-26T18:58:09.063 INFO:teuthology.orchestra.run.smithi116.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 212 kB/s | 18 kB 00:00 2024-04-26T18:58:09.106 INFO:teuthology.orchestra.run.smithi116.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 468 kB/s | 172 kB 00:00 2024-04-26T18:58:09.147 INFO:teuthology.orchestra.run.smithi116.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.2 MB/s | 358 kB 00:00 2024-04-26T18:58:09.180 INFO:teuthology.orchestra.run.smithi116.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-26T18:58:09.206 INFO:teuthology.orchestra.run.smithi116.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 194 kB/s | 19 kB 00:00 2024-04-26T18:58:09.231 INFO:teuthology.orchestra.run.smithi116.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-26T18:58:09.273 INFO:teuthology.orchestra.run.smithi116.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-04-26T18:58:09.298 INFO:teuthology.orchestra.run.smithi116.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 853 kB/s | 79 kB 00:00 2024-04-26T18:58:09.340 INFO:teuthology.orchestra.run.smithi116.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-26T18:58:09.366 INFO:teuthology.orchestra.run.smithi116.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 177 kB/s | 16 kB 00:00 2024-04-26T18:58:09.399 INFO:teuthology.orchestra.run.smithi116.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 896 kB/s | 90 kB 00:00 2024-04-26T18:58:09.424 INFO:teuthology.orchestra.run.smithi116.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-04-26T18:58:09.508 INFO:teuthology.orchestra.run.smithi116.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 240 kB/s | 20 kB 00:00 2024-04-26T18:58:09.533 INFO:teuthology.orchestra.run.smithi116.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-04-26T18:58:09.600 INFO:teuthology.orchestra.run.smithi116.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.1 MB/s | 427 kB 00:00 2024-04-26T18:58:09.605 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:09.605 INFO:teuthology.orchestra.run.smithi116.stdout:Total 5.7 MB/s | 30 MB 00:05 2024-04-26T18:58:09.675 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T18:58:09.676 INFO:teuthology.orchestra.run.smithi131.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T18:58:09.677 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:09.678 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:58:09.740 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:58:09.781 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:58:09.781 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T18:58:09.875 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T18:58:09.876 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T18:58:09.877 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T18:58:09.878 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T18:58:09.878 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T18:58:10.073 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:58:10.074 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:58:10.082 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-base 2024-04-26T18:58:10.601 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:10.679 INFO:teuthology.orchestra.run.smithi131.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:10.721 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:58:10.721 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-04-26T18:58:10.722 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:58:10.727 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T18:58:10.727 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:10.727 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:58:10.727 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T18:58:10.728 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T18:58:10.729 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:10.730 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:58:10.801 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install cephadm 2024-04-26T18:58:11.097 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-base 2024-04-26T18:58:11.306 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:11.324 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:58:11.386 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T18:58:11.418 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T18:58:11.429 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:58:11.429 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 762 k 2024-04-26T18:58:11.430 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 769 k 2024-04-26T18:58:11.431 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:58:11.447 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T18:58:11.519 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T18:58:11.562 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T18:58:11.595 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T18:58:11.606 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:11.684 INFO:teuthology.orchestra.run.smithi076.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:11.687 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T18:58:11.726 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:58:11.727 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-04-26T18:58:11.727 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:58:11.766 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T18:58:11.805 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install cephadm 2024-04-26T18:58:11.806 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T18:58:11.841 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T18:58:11.841 INFO:teuthology.orchestra.run.smithi131.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-04-26T18:58:11.841 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:11.841 INFO:teuthology.orchestra.run.smithi131.stdout:Total 1.8 MB/s | 762 kB 00:00 2024-04-26T18:58:11.841 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:58:11.847 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:58:11.847 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:58:11.854 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:58:11.854 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:58:11.879 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T18:58:11.914 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T18:58:11.925 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:58:11.947 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T18:58:11.987 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T18:58:12.022 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T18:58:12.057 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T18:58:12.095 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T18:58:12.168 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T18:58:12.307 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T18:58:12.310 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:59 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:12.398 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:12.432 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:58:12.432 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 762 k 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 769 k 2024-04-26T18:58:12.433 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:58:12.492 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:12.504 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T18:58:12.556 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T18:58:12.595 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T18:58:12.652 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T18:58:12.706 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T18:58:12.727 INFO:teuthology.orchestra.run.smithi076.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.5 MB/s | 762 kB 00:00 2024-04-26T18:58:12.728 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:12.728 INFO:teuthology.orchestra.run.smithi076.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-04-26T18:58:12.728 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:58:12.734 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:58:12.735 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:58:12.741 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:58:12.741 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:58:12.813 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:58:12.838 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:12.893 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T18:58:12.948 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T18:58:13.026 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:13.062 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:58:13.124 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T18:58:13.172 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T18:58:13.243 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:13.288 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T18:58:13.311 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T18:58:13.331 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:13.445 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T18:58:13.475 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:13.500 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:58:13.500 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:13.501 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T18:58:13.501 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:13.501 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:58:13.501 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:13.702 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:13.826 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:13.909 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:58:13.948 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repo Size 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-04-26T18:58:13.949 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-04-26T18:58:13.950 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:13.950 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 145 k 2024-04-26T18:58:13.950 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 435 k 2024-04-26T18:58:13.950 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-04-26T18:58:14.140 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T18:58:14.148 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 730 kB/s | 145 kB 00:00 2024-04-26T18:58:14.149 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:14.149 INFO:teuthology.orchestra.run.smithi131.stdout:Total 724 kB/s | 145 kB 00:00 2024-04-26T18:58:14.149 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-04-26T18:58:14.157 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-04-26T18:58:14.157 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-04-26T18:58:14.213 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-04-26T18:58:14.213 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-04-26T18:58:14.367 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-04-26T18:58:14.457 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:14.481 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:14.481 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:14.481 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T18:58:14.481 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:14.661 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:01 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:14.784 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repo Size 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:Install 1 Package 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 145 k 2024-04-26T18:58:14.785 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 435 k 2024-04-26T18:58:14.786 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-04-26T18:58:14.934 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:14.959 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:58:14.960 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:14.960 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T18:58:14.960 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:14.960 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:58:14.960 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:15.011 INFO:teuthology.orchestra.run.smithi076.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 641 kB/s | 145 kB 00:00 2024-04-26T18:58:15.012 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:15.012 INFO:teuthology.orchestra.run.smithi076.stdout:Total 636 kB/s | 145 kB 00:00 2024-04-26T18:58:15.013 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-04-26T18:58:15.020 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-04-26T18:58:15.021 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-04-26T18:58:15.078 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-04-26T18:58:15.079 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-04-26T18:58:15.230 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-04-26T18:58:15.313 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:15.337 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:15.337 INFO:teuthology.orchestra.run.smithi076.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:15.337 INFO:teuthology.orchestra.run.smithi076.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T18:58:15.337 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:15.352 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:15.353 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:15.353 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-04-26T18:58:15.353 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:15.353 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-04-26T18:58:15.353 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:58:15.401 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:15.424 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:58:15.424 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:15.424 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T18:58:15.424 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:15.425 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:58:15.425 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:15.576 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr 2024-04-26T18:58:15.652 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:15.675 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:58:15.675 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:15.675 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T18:58:15.676 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:15.676 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:58:15.676 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:15.738 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:16.088 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:16.171 INFO:teuthology.orchestra.run.smithi131.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:16.213 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-04-26T18:58:16.214 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-04-26T18:58:16.214 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-04-26T18:58:16.225 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:58:16.286 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T18:58:16.452 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr 2024-04-26T18:58:16.788 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:16.921 INFO:teuthology.orchestra.run.smithi131.stderr:Error: 2024-04-26T18:58:16.921 INFO:teuthology.orchestra.run.smithi131.stderr: Problem: cannot install the best candidate for the job 2024-04-26T18:58:16.921 INFO:teuthology.orchestra.run.smithi131.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T18:58:16.921 INFO:teuthology.orchestra.run.smithi131.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T18:58:16.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:16.956 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi131 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:58:16.958 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi131 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:58:17.200 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=043e7893a1b44ff297847740a8ca7f84 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi131 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:58:17.203 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-26T18:58:17.213 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-26T18:58:17.250 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-26T18:58:17.250 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:58:17.257 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:17.257 INFO:teuthology.orchestra.run.smithi076.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:17.257 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-04-26T18:58:17.257 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-04-26T18:58:17.257 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-04-26T18:58:17.258 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T18:58:17.299 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:58:17.306 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:58:17.311 INFO:teuthology.orchestra.run.smithi076.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:58:17.314 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:58:17.314 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-04-26T18:58:17.315 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv01.front.sepia.ceph.com 3 6 37 19 +796us[ +808us] +/- 53ms 2024-04-26T18:58:17.315 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 20 -589us[ -577us] +/- 70ms 2024-04-26T18:58:17.315 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 19 -495us[ -495us] +/- 70ms 2024-04-26T18:58:17.315 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:58:17.320 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:58:17.321 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:^* hv01.front.sepia.ceph.com 3 6 37 18 +788us[ +762us] +/- 53ms 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 19 -556us[ -582us] +/- 70ms 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 19 -498us[ -524us] +/- 70ms 2024-04-26T18:58:17.324 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:58:17.326 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:58:17.326 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-04-26T18:58:17.327 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv01.front.sepia.ceph.com 3 6 37 19 +777us[ +765us] +/- 53ms 2024-04-26T18:58:17.327 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 19 -567us[ -579us] +/- 70ms 2024-04-26T18:58:17.327 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 19 -479us[ -490us] +/- 70ms 2024-04-26T18:58:17.327 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:58:17.327 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-26T18:58:17.336 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-26T18:58:17.336 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-26T18:58:17.393 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:58:17.439 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:58:17.439 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T18:58:17.439 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T18:58:17.439 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T18:58:17.440 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T18:58:17.440 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T18:58:17.440 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T18:58:17.441 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T18:58:17.441 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T18:58:17.441 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T18:58:17.442 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T18:58:17.442 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T18:58:17.442 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T18:58:17.442 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T18:58:17.442 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T18:58:17.443 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T18:58:17.443 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T18:58:17.443 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T18:58:17.444 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T18:58:17.444 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T18:58:17.444 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T18:58:17.444 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T18:58:17.445 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T18:58:17.445 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T18:58:17.445 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T18:58:17.446 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T18:58:17.446 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T18:58:17.446 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T18:58:17.446 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T18:58:17.447 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T18:58:17.447 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T18:58:17.447 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T18:58:17.447 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T18:58:17.448 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T18:58:17.449 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T18:58:17.449 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T18:58:17.451 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:58:17.506 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:58:17.561 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:58:17.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:17.588 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:58:17.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:17.613 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:58:17.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:17.639 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-26T18:58:17.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-26T18:58:17.773 INFO:teuthology.task.internal:Duration was 310.675149 seconds 2024-04-26T18:58:17.775 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-26T18:58:17.816 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-26T18:58:17.816 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:58:17.818 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:01:04 ago on Fri 26 Apr 2024 06:57:13 PM UTC. 2024-04-26T18:58:17.819 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:58:17.821 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:58:17.855 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:58:17.857 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:58:17.859 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:58:17.969 INFO:teuthology.orchestra.run.smithi076.stderr:Error: 2024-04-26T18:58:17.969 INFO:teuthology.orchestra.run.smithi076.stderr: Problem: cannot install the best candidate for the job 2024-04-26T18:58:17.969 INFO:teuthology.orchestra.run.smithi076.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T18:58:17.969 INFO:teuthology.orchestra.run.smithi076.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T18:58:18.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:18.336 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-26T18:58:18.336 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-04-26T18:58:18.336 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:58:18.361 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-04-26T18:58:18.362 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:18.371 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T18:58:18.372 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T18:58:18.373 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T18:58:18.374 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T18:58:18.375 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T18:58:18.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:18.376 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:18.419 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-04-26T18:58:18.419 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:58:18.441 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-26T18:58:18.441 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:58:18.444 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:58:18.464 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:58:18.508 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-26T18:58:18.508 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:58:18.510 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:58:18.527 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:58:18.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-26T18:58:18.645 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-26T18:58:18.645 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:58:18.671 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:58:18.694 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:58:18.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-26T18:58:18.729 DEBUG:teuthology.orchestra.run.smithi076:> 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-26T18:58:18.731 DEBUG:teuthology.orchestra.run.smithi116:> 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-26T18:58:18.737 DEBUG:teuthology.orchestra.run.smithi131:> 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-26T18:58:18.751 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-04-26T18:58:18.757 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-04-26T18:58:18.780 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-04-26T18:58:18.786 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-base 2024-04-26T18:58:18.802 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:58:18.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:18.842 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:58:18.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:18.857 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:58:18.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:18.871 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-26T18:58:18.881 INFO:teuthology.task.internal:Transferring archived files... 2024-04-26T18:58:18.884 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949/remote/smithi076 2024-04-26T18:58:18.885 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:58:18.928 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949/remote/smithi116 2024-04-26T18:58:18.928 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:58:19.008 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949/remote/smithi131 2024-04-26T18:58:19.009 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:58:19.054 INFO:teuthology.task.internal:Removing archive directory... 2024-04-26T18:58:19.055 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:58:19.057 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:58:19.060 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:58:19.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-26T18:58:19.118 INFO:teuthology.task.internal:Not uploading archives. 2024-04-26T18:58:19.119 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-26T18:58:19.175 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-26T18:58:19.175 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:58:19.178 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:58:19.180 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:58:19.190 INFO:teuthology.orchestra.run.smithi076.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:58 /home/ubuntu/cephtest 2024-04-26T18:58:19.192 INFO:teuthology.orchestra.run.smithi116.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:58 /home/ubuntu/cephtest 2024-04-26T18:58:19.194 INFO:teuthology.orchestra.run.smithi131.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:58 /home/ubuntu/cephtest 2024-04-26T18:58:19.196 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-26T18:58:19.209 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-26T18:58:19.275 INFO:teuthology.nuke:Checking targets against current locks 2024-04-26T18:58:19.300 DEBUG:teuthology.nuke:shortname: smithi076 2024-04-26T18:58:19.300 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:58:19.325 DEBUG:teuthology.nuke:shortname: smithi116 2024-04-26T18:58:19.326 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:58:19.331 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949', '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-26 18:47:12.310847', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEQTcEL2iAkhV+El0Og2Yc2HgSm2XJrbudN1nRAHx5FlNo2wXMbeRH5C8AHnshmu2vW/5bMs/3u5uZyn5UDFPHs='} 2024-04-26T18:58:19.359 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:19.360 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949', '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-26 18:47:12.312022', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA3LG6Ms4B/2cxg+c6qrYRba/rB63BDYhnCFBT65+opdJtsGALSj6KmQw7hOfJJVeV7UZTgd1gA+W0l0gpdvi38='} 2024-04-26T18:58:19.361 DEBUG:teuthology.nuke:shortname: smithi131 2024-04-26T18:58:19.361 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:58:19.388 INFO:teuthology.orchestra.console.smithi076:Power off 2024-04-26T18:58:19.388 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:58:19.402 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674949', '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-26 18:47:12.313026', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI9EqLvIYgu7ZnZCI8U4maMypki5dNqug8A7IK6C6CyXEPcPj4N/2a45+4lm8AKHevpcLJW6QEUVoYrsbT3HA9E='} 2024-04-26T18:58:19.412 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2024-04-26T18:58:19.412 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:19.437 INFO:teuthology.orchestra.console.smithi116:Power off 2024-04-26T18:58:19.438 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:58:19.448 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:19.452 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-04-26T18:58:19.461 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-04-26T18:58:19.461 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:19.489 INFO:teuthology.orchestra.console.smithi131:Power off 2024-04-26T18:58:19.489 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:58:19.508 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:58:19.508 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-04-26T18:58:19.509 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:19.509 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-04-26T18:58:19.524 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-04-26T18:58:19.525 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:19.545 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install cephadm 2024-04-26T18:58:19.553 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-26T18:58:20.051 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:20.170 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:58:20.171 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:20.172 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-04-26T18:58:20.173 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:20.173 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 762 k 2024-04-26T18:58:20.173 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 769 k 2024-04-26T18:58:20.173 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:58:20.602 INFO:teuthology.orchestra.run.smithi116.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-26T18:58:20.604 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:20.604 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-26T18:58:20.604 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:58:20.608 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:58:20.609 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:58:20.615 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:58:20.615 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:58:20.690 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:58:21.135 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:21.222 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:21.530 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:21.812 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:58:21.812 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:21.812 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:58:21.812 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T18:58:21.813 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:21.813 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:22.029 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T18:58:22.549 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:22.671 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:58:22.672 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:22.672 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-04-26T18:58:22.672 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:22.673 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 145 k 2024-04-26T18:58:22.674 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 435 k 2024-04-26T18:58:22.674 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-04-26T18:58:23.133 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 315 kB/s | 145 kB 00:00 2024-04-26T18:58:23.133 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:58:23.134 INFO:teuthology.orchestra.run.smithi116.stdout:Total 314 kB/s | 145 kB 00:00 2024-04-26T18:58:23.134 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-04-26T18:58:23.142 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-04-26T18:58:23.142 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-04-26T18:58:23.198 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-04-26T18:58:23.198 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-04-26T18:58:23.351 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-04-26T18:58:23.434 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:23.453 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:23.463 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:23.464 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:58:23.464 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T18:58:23.464 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:23.510 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:23.554 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:23.563 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-04-26T18:58:23.621 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-04-26T18:58:23.665 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-26T18:58:24.330 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:58:24.331 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:24.331 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-04-26T18:58:24.331 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:58:24.331 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-04-26T18:58:24.331 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:24.554 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr 2024-04-26T18:58:25.066 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:25.147 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:58:25.189 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-04-26T18:58:25.190 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-04-26T18:58:25.191 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-04-26T18:58:25.255 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T18:58:25.757 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 06:57:22 PM UTC. 2024-04-26T18:58:25.884 INFO:teuthology.orchestra.run.smithi116.stderr:Error: 2024-04-26T18:58:25.884 INFO:teuthology.orchestra.run.smithi116.stderr: Problem: cannot install the best candidate for the job 2024-04-26T18:58:25.884 INFO:teuthology.orchestra.run.smithi116.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T18:58:25.885 INFO:teuthology.orchestra.run.smithi116.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T18:58:25.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:58:27.564 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:27.622 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:27.675 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2024-04-26T18:58:27.734 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:27.742 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-04-26T18:58:27.777 INFO:teuthology.orchestra.console.smithi076:Power off completed 2024-04-26T18:58:27.844 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-04-26T18:58:31.743 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:31.845 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:58:31.857 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-04-26T18:58:31.957 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-04-26T18:58:31.958 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-04-26T18:58:32.059 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-04-26T18:58:32.163 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 310.6751489639282 failure_reason: 'Command failed on smithi131 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=043e7893a1b44ff297847740a8ca7f84 status: fail success: false 2024-04-26T18:58:32.164 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T18:58:32.240 INFO:teuthology.run:FAIL