2024-04-02T15:09:27.070 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T15:09:27.070 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103 --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/orig.config.yaml 2024-04-02T15:09:27.101 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:09:27.181 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7636103' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-04-02-0703 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 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-04-02-0703 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 5637 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-04-02-0703 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJ7Zq3CCnLBmP9L0jLiZtXQw4Y84d22qMxdedwYXwT642Ngq3pFwYmYxmPkxNdimS/3dZcCh64fDK7p+ZJ3q6A= smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJP3CEgomuaSQACEZ6qFoHlaR7zUUVL7cqai64xWqPDh55lZo3XRQuq4qYIY6lb22lzDq9Py1pSJe879AjHxyzQ= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAk/Gh7KBGAC1I8kKWj61GR0se+/B6Q3MyRPUwoyiATiak3PkfYKsjJeET+htZzaJRPtzU8iNYYetTSfR4iPm4Y= 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 0x7f1ffc0bff70>, signals=[15]) 2024-04-02T15:09:27.670 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T15:09:27.680 INFO:teuthology.task.internal:Opening connections... 2024-04-02T15:09:27.680 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-02T15:09:27.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:09:27.780 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2024-04-02T15:09:27.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:09:27.873 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2024-04-02T15:09:27.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:09:27.966 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T15:09:28.028 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-02T15:09:28.046 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-02T15:09:28.047 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-04-02T15:09:28.105 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T15:09:28.106 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T15:09:28.106 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T15:09:28.106 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-02T15:09:28.125 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2024-04-02T15:09:28.143 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2024-04-02T15:09:28.144 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2024-04-02T15:09:28.201 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="CentOS Stream" 2024-04-02T15:09:28.201 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="9" 2024-04-02T15:09:28.201 INFO:teuthology.orchestra.run.smithi104.stdout:ID="centos" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="rhel fedora" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="9" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el9" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:LOGO="fedora-logo-icon" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://centos.org/" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T15:09:28.202 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T15:09:28.203 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T15:09:28.203 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2024-04-02T15:09:28.225 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2024-04-02T15:09:28.243 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2024-04-02T15:09:28.243 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2024-04-02T15:09:28.300 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="CentOS Stream" 2024-04-02T15:09:28.300 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="9" 2024-04-02T15:09:28.300 INFO:teuthology.orchestra.run.smithi188.stdout:ID="centos" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="rhel fedora" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="9" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el9" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:LOGO="fedora-logo-icon" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://centos.org/" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T15:09:28.301 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T15:09:28.302 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2024-04-02T15:09:28.325 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T15:09:28.412 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T15:09:28.561 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T15:09:28.562 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:09:28.565 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:09:28.569 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:09:28.586 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T15:09:28.704 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T15:09:28.704 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:09:28.707 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:09:28.710 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:09:28.858 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T15:09:28.945 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T15:09:28.960 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T15:09:28.960 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T15:09:28.961 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:09:28.961 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:09:28.962 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:09:28.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:28.978 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-02T15:09:28.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:28.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:28.980 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-04-02T15:09:28.980 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-02T15:09:29.036 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-361.el9.x86_64 2024-04-02T15:09:29.036 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-361.el9.x86_64 2024-04-02T15:09:29.036 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-04-02T15:09:29.038 INFO:teuthology.orchestra.run.smithi188.stdout:5.14.0-361.el9.x86_64 2024-04-02T15:09:29.038 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.14.0-361.el9.x86_64 2024-04-02T15:09:29.038 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2024-04-02T15:09:29.039 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-361.el9.x86_64 2024-04-02T15:09:29.039 INFO:teuthology.task.kernel:Running kernel on smithi104: 5.14.0-361.el9.x86_64 2024-04-02T15:09:29.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2024-04-02T15:09:31.116 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-02T15:09:31.166 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-02T15:09:31.287 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-02T15:09:32.783 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - BaseOS 4.1 MB/s | 2.0 MB 00:00 2024-04-02T15:09:32.800 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS-9 - BaseOS 3.8 MB/s | 2.0 MB 00:00 2024-04-02T15:09:32.938 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-04-02T15:09:33.748 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-02T15:09:34.124 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 8.9 MB/s | 8.0 MB 00:00 2024-04-02T15:09:34.736 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.0 MB 00:01 2024-04-02T15:09:35.574 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-02T15:09:36.141 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-02T15:09:37.254 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - AppStream 13 MB/s | 19 MB 00:01 2024-04-02T15:09:40.592 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 6.1 MB 00:00 2024-04-02T15:09:40.633 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.1 MB 00:01 2024-04-02T15:09:42.133 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-02T15:09:42.169 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-02T15:09:43.156 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-04-02T15:09:45.059 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 21 MB 00:02 2024-04-02T15:09:48.194 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-02T15:09:49.103 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - CRB 751 kB/s | 6.1 MB 00:08 2024-04-02T15:09:50.000 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-02T15:09:50.434 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T15:09:50.434 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T15:09:50.538 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T15:09:50.549 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-04-02T15:09:50.550 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:09:50.551 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 76 M 2024-04-02T15:09:50.551 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 123 M 2024-04-02T15:09:50.551 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:09:50.845 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-02T15:09:50.904 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 543 kB/s | 192 kB 00:00 2024-04-02T15:09:52.274 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T15:09:52.274 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T15:09:52.371 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 8.3 MB/s | 15 MB 00:01 2024-04-02T15:09:52.375 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T15:09:52.391 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-04-02T15:09:52.392 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:09:52.393 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 76 M 2024-04-02T15:09:52.393 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 123 M 2024-04-02T15:09:52.393 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:09:52.618 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 851 kB/s | 192 kB 00:00 2024-04-02T15:09:52.712 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): kernel-modules-core-5.14.0-434.el9.x86_6 15 MB/s | 28 MB 00:01 2024-04-02T15:09:53.443 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 14 MB/s | 15 MB 00:01 2024-04-02T15:09:53.621 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 11 MB/s | 34 MB 00:03 2024-04-02T15:09:53.624 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:09:53.624 INFO:teuthology.orchestra.run.smithi069.stdout:Total 25 MB/s | 76 MB 00:03 2024-04-02T15:09:53.624 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:09:53.984 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:09:53.985 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:09:54.335 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 17 MB/s | 34 MB 00:01 2024-04-02T15:09:54.835 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:09:54.835 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:09:54.851 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 12 MB/s | 28 MB 00:02 2024-04-02T15:09:54.855 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:09:54.855 INFO:teuthology.orchestra.run.smithi104.stdout:Total 31 MB/s | 76 MB 00:02 2024-04-02T15:09:54.855 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:09:55.223 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:09:55.223 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:09:56.069 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:09:56.070 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:09:57.144 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:09:57.952 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:09:58.029 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:09:58.390 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:09:58.991 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:09:59.193 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:00.841 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:00.963 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:01.843 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:01.976 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:02.410 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 1.8 MB/s | 21 MB 00:11 2024-04-02T15:10:05.683 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:05.728 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:06.691 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:06.732 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:07.527 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-04-02T15:10:09.762 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T15:10:09.763 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T15:10:09.844 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:10:09.855 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T15:10:09.856 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:09.857 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:10:09.857 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:10:09.857 INFO:teuthology.orchestra.run.smithi188.stdout:Install 4 Packages 2024-04-02T15:10:09.857 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:09.858 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 76 M 2024-04-02T15:10:09.858 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 123 M 2024-04-02T15:10:09.858 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:10:10.011 INFO:teuthology.orchestra.run.smithi188.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-04-02T15:10:10.474 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:10.578 INFO:teuthology.orchestra.run.smithi188.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 21 MB/s | 15 MB 00:00 2024-04-02T15:10:11.303 INFO:teuthology.orchestra.run.smithi188.stdout:(3/4): kernel-modules-core-5.14.0-434.el9.x86_6 21 MB/s | 28 MB 00:01 2024-04-02T15:10:11.452 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:11.613 INFO:teuthology.orchestra.run.smithi188.stdout:(4/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-04-02T15:10:11.615 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:10:11.615 INFO:teuthology.orchestra.run.smithi188.stdout:Total 43 MB/s | 76 MB 00:01 2024-04-02T15:10:11.615 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:10:12.001 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:10:12.002 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:10:12.875 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:10:12.875 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:10:15.169 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:10:15.780 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:10:15.863 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:18.591 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:18.726 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:23.458 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:23.574 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:28.355 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:39.933 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:39.933 INFO:teuthology.orchestra.run.smithi069.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T15:10:39.933 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:10:39.976 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.417 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.418 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:10:40.418 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:40.418 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:40.497 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.497 INFO:teuthology.orchestra.run.smithi104.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T15:10:40.497 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:10:40.542 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.848 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:10:40.849 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:10:40.871 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:40.871 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:10:40.871 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:40.871 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:41.178 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:41.281 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.282 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.282 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.282 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:10:41.282 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:10:41.282 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T15:10:41.282 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:10:41.283 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:10:41.308 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:10:41.363 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.363 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.363 DEBUG:teuthology.orchestra.run.smithi069:> sudo rpm -qi grub2-tools 2024-04-02T15:10:41.397 INFO:teuthology.orchestra.run.smithi069.stdout:Name : grub2-tools 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Epoch : 1 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Version : 2.06 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Release : 68.el9 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: x86_64 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Group : Unspecified 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Size : 8264254 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:License : GPLv3+ 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T15:10:41.398 INFO:teuthology.orchestra.run.smithi069.stdout:Packager : builder@centos.org 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:Vendor : CentOS 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:Summary : Support tools for GRUB. 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:Description : 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:hardware devices. 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:10:41.399 INFO:teuthology.orchestra.run.smithi069.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T15:10:41.400 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T15:10:41.400 INFO:teuthology.task.kernel:Updating grub on smithi069 to boot 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.400 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T15:10:41.625 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:41.768 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.769 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.769 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:10:41.769 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:10:41.769 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T15:10:41.769 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:10:41.769 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:41.848 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:41.848 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo rpm -qi grub2-tools 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Name : grub2-tools 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Epoch : 1 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Version : 2.06 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Release : 68.el9 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: x86_64 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Group : Unspecified 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Size : 8264254 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:License : GPLv3+ 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T15:10:41.882 INFO:teuthology.orchestra.run.smithi104.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Packager : builder@centos.org 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Vendor : CentOS 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Summary : Support tools for GRUB. 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:Description : 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:hardware devices. 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:10:41.883 INFO:teuthology.orchestra.run.smithi104.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T15:10:41.884 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T15:10:41.884 INFO:teuthology.task.kernel:Updating grub on smithi104 to boot 5.14.0-434.el9.x86_64 2024-04-02T15:10:41.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T15:10:42.036 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-04-02T15:10:42.500 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2024-04-02T15:10:43.318 INFO:teuthology.orchestra.run.smithi069.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T15:10:43.353 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-04-02T15:10:43.355 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-04-02T15:10:43.371 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.5XANMqhsMN 2024-04-02T15:10:43.371 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5XANMqhsMN 2024-04-02T15:10:43.439 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.5XANMqhsMN 2024-04-02T15:10:43.572 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.5XANMqhsMN is 6KB 2024-04-02T15:10:43.620 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.5XANMqhsMN 2024-04-02T15:10:43.634 DEBUG:teuthology.orchestra.run.smithi069:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T15:10:43.699 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T15:10:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T15:10:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T15:10:43.700 INFO:teuthology.orchestra.run.smithi069.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T15:10:43.701 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T15:10:43.845 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-04-02T15:10:43.950 INFO:teuthology.orchestra.run.smithi104.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T15:10:43.985 INFO:teuthology.orchestra.run.smithi104.stderr:done 2024-04-02T15:10:43.987 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2024-04-02T15:10:44.003 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.l0lULxTdtk 2024-04-02T15:10:44.003 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.l0lULxTdtk 2024-04-02T15:10:44.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.l0lULxTdtk 2024-04-02T15:10:44.210 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.l0lULxTdtk is 6KB 2024-04-02T15:10:44.259 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.l0lULxTdtk 2024-04-02T15:10:44.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T15:10:44.337 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T15:10:44.337 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T15:10:44.337 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T15:10:44.337 INFO:teuthology.orchestra.run.smithi104.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T15:10:44.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T15:10:44.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2024-04-02T15:10:57.734 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:57.734 INFO:teuthology.orchestra.run.smithi188.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T15:10:57.734 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:57.776 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:58.158 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:58.158 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:10:58.158 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:10:58.158 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:10:58.541 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:10:58.541 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:58.541 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:10:58.541 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:58.541 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:58.542 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T15:10:58.542 INFO:teuthology.orchestra.run.smithi188.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T15:10:58.542 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:58.542 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:10:58.860 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:58.962 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:58.962 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:58.962 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T15:10:58.962 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:10:58.962 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:10:58.962 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-02T15:10:58.963 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:10:58.963 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:10:59.043 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:10:59.043 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:10:59.044 DEBUG:teuthology.orchestra.run.smithi188:> sudo rpm -qi grub2-tools 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Name : grub2-tools 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Epoch : 1 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Version : 2.06 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Release : 68.el9 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: x86_64 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Group : Unspecified 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Size : 8264254 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:License : GPLv3+ 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T15:10:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:Packager : builder@centos.org 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:Vendor : CentOS 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:Summary : Support tools for GRUB. 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:Description : 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:hardware devices. 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:10:59.079 INFO:teuthology.orchestra.run.smithi188.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T15:10:59.080 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T15:10:59.080 INFO:teuthology.task.kernel:Updating grub on smithi188 to boot 5.14.0-434.el9.x86_64 2024-04-02T15:10:59.080 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T15:10:59.690 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2024-04-02T15:11:01.035 INFO:teuthology.orchestra.run.smithi188.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T15:11:01.063 INFO:teuthology.orchestra.run.smithi188.stderr:done 2024-04-02T15:11:01.065 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2024-04-02T15:11:01.080 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.ECkDXBW5Mz 2024-04-02T15:11:01.081 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ECkDXBW5Mz 2024-04-02T15:11:01.155 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.ECkDXBW5Mz 2024-04-02T15:11:01.295 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.ECkDXBW5Mz is 6KB 2024-04-02T15:11:01.344 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.ECkDXBW5Mz 2024-04-02T15:11:01.358 DEBUG:teuthology.orchestra.run.smithi188:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T15:11:01.423 INFO:teuthology.orchestra.run.smithi188.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T15:11:01.423 INFO:teuthology.orchestra.run.smithi188.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T15:11:01.423 INFO:teuthology.orchestra.run.smithi188.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T15:11:01.423 INFO:teuthology.orchestra.run.smithi188.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T15:11:01.424 DEBUG:teuthology.orchestra.run.smithi188:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T15:11:01.563 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2024-04-02T15:11:13.855 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T15:11:13.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:11:13.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:14.491 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T15:11:14.492 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:11:14.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:31.576 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-02T15:11:31.577 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:11:31.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:32.382 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-04-02T15:11:32.894 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-02T15:11:41.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:11:41.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:41.896 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:11:41.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:44.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-04-02T15:11:44.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-02T15:11:50.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-04-02T15:11:56.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:11:56.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:56.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:11:56.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:11:59.049 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:11:59.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:12:02.110 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-04-02T15:12:14.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:12:14.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:12:15.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-02T15:12:17.182 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-04-02T15:12:28.669 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-02T15:12:29.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:12:29.164 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-434.el9.x86_64"... 2024-04-02T15:12:29.164 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-02T15:12:29.189 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-434.el9.x86_64 2024-04-02T15:12:29.189 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T15:12:29.189 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:12:29.189 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T15:12:30.191 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T15:12:30.191 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:12:30.258 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-04-02T15:12:30.354 DEBUG:teuthology.parallel:result is None 2024-04-02T15:12:30.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:12:30.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:12:30.904 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-04-02T15:12:31.502 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:12:31.503 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-434.el9.x86_64"... 2024-04-02T15:12:31.503 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-02T15:12:31.527 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-434.el9.x86_64 2024-04-02T15:12:31.527 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T15:12:31.527 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:12:31.527 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T15:12:32.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:12:32.184 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:12:32.528 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T15:12:32.528 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:12:32.672 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2024-04-02T15:12:32.772 DEBUG:teuthology.parallel:result is None 2024-04-02T15:12:35.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-04-02T15:12:53.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:12:53.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:12:53.713 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-04-02T15:12:54.069 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:12:54.069 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-434.el9.x86_64"... 2024-04-02T15:12:54.069 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-04-02T15:12:54.085 INFO:teuthology.orchestra.run.smithi188.stdout:5.14.0-434.el9.x86_64 2024-04-02T15:12:54.085 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T15:12:54.085 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:12:54.085 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T15:12:55.086 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-02T15:12:55.087 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:12:55.178 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2024-04-02T15:12:55.213 DEBUG:teuthology.parallel:result is None 2024-04-02T15:12:55.214 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T15:12:55.222 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T15:12:55.222 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:12:55.225 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:12:55.228 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:12:55.245 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T15:12:55.262 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T15:12:55.296 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T15:12:55.296 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:12:55.299 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:12:55.301 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:12:55.368 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T15:12:55.381 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T15:12:55.382 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T15:12:55.384 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:12:55.387 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:12:55.428 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.434 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.435 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.442 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.447 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.449 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:12:55.451 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T15:12:55.469 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T15:12:55.469 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:12:55.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:12:55.474 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:12:55.516 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T15:12:55.532 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T15:12:55.532 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:12:55.541 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:12:55.543 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:12:55.573 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:55.640 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:55.694 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:55.777 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:55.820 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:12:55.820 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:12:55.888 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:55.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:55.980 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:56.063 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:56.106 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:12:56.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:12:56.173 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:56.212 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:12:56.275 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:56.356 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:12:56.402 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:12:56.402 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:12:56.470 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-04-02T15:12:56.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2024-04-02T15:12:56.474 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2024-04-02T15:12:56.519 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:12:56.552 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:12:56.559 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:12:57.048 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T15:12:57.057 INFO:teuthology.task.internal:Starting timer... 2024-04-02T15:12:57.057 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T15:12:57.094 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T15:12:57.122 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-02T15:12:57.123 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2024-04-02T15:12:57.190 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2024-04-02T15:12:57.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2024-04-02T15:12:57.237 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2024-04-02T15:12:57.239 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2024-04-02T15:12:57.294 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2024-04-02T15:12:57.296 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T15:12:57.296 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2024-04-02T15:12:57.327 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2024-04-02T15:12:57.328 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2024-04-02T15:12:57.366 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2024-04-02T15:12:57.367 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2024-04-02T15:12:57.393 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2024-04-02T15:12:57.393 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi069.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi104.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2024-04-02T15:12:57.393 DEBUG:teuthology.orchestra.run.smithi069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T15:12:57.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:12:57.427 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:12:57.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:12:57.456 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:12:57.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:12:57.484 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T15:12:57.484 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2024-04-02T15:12:57.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2024-04-02T15:12:57.559 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2024-04-02T15:12:57.602 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T15:12:57.612 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T15:12:57.628 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-02T15:12:57.630 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi104.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T15:17:30.285 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi104.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2024-04-02T15:17:30.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:17:30.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:17:30.379 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-02T15:17:30.458 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-02T15:17:30.459 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:17:30.459 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:17:30.558 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-04-02T15:17:30.650 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-02T15:17:30.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:17:30.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:17:30.746 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-04-02T15:17:30.825 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-04-02T15:17:30.825 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T15:17:30.840 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T15:17:30.840 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:17:30.841 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:17:30.843 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:17:30.843 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:17:30.846 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:17:30.846 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:17:30.881 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T15:17:30.881 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T15:17:30.894 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T15:17:30.898 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T15:17:30.898 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T15:17:30.914 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T15:17:30.926 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2024-04-02T15:17:30.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: ntpd: command not found 2024-04-02T15:17:30.940 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2024-04-02T15:17:30.941 INFO:teuthology.orchestra.run.smithi104.stdout:506 Cannot talk to daemon 2024-04-02T15:17:30.943 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2024-04-02T15:17:30.957 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2024-04-02T15:17:30.957 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T15:17:30.957 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T15:17:30.974 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T15:17:30.974 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T15:17:30.974 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T15:17:30.990 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T15:17:31.027 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.029 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.035 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:17:31.036 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:17:31.037 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-04-02T15:17:31.037 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.037 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.037 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.037 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.043 INFO:teuthology.orchestra.run.smithi188.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:17:31.045 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:17:31.045 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-04-02T15:17:31.045 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.045 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.045 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.046 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:17:31.046 INFO:teuthology.run_tasks:Running task pexec... 2024-04-02T15:17:31.057 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-02T15:17:31.057 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi069.front.sepia.ceph.com 2024-04-02T15:17:31.057 DEBUG:teuthology.orchestra.run.smithi069:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T15:17:31.058 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi104.front.sepia.ceph.com 2024-04-02T15:17:31.058 DEBUG:teuthology.orchestra.run.smithi104:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T15:17:31.058 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2024-04-02T15:17:31.058 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T15:17:31.648 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:01 ago on Tue 02 Apr 2024 03:16:30 PM UTC. 2024-04-02T15:17:31.657 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:59 ago on Tue 02 Apr 2024 03:16:32 PM UTC. 2024-04-02T15:17:31.668 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:53 ago on Tue 02 Apr 2024 03:16:38 PM UTC. 2024-04-02T15:17:31.795 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:17:31.804 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:17:31.806 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:17:31.807 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 3.1 M 2024-04-02T15:17:31.807 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 9.8 M 2024-04-02T15:17:31.807 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:17:31.813 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:17:31.813 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-02T15:17:31.813 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:17:31.813 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 3.1 M 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 9.8 M 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:17:31.814 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:17:31.815 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:17:31.815 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-04-02T15:17:31.815 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:17:31.816 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 3.1 M 2024-04-02T15:17:31.817 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 9.8 M 2024-04-02T15:17:31.817 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:17:32.140 INFO:teuthology.orchestra.run.smithi069.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-02T15:17:32.140 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:17:32.140 INFO:teuthology.orchestra.run.smithi069.stdout:Total 9.6 MB/s | 3.1 MB 00:00 2024-04-02T15:17:32.150 INFO:teuthology.orchestra.run.smithi188.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-02T15:17:32.151 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:17:32.151 INFO:teuthology.orchestra.run.smithi188.stdout:Total 9.4 MB/s | 3.1 MB 00:00 2024-04-02T15:17:32.175 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:17:32.181 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:17:32.181 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:17:32.187 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:17:32.194 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:17:32.194 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:17:32.261 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:17:32.262 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:17:32.274 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:17:32.274 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:17:32.468 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:17:32.501 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:17:32.559 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:32.595 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:33.160 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:33.160 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:17:33.436 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:17:33.481 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:33.481 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:17:33.482 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:17:33.482 INFO:teuthology.orchestra.run.smithi069.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T15:17:33.482 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:17:33.482 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:17:33.671 DEBUG:teuthology.parallel:result is None 2024-04-02T15:17:33.723 DEBUG:teuthology.parallel:result is None 2024-04-02T15:17:36.559 INFO:teuthology.orchestra.run.smithi104.stdout:runc-1.1.12-2.el9.x86_64.rpm 712 kB/s | 3.1 MB 00:04 2024-04-02T15:17:36.559 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:17:36.560 INFO:teuthology.orchestra.run.smithi104.stdout:Total 674 kB/s | 3.1 MB 00:04 2024-04-02T15:17:36.597 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:17:36.603 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:17:36.604 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:17:36.687 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:17:36.687 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:17:36.907 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:17:37.004 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:37.506 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:37.785 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:17:37.785 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:17:37.786 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:17:37.786 INFO:teuthology.orchestra.run.smithi104.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T15:17:37.786 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:17:37.786 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:17:38.032 DEBUG:teuthology.parallel:result is None 2024-04-02T15:17:38.032 INFO:teuthology.run_tasks:Running task install... 2024-04-02T15:17:38.043 DEBUG:teuthology.task.install:project ceph 2024-04-02T15:17:38.043 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'}} 2024-04-02T15:17:38.043 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:17:38.043 INFO:teuthology.task.install:Using flavor: default 2024-04-02T15:17:38.052 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-02T15:17:38.052 INFO:teuthology.task.install:extra packages: [] 2024-04-02T15:17:38.052 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T15:17:38.053 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:17:38.055 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T15:17:38.055 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:17:38.056 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': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'tag': None, 'wait_for_package': False} 2024-04-02T15:17:38.056 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:17:38.286 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T15:17:38.286 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T15:17:38.298 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T15:17:38.298 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T15:17:38.307 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/ 2024-04-02T15:17:38.307 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2592.g3f3f3ed9 2024-04-02T15:17:38.572 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T15:17:38.572 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:17:38.572 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T15:17:38.606 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-02T15:17:38.607 DEBUG:teuthology.orchestra.run.smithi188:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T15:17:38.652 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T15:17:38.653 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:17:38.653 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T15:17:38.663 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-02T15:17:38.663 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:17:38.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-02T15:17:38.678 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:17:38.685 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-02T15:17:38.686 DEBUG:teuthology.orchestra.run.smithi069:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T15:17:38.695 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-02T15:17:38.695 DEBUG:teuthology.orchestra.run.smithi104:> 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/3f3f3ed992429b85be729743ad3b39d52dd90744/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-02T15:17:38.757 DEBUG:teuthology.orchestra.run.smithi069:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-02T15:17:38.762 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:17:38.764 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:17:38.830 INFO:teuthology.orchestra.run.smithi188.stdout:check_obsoletes = 1 2024-04-02T15:17:38.833 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum clean all 2024-04-02T15:17:38.839 DEBUG:teuthology.orchestra.run.smithi069:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-02T15:17:38.844 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:17:38.907 INFO:teuthology.orchestra.run.smithi069.stdout:check_obsoletes = 1 2024-04-02T15:17:38.909 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum clean all 2024-04-02T15:17:38.911 INFO:teuthology.orchestra.run.smithi104.stdout:check_obsoletes = 1 2024-04-02T15:17:38.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum clean all 2024-04-02T15:17:39.092 INFO:teuthology.orchestra.run.smithi188.stdout:74 files removed 2024-04-02T15:17:39.119 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-radosgw 2024-04-02T15:17:39.155 INFO:teuthology.orchestra.run.smithi069.stdout:74 files removed 2024-04-02T15:17:39.157 INFO:teuthology.orchestra.run.smithi104.stdout:74 files removed 2024-04-02T15:17:39.183 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-radosgw 2024-04-02T15:17:39.184 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-radosgw 2024-04-02T15:17:39.763 INFO:teuthology.orchestra.run.smithi188.stdout:ceph packages for x86_64 244 kB/s | 83 kB 00:00 2024-04-02T15:17:39.833 INFO:teuthology.orchestra.run.smithi104.stdout:ceph packages for x86_64 243 kB/s | 83 kB 00:00 2024-04-02T15:17:39.944 INFO:teuthology.orchestra.run.smithi069.stdout:ceph packages for x86_64 181 kB/s | 83 kB 00:00 2024-04-02T15:17:40.138 INFO:teuthology.orchestra.run.smithi188.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-04-02T15:17:40.217 INFO:teuthology.orchestra.run.smithi104.stdout:ceph noarch packages 35 kB/s | 12 kB 00:00 2024-04-02T15:17:40.311 INFO:teuthology.orchestra.run.smithi069.stdout:ceph noarch packages 37 kB/s | 12 kB 00:00 2024-04-02T15:17:40.481 INFO:teuthology.orchestra.run.smithi188.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-04-02T15:17:40.626 INFO:teuthology.orchestra.run.smithi104.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-04-02T15:17:40.670 INFO:teuthology.orchestra.run.smithi069.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-04-02T15:17:41.087 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - AppStream 16 MB/s | 6.7 MB 00:00 2024-04-02T15:17:41.144 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-02T15:17:41.256 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-02T15:17:42.487 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-04-02T15:17:42.675 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS-9 - BaseOS 4.8 MB/s | 2.0 MB 00:00 2024-04-02T15:17:42.789 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-04-02T15:17:43.749 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-02T15:17:44.072 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 8.4 MB/s | 8.0 MB 00:00 2024-04-02T15:17:45.759 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-02T15:17:46.223 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-02T15:17:50.984 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.1 MB 00:01 2024-04-02T15:17:51.449 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.1 MB 00:01 2024-04-02T15:17:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 933 kB/s | 8.0 MB 00:08 2024-04-02T15:17:52.626 INFO:teuthology.orchestra.run.smithi188.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-04-02T15:17:53.302 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-02T15:17:53.830 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-02T15:17:54.361 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-02T15:17:55.809 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-04-02T15:17:58.827 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-02T15:17:59.362 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-02T15:17:59.936 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.1 MB 00:00 2024-04-02T15:18:01.399 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout:Upgrading: 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:18:01.402 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: boost-program-options 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T15:18:01.403 INFO:teuthology.orchestra.run.smithi188.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T15:18:01.404 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout:Installing weak dependencies: 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:01.405 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:18:01.406 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:01.406 INFO:teuthology.orchestra.run.smithi188.stdout:Install 30 Packages 2024-04-02T15:18:01.406 INFO:teuthology.orchestra.run.smithi188.stdout:Upgrade 2 Packages 2024-04-02T15:18:01.406 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:01.406 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 59 M 2024-04-02T15:18:01.407 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:18:01.528 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-02T15:18:01.973 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrading: 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T15:18:01.976 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T15:18:01.977 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout:Installing weak dependencies: 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T15:18:01.978 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:Install 30 Packages 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrade 2 Packages 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 59 M 2024-04-02T15:18:01.979 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:18:02.094 INFO:teuthology.orchestra.run.smithi188.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 10 MB/s | 5.4 MB 00:00 2024-04-02T15:18:02.136 INFO:teuthology.orchestra.run.smithi188.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 604 kB/s | 25 kB 00:00 2024-04-02T15:18:02.212 INFO:teuthology.orchestra.run.smithi188.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 9.7 MB/s | 746 kB 00:00 2024-04-02T15:18:02.270 INFO:teuthology.orchestra.run.smithi188.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 8.4 MB/s | 500 kB 00:00 2024-04-02T15:18:02.571 INFO:teuthology.orchestra.run.smithi188.stdout:(5/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_6 17 MB/s | 5.1 MB 00:00 2024-04-02T15:18:02.613 INFO:teuthology.orchestra.run.smithi188.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 1.1 MB/s | 45 kB 00:00 2024-04-02T15:18:02.663 INFO:teuthology.orchestra.run.smithi188.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.6 MB/s | 134 kB 00:00 2024-04-02T15:18:02.730 INFO:teuthology.orchestra.run.smithi188.stdout:(8/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 2.4 MB/s | 161 kB 00:00 2024-04-02T15:18:02.822 INFO:teuthology.orchestra.run.smithi188.stdout:(9/32): python3-rados-19.0.0-2592.g3f3f3ed9.el9 3.4 MB/s | 321 kB 00:00 2024-04-02T15:18:02.930 INFO:teuthology.orchestra.run.smithi188.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 2.7 MB/s | 299 kB 00:00 2024-04-02T15:18:03.014 INFO:teuthology.orchestra.run.smithi188.stdout:(11/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 1.2 MB/s | 99 kB 00:00 2024-04-02T15:18:03.114 INFO:teuthology.orchestra.run.smithi188.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-02T15:18:03.164 INFO:teuthology.orchestra.run.smithi188.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.1 MB/s | 159 kB 00:00 2024-04-02T15:18:03.198 INFO:teuthology.orchestra.run.smithi188.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-04-02T15:18:03.265 INFO:teuthology.orchestra.run.smithi188.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-04-02T15:18:03.279 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-02T15:18:03.307 INFO:teuthology.orchestra.run.smithi188.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.6 MB/s | 282 kB 00:00 2024-04-02T15:18:03.340 INFO:teuthology.orchestra.run.smithi188.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 41 kB 00:00 2024-04-02T15:18:03.379 INFO:teuthology.orchestra.run.smithi069.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 4.5 MB/s | 5.4 MB 00:01 2024-04-02T15:18:03.382 INFO:teuthology.orchestra.run.smithi188.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 220 kB 00:00 2024-04-02T15:18:03.416 INFO:teuthology.orchestra.run.smithi188.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 1.0 MB/s | 35 kB 00:00 2024-04-02T15:18:03.449 INFO:teuthology.orchestra.run.smithi188.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-02T15:18:03.471 INFO:teuthology.orchestra.run.smithi069.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 275 kB/s | 25 kB 00:00 2024-04-02T15:18:03.646 INFO:teuthology.orchestra.run.smithi069.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 4.2 MB/s | 746 kB 00:00 2024-04-02T15:18:03.763 INFO:teuthology.orchestra.run.smithi069.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 4.2 MB/s | 500 kB 00:00 2024-04-02T15:18:04.066 INFO:teuthology.orchestra.run.smithi188.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 501 kB/s | 309 kB 00:00 2024-04-02T15:18:04.589 INFO:teuthology.orchestra.run.smithi069.stdout:(5/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_6 6.2 MB/s | 5.1 MB 00:00 2024-04-02T15:18:04.672 INFO:teuthology.orchestra.run.smithi069.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 543 kB/s | 45 kB 00:00 2024-04-02T15:18:04.716 INFO:teuthology.orchestra.run.smithi188.stdout:(22/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9 3.1 MB/s | 9.8 MB 00:03 2024-04-02T15:18:04.764 INFO:teuthology.orchestra.run.smithi069.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 1.4 MB/s | 134 kB 00:00 2024-04-02T15:18:04.864 INFO:teuthology.orchestra.run.smithi069.stdout:(8/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 1.6 MB/s | 161 kB 00:00 2024-04-02T15:18:04.981 INFO:teuthology.orchestra.run.smithi069.stdout:(9/32): python3-rados-19.0.0-2592.g3f3f3ed9.el9 2.7 MB/s | 321 kB 00:00 2024-04-02T15:18:05.081 INFO:teuthology.orchestra.run.smithi069.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 2.9 MB/s | 299 kB 00:00 2024-04-02T15:18:05.159 INFO:teuthology.orchestra.run.smithi188.stdout:(23/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.0 MB/s | 4.4 MB 00:01 2024-04-02T15:18:05.200 INFO:teuthology.orchestra.run.smithi069.stdout:(11/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 851 kB/s | 99 kB 00:00 2024-04-02T15:18:05.392 INFO:teuthology.orchestra.run.smithi188.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 208 kB/s | 49 kB 00:00 2024-04-02T15:18:05.440 INFO:teuthology.orchestra.run.smithi069.stdout:(12/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9. 6.4 MB/s | 21 MB 00:03 2024-04-02T15:18:05.476 INFO:teuthology.orchestra.run.smithi188.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 34 kB/s | 26 kB 00:00 2024-04-02T15:18:05.499 INFO:teuthology.orchestra.run.smithi069.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 352 kB/s | 106 kB 00:00 2024-04-02T15:18:05.524 INFO:teuthology.orchestra.run.smithi069.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-04-02T15:18:05.549 INFO:teuthology.orchestra.run.smithi069.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 886 kB/s | 44 kB 00:00 2024-04-02T15:18:05.599 INFO:teuthology.orchestra.run.smithi069.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-04-02T15:18:05.624 INFO:teuthology.orchestra.run.smithi069.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-04-02T15:18:05.667 INFO:teuthology.orchestra.run.smithi069.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 617 kB/s | 41 kB 00:00 2024-04-02T15:18:05.692 INFO:teuthology.orchestra.run.smithi069.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 220 kB 00:00 2024-04-02T15:18:05.717 INFO:teuthology.orchestra.run.smithi069.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 699 kB/s | 35 kB 00:00 2024-04-02T15:18:05.743 INFO:teuthology.orchestra.run.smithi069.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 922 kB/s | 46 kB 00:00 2024-04-02T15:18:05.751 INFO:teuthology.orchestra.run.smithi188.stdout:(26/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9. 4.9 MB/s | 21 MB 00:04 2024-04-02T15:18:05.801 INFO:teuthology.orchestra.run.smithi188.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 165 kB/s | 67 kB 00:00 2024-04-02T15:18:06.009 INFO:teuthology.orchestra.run.smithi069.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-04-02T15:18:06.068 INFO:teuthology.orchestra.run.smithi069.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 444 kB/s | 26 kB 00:00 2024-04-02T15:18:06.135 INFO:teuthology.orchestra.run.smithi069.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 730 kB/s | 49 kB 00:00 2024-04-02T15:18:06.218 INFO:teuthology.orchestra.run.smithi188.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.1 MB/s | 838 kB 00:00 2024-04-02T15:18:06.235 INFO:teuthology.orchestra.run.smithi069.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.0 MB/s | 4.4 MB 00:00 2024-04-02T15:18:06.252 INFO:teuthology.orchestra.run.smithi069.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 577 kB/s | 67 kB 00:00 2024-04-02T15:18:06.319 INFO:teuthology.orchestra.run.smithi069.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-02T15:18:06.436 INFO:teuthology.orchestra.run.smithi069.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-04-02T15:18:06.470 INFO:teuthology.orchestra.run.smithi069.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 838 kB 00:00 2024-04-02T15:18:06.685 INFO:teuthology.orchestra.run.smithi188.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 205 kB/s | 192 kB 00:00 2024-04-02T15:18:06.718 INFO:teuthology.orchestra.run.smithi188.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 1.7 MB/s | 1.6 MB 00:00 2024-04-02T15:18:07.010 INFO:teuthology.orchestra.run.smithi188.stdout:(31/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 4.3 MB/s | 3.4 MB 00:00 2024-04-02T15:18:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:(30/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 3.2 MB/s | 3.4 MB 00:01 2024-04-02T15:18:07.502 INFO:teuthology.orchestra.run.smithi188.stdout:(32/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.8 MB/s | 3.1 MB 00:00 2024-04-02T15:18:07.505 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:07.506 INFO:teuthology.orchestra.run.smithi188.stdout:Total 9.6 MB/s | 59 MB 00:06 2024-04-02T15:18:07.506 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:18:07.543 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:18:07.547 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:18:07.553 INFO:teuthology.orchestra.run.smithi069.stdout:(31/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.9 MB/s | 3.1 MB 00:01 2024-04-02T15:18:08.011 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:18:08.012 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:18:08.020 INFO:teuthology.orchestra.run.smithi069.stdout:(32/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9 1.7 MB/s | 9.8 MB 00:05 2024-04-02T15:18:08.023 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:08.024 INFO:teuthology.orchestra.run.smithi069.stdout:Total 9.7 MB/s | 59 MB 00:06 2024-04-02T15:18:08.024 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:18:08.061 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:18:08.061 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:18:08.221 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-02T15:18:08.543 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:18:08.544 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:18:09.438 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:18:09.540 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T15:18:09.590 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T15:18:09.615 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T15:18:09.638 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:09.654 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:09.804 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:09.866 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:09.982 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:18:10.080 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T15:18:10.108 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T15:18:10.133 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T15:18:10.156 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:10.171 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:10.199 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T15:18:10.259 INFO:teuthology.orchestra.run.smithi188.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:10.316 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:10.351 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:10.377 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:10.440 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T15:18:10.468 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:10.531 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:10.560 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T15:18:10.604 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T15:18:10.673 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:10.695 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:10.742 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:10.769 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T15:18:10.777 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T15:18:10.810 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:10.830 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 9.8 M 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrading: 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout: librados2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.4 M 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:18:10.833 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.4 M 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 21 M 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 25 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 746 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 500 k 2024-04-02T15:18:10.834 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2 x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 5.1 M 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 45 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 134 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 161 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 321 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 299 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 99 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-02T15:18:10.835 INFO:teuthology.orchestra.run.smithi104.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-02T15:18:10.836 INFO:teuthology.orchestra.run.smithi104.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-02T15:18:10.836 INFO:teuthology.orchestra.run.smithi104.stdout:Installing weak dependencies: 2024-04-02T15:18:10.836 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-02T15:18:10.836 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:10.836 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:18:10.837 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:10.837 INFO:teuthology.orchestra.run.smithi104.stdout:Install 30 Packages 2024-04-02T15:18:10.837 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrade 2 Packages 2024-04-02T15:18:10.837 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:10.837 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 59 M 2024-04-02T15:18:10.838 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:18:10.887 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T15:18:10.909 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:10.920 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T15:18:10.960 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T15:18:11.000 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T15:18:11.001 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T15:18:11.029 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:11.030 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T15:18:11.063 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T15:18:11.091 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:11.120 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T15:18:11.156 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T15:18:11.218 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:11.240 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:11.285 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:11.321 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T15:18:11.385 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T15:18:11.409 INFO:teuthology.orchestra.run.smithi188.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:11.430 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T15:18:11.471 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T15:18:11.498 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:11.513 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T15:18:11.530 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T15:18:11.553 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T15:18:11.575 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T15:18:11.582 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T15:18:11.615 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T15:18:11.933 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T15:18:11.961 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:12.034 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T15:18:12.050 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:12.062 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:12.074 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T15:18:12.107 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T15:18:12.115 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:12.183 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T15:18:12.214 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T15:18:12.554 INFO:teuthology.orchestra.run.smithi104.stdout:(1/32): ceph-base-19.0.0-2592.g3f3f3ed9.el9.x86 3.5 MB/s | 5.4 MB 00:01 2024-04-02T15:18:12.568 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T15:18:12.596 INFO:teuthology.orchestra.run.smithi104.stdout:(2/32): ceph-selinux-19.0.0-2592.g3f3f3ed9.el9. 605 kB/s | 25 kB 00:00 2024-04-02T15:18:12.597 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:12.670 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:12.722 INFO:teuthology.orchestra.run.smithi104.stdout:(3/32): libcephfs2-19.0.0-2592.g3f3f3ed9.el9.x8 5.8 MB/s | 746 kB 00:00 2024-04-02T15:18:12.735 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T15:18:12.765 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T15:18:12.822 INFO:teuthology.orchestra.run.smithi104.stdout:(4/32): libradosstriper1-19.0.0-2592.g3f3f3ed9. 4.9 MB/s | 500 kB 00:00 2024-04-02T15:18:12.972 INFO:teuthology.orchestra.run.smithi104.stdout:(5/32): ceph-radosgw-19.0.0-2592.g3f3f3ed9.el9. 5.0 MB/s | 9.8 MB 00:01 2024-04-02T15:18:13.031 INFO:teuthology.orchestra.run.smithi104.stdout:(6/32): python3-ceph-argparse-19.0.0-2592.g3f3f 776 kB/s | 45 kB 00:00 2024-04-02T15:18:13.089 INFO:teuthology.orchestra.run.smithi104.stdout:(7/32): python3-ceph-common-19.0.0-2592.g3f3f3e 2.3 MB/s | 134 kB 00:00 2024-04-02T15:18:13.148 INFO:teuthology.orchestra.run.smithi104.stdout:(8/32): python3-cephfs-19.0.0-2592.g3f3f3ed9.el 2.7 MB/s | 161 kB 00:00 2024-04-02T15:18:13.215 INFO:teuthology.orchestra.run.smithi104.stdout:(9/32): python3-rados-19.0.0-2592.g3f3f3ed9.el9 4.7 MB/s | 321 kB 00:00 2024-04-02T15:18:13.290 INFO:teuthology.orchestra.run.smithi104.stdout:(10/32): python3-rbd-19.0.0-2592.g3f3f3ed9.el9. 3.9 MB/s | 299 kB 00:00 2024-04-02T15:18:13.365 INFO:teuthology.orchestra.run.smithi104.stdout:(11/32): librgw2-19.0.0-2592.g3f3f3ed9.el9.x86_ 9.5 MB/s | 5.1 MB 00:00 2024-04-02T15:18:13.391 INFO:teuthology.orchestra.run.smithi104.stdout:(12/32): python3-rgw-19.0.0-2592.g3f3f3ed9.el9. 989 kB/s | 99 kB 00:00 2024-04-02T15:18:13.583 INFO:teuthology.orchestra.run.smithi104.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 487 kB/s | 106 kB 00:00 2024-04-02T15:18:13.608 INFO:teuthology.orchestra.run.smithi104.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 822 kB/s | 159 kB 00:00 2024-04-02T15:18:13.625 INFO:teuthology.orchestra.run.smithi104.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-02T15:18:13.675 INFO:teuthology.orchestra.run.smithi104.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-04-02T15:18:13.701 INFO:teuthology.orchestra.run.smithi104.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-04-02T15:18:13.717 INFO:teuthology.orchestra.run.smithi104.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 995 kB/s | 41 kB 00:00 2024-04-02T15:18:13.743 INFO:teuthology.orchestra.run.smithi104.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 220 kB 00:00 2024-04-02T15:18:13.760 INFO:teuthology.orchestra.run.smithi104.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 834 kB/s | 35 kB 00:00 2024-04-02T15:18:13.777 INFO:teuthology.orchestra.run.smithi104.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-02T15:18:14.161 INFO:teuthology.orchestra.run.smithi104.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 772 kB/s | 309 kB 00:00 2024-04-02T15:18:14.227 INFO:teuthology.orchestra.run.smithi104.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 391 kB/s | 26 kB 00:00 2024-04-02T15:18:14.286 INFO:teuthology.orchestra.run.smithi104.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 830 kB/s | 49 kB 00:00 2024-04-02T15:18:14.406 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:14.460 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:14.486 INFO:teuthology.orchestra.run.smithi104.stdout:(25/32): ceph-common-19.0.0-2592.g3f3f3ed9.el9. 5.9 MB/s | 21 MB 00:03 2024-04-02T15:18:14.503 INFO:teuthology.orchestra.run.smithi104.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 311 kB/s | 67 kB 00:00 2024-04-02T15:18:14.578 INFO:teuthology.orchestra.run.smithi104.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.5 MB/s | 4.4 MB 00:00 2024-04-02T15:18:14.620 INFO:teuthology.orchestra.run.smithi104.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-02T15:18:14.729 INFO:teuthology.orchestra.run.smithi104.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-04-02T15:18:15.001 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:15.020 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:15.046 INFO:teuthology.orchestra.run.smithi104.stdout:(30/32): librados2-19.0.0-2592.g3f3f3ed9.el9.x8 8.0 MB/s | 3.4 MB 00:00 2024-04-02T15:18:15.053 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:15.057 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:15.071 INFO:teuthology.orchestra.run.smithi104.stdout:(31/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-04-02T15:18:15.130 INFO:teuthology.orchestra.run.smithi104.stdout:(32/32): librbd1-19.0.0-2592.g3f3f3ed9.el9.x86_ 7.9 MB/s | 3.1 MB 00:00 2024-04-02T15:18:15.136 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:15.136 INFO:teuthology.orchestra.run.smithi104.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-02T15:18:15.136 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:18:15.164 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:15.164 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T15:18:15.164 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T15:18:15.164 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:15.170 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:18:15.170 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:18:15.198 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:15.605 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:15.648 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:18:15.648 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:18:15.649 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:15.741 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:15.741 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T15:18:15.741 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T15:18:15.741 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:15.775 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:17.091 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:18:17.180 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-02T15:18:17.209 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-02T15:18:17.243 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-02T15:18:17.291 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:17.307 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-02T15:18:17.458 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:17.512 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-02T15:18:17.835 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-02T15:18:17.894 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:17.983 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:18.073 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 8/34 2024-04-02T15:18:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:18.149 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 9/34 2024-04-02T15:18:18.178 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-02T15:18:18.222 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 11/34 2024-04-02T15:18:18.290 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:18.314 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:18.361 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 13/34 2024-04-02T15:18:18.396 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-02T15:18:18.503 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-02T15:18:18.540 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-02T15:18:18.581 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-02T15:18:18.612 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-02T15:18:18.641 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-02T15:18:18.682 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-02T15:18:19.006 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-02T15:18:19.037 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:19.126 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 22/34 2024-04-02T15:18:19.158 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 23/34 2024-04-02T15:18:19.197 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-02T15:18:19.655 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-02T15:18:19.681 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:19.743 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 26/34 2024-04-02T15:18:19.812 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 27/34 2024-04-02T15:18:19.842 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 28/34 2024-04-02T15:18:22.115 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:22.154 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:22.710 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 29/34 2024-04-02T15:18:22.750 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:22.842 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 30/34 2024-04-02T15:18:22.842 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-02T15:18:22.842 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-02T15:18:22.842 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:22.884 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:24.812 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:24.812 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /sys 2024-04-02T15:18:24.812 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /proc 2024-04-02T15:18:24.812 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /mnt 2024-04-02T15:18:24.812 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /var/tmp 2024-04-02T15:18:24.813 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /home 2024-04-02T15:18:24.813 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /root 2024-04-02T15:18:24.813 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /tmp 2024-04-02T15:18:24.813 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /sys 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /proc 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /mnt 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /var/tmp 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /home 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /root 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /tmp 2024-04-02T15:18:25.380 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:25.751 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:25.776 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:25.778 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:25.854 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:25.854 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:26.308 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:26.332 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:26.334 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:26.410 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:26.411 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:26.982 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:26.982 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T15:18:26.982 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T15:18:26.982 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T15:18:26.983 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T15:18:26.984 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T15:18:26.985 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T15:18:26.985 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:26.985 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T15:18:26.985 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T15:18:27.581 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:27.581 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T15:18:27.581 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T15:18:27.581 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T15:18:27.581 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T15:18:27.582 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:27.583 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T15:18:27.584 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout:Upgraded: 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.035 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T15:18:28.036 INFO:teuthology.orchestra.run.smithi188.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T15:18:28.037 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:28.038 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:18:28.333 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-test 2024-04-02T15:18:28.700 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout:Upgraded: 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T15:18:28.701 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.702 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:28.703 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:18:28.888 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:30 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T15:18:29.042 INFO:teuthology.orchestra.run.smithi188.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout:Install 6 Packages 2024-04-02T15:18:29.043 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:29.044 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 49 M 2024-04-02T15:18:29.044 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 206 M 2024-04-02T15:18:29.044 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:18:29.083 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-test 2024-04-02T15:18:29.284 INFO:teuthology.orchestra.run.smithi188.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-04-02T15:18:29.334 INFO:teuthology.orchestra.run.smithi188.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-02T15:18:29.368 INFO:teuthology.orchestra.run.smithi188.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-02T15:18:29.393 INFO:teuthology.orchestra.run.smithi188.stdout:(4/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 579 kB/s | 163 kB 00:00 2024-04-02T15:18:29.527 INFO:teuthology.orchestra.run.smithi188.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-02T15:18:29.646 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:30 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:18:29.797 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T15:18:29.798 INFO:teuthology.orchestra.run.smithi069.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout:Install 6 Packages 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:29.799 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 49 M 2024-04-02T15:18:29.800 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 206 M 2024-04-02T15:18:29.800 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:18:30.255 INFO:teuthology.orchestra.run.smithi069.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-04-02T15:18:30.331 INFO:teuthology.orchestra.run.smithi069.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.0 MB/s | 300 kB 00:00 2024-04-02T15:18:30.365 INFO:teuthology.orchestra.run.smithi069.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-02T15:18:30.539 INFO:teuthology.orchestra.run.smithi069.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-04-02T15:18:30.665 INFO:teuthology.orchestra.run.smithi069.stdout:(5/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 274 kB/s | 163 kB 00:00 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /sys 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /proc 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /mnt 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /var/tmp 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /home 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /root 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /tmp 2024-04-02T15:18:32.619 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/34 2024-04-02T15:18:33.535 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:33.535 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-02T15:18:33.535 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:33.536 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-02T15:18:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-02T15:18:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:34.198 INFO:teuthology.orchestra.run.smithi069.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 12 MB/s | 48 MB 00:04 2024-04-02T15:18:34.201 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:34.201 INFO:teuthology.orchestra.run.smithi069.stdout:Total 11 MB/s | 49 MB 00:04 2024-04-02T15:18:34.217 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:18:34.238 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:18:34.238 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:18:34.622 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:18:34.622 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_6 6/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 7/34 2024-04-02T15:18:34.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9. 8/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x8 9/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 10/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 11/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 12/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 13/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-02T15:18:34.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-02T15:18:34.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-02T15:18:34.718 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 31/34 2024-04-02T15:18:34.718 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-02T15:18:34.718 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/34 2024-04-02T15:18:35.198 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:18:35.266 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T15:18:35.302 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T15:18:35.343 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:35.381 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T15:18:35.409 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-02T15:18:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:35.769 INFO:teuthology.orchestra.run.smithi104.stdout:Upgraded: 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-02T15:18:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: re2-1:20211101-3.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:35.772 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:18:36.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-test 2024-04-02T15:18:36.665 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:28 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:18:36.813 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 48 M 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 163 k 2024-04-02T15:18:36.814 INFO:teuthology.orchestra.run.smithi104.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:36.815 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 49 M 2024-04-02T15:18:36.816 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 206 M 2024-04-02T15:18:36.816 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:18:37.266 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-04-02T15:18:37.316 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-04-02T15:18:37.350 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-02T15:18:37.475 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): libcephsqlite-19.0.0-2592.g3f3f3ed9.el9. 414 kB/s | 163 kB 00:00 2024-04-02T15:18:37.601 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 747 kB/s | 187 kB 00:00 2024-04-02T15:18:39.916 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:39.992 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:40.634 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 13 MB/s | 48 MB 00:03 2024-04-02T15:18:40.637 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:40.637 INFO:teuthology.orchestra.run.smithi104.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-02T15:18:40.652 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:18:40.673 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:18:40.673 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:18:41.055 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:18:41.055 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:18:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:18:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T15:18:41.751 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T15:18:41.791 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:41.833 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T15:18:41.862 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:41.867 INFO:teuthology.orchestra.run.smithi188.stdout:(6/6): ceph-test-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.7 MB/s | 48 MB 00:12 2024-04-02T15:18:41.869 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:41.870 INFO:teuthology.orchestra.run.smithi188.stdout:Total 3.8 MB/s | 49 MB 00:12 2024-04-02T15:18:41.884 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:18:41.903 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:18:41.903 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:18:42.280 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:18:42.280 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T15:18:42.545 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T15:18:42.845 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:18:42.917 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-02T15:18:42.958 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: jq-1.6-16.el9.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:42.959 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:18:42.960 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-02T15:18:43.000 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:43.042 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-02T15:18:43.070 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:43.180 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph 2024-04-02T15:18:43.743 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:44 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:18:43.898 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout:========================================================================================= 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout:========================================================================================= 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T15:18:43.900 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T15:18:43.901 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T15:18:43.902 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:43.903 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:18:43.904 INFO:teuthology.orchestra.run.smithi069.stdout:========================================================================================= 2024-04-02T15:18:43.904 INFO:teuthology.orchestra.run.smithi069.stdout:Install 36 Packages 2024-04-02T15:18:43.904 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:43.904 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 30 M 2024-04-02T15:18:43.905 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 108 M 2024-04-02T15:18:43.905 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:18:44.508 INFO:teuthology.orchestra.run.smithi069.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 17 kB/s | 6.6 kB 00:00 2024-04-02T15:18:45.267 INFO:teuthology.orchestra.run.smithi069.stdout:(2/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-02T15:18:45.634 INFO:teuthology.orchestra.run.smithi069.stdout:(3/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.6 MB/s | 2.4 MB 00:01 2024-04-02T15:18:45.742 INFO:teuthology.orchestra.run.smithi069.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 2.2 MB/s | 249 kB 00:00 2024-04-02T15:18:45.959 INFO:teuthology.orchestra.run.smithi069.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 863 kB/s | 187 kB 00:00 2024-04-02T15:18:46.043 INFO:teuthology.orchestra.run.smithi069.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 144 kB 00:00 2024-04-02T15:18:46.096 INFO:teuthology.orchestra.run.smithi069.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 603 kB/s | 32 kB 00:00 2024-04-02T15:18:46.137 INFO:teuthology.orchestra.run.smithi069.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-04-02T15:18:46.213 INFO:teuthology.orchestra.run.smithi069.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 508 kB/s | 39 kB 00:00 2024-04-02T15:18:46.288 INFO:teuthology.orchestra.run.smithi069.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.2 MB/s | 241 kB 00:00 2024-04-02T15:18:46.321 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:46.393 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:46.413 INFO:teuthology.orchestra.run.smithi069.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 9.1 MB/s | 1.1 MB 00:00 2024-04-02T15:18:46.447 INFO:teuthology.orchestra.run.smithi069.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-04-02T15:18:46.480 INFO:teuthology.orchestra.run.smithi069.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-02T15:18:46.522 INFO:teuthology.orchestra.run.smithi069.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-04-02T15:18:46.689 INFO:teuthology.orchestra.run.smithi069.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 749 kB/s | 125 kB 00:00 2024-04-02T15:18:47.223 INFO:teuthology.orchestra.run.smithi069.stdout:(16/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 8.6 MB/s | 17 MB 00:01 2024-04-02T15:18:47.490 INFO:teuthology.orchestra.run.smithi069.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 28 kB/s | 22 kB 00:00 2024-04-02T15:18:47.588 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/6 2024-04-02T15:18:47.672 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:47.748 INFO:teuthology.orchestra.run.smithi069.stdout:(18/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86 1.4 MB/s | 4.7 MB 00:03 2024-04-02T15:18:47.765 INFO:teuthology.orchestra.run.smithi069.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 279 kB/s | 151 kB 00:00 2024-04-02T15:18:47.890 INFO:teuthology.orchestra.run.smithi069.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 108 kB/s | 43 kB 00:00 2024-04-02T15:18:47.999 INFO:teuthology.orchestra.run.smithi069.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-02T15:18:48.024 INFO:teuthology.orchestra.run.smithi069.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-02T15:18:48.100 INFO:teuthology.orchestra.run.smithi069.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-02T15:18:48.117 INFO:teuthology.orchestra.run.smithi069.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 252 kB/s | 23 kB 00:00 2024-04-02T15:18:48.200 INFO:teuthology.orchestra.run.smithi069.stdout:(25/36): python3-jaraco-text-3.2.0-6.el9.noarch 236 kB/s | 20 kB 00:00 2024-04-02T15:18:48.225 INFO:teuthology.orchestra.run.smithi069.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-04-02T15:18:48.276 INFO:teuthology.orchestra.run.smithi069.stdout:(27/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 326 kB/s | 172 kB 00:00 2024-04-02T15:18:48.293 INFO:teuthology.orchestra.run.smithi069.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-04-02T15:18:48.393 INFO:teuthology.orchestra.run.smithi069.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-02T15:18:48.418 INFO:teuthology.orchestra.run.smithi069.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 409 kB/s | 79 kB 00:00 2024-04-02T15:18:48.460 INFO:teuthology.orchestra.run.smithi069.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-04-02T15:18:48.510 INFO:teuthology.orchestra.run.smithi069.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 767 kB/s | 90 kB 00:00 2024-04-02T15:18:48.527 INFO:teuthology.orchestra.run.smithi069.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-02T15:18:48.586 INFO:teuthology.orchestra.run.smithi069.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-02T15:18:48.619 INFO:teuthology.orchestra.run.smithi069.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-04-02T15:18:48.678 INFO:teuthology.orchestra.run.smithi069.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-04-02T15:18:48.685 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:48.685 INFO:teuthology.orchestra.run.smithi069.stdout:Total 6.3 MB/s | 30 MB 00:04 2024-04-02T15:18:48.690 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:48.691 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T15:18:48.691 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T15:18:48.691 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:48.691 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T15:18:48.691 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T15:18:48.710 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:18:48.752 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:18:48.753 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:18:49.185 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:18:49.186 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:18:49.204 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T15:18:49.204 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: jq-1.6-16.el9.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:49.205 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:18:49.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph 2024-04-02T15:18:49.998 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:42 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:18:50.151 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:18:50.154 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================= 2024-04-02T15:18:50.154 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:18:50.154 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================= 2024-04-02T15:18:50.154 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T15:18:50.155 INFO:teuthology.orchestra.run.smithi104.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T15:18:50.156 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T15:18:50.157 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================= 2024-04-02T15:18:50.158 INFO:teuthology.orchestra.run.smithi104.stdout:Install 36 Packages 2024-04-02T15:18:50.159 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:50.160 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 30 M 2024-04-02T15:18:50.160 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 108 M 2024-04-02T15:18:50.160 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:18:50.160 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 6/6 2024-04-02T15:18:50.160 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/6 2024-04-02T15:18:50.161 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/6 2024-04-02T15:18:50.161 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-02T15:18:50.161 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-02T15:18:50.161 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-02T15:18:50.509 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:18:50.572 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T15:18:50.606 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-test-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: jq-1.6-16.el9.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: libcephsqlite-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-02T15:18:50.617 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:50.618 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:18:50.633 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T15:18:50.707 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T15:18:50.749 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T15:18:50.781 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T15:18:50.795 INFO:teuthology.orchestra.run.smithi104.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-04-02T15:18:50.877 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph 2024-04-02T15:18:50.878 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T15:18:50.962 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T15:18:51.010 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T15:18:51.092 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T15:18:51.144 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T15:18:51.182 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T15:18:51.240 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T15:18:51.254 INFO:teuthology.orchestra.run.smithi104.stdout:(2/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-04-02T15:18:51.303 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T15:18:51.363 INFO:teuthology.orchestra.run.smithi104.stdout:(3/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.2 MB/s | 2.4 MB 00:00 2024-04-02T15:18:51.430 INFO:teuthology.orchestra.run.smithi104.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 3.7 MB/s | 249 kB 00:00 2024-04-02T15:18:51.444 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:53 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:18:51.497 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T15:18:51.553 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T15:18:51.557 INFO:teuthology.orchestra.run.smithi104.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-02T15:18:51.591 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T15:18:51.597 INFO:teuthology.orchestra.run.smithi104.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-02T15:18:51.606 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================= 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================= 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout: ceph x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 6.6 k 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mds x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 2.4 M 2024-04-02T15:18:51.609 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 1.5 M 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 249 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mon x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 4.7 M 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-osd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 17 M 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-02T15:18:51.610 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-02T15:18:51.611 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-02T15:18:51.612 INFO:teuthology.orchestra.run.smithi188.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================= 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout:Install 36 Packages 2024-04-02T15:18:51.613 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:18:51.614 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 30 M 2024-04-02T15:18:51.614 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 108 M 2024-04-02T15:18:51.614 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:18:51.622 INFO:teuthology.orchestra.run.smithi104.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-04-02T15:18:51.625 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T15:18:51.647 INFO:teuthology.orchestra.run.smithi104.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-04-02T15:18:51.655 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T15:18:51.706 INFO:teuthology.orchestra.run.smithi104.stdout:(9/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86_ 5.2 MB/s | 4.7 MB 00:00 2024-04-02T15:18:51.723 INFO:teuthology.orchestra.run.smithi104.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 513 kB/s | 39 kB 00:00 2024-04-02T15:18:51.736 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T15:18:51.757 INFO:teuthology.orchestra.run.smithi104.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-02T15:18:51.766 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:18:51.799 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T15:18:51.815 INFO:teuthology.orchestra.run.smithi104.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 12 MB/s | 1.1 MB 00:00 2024-04-02T15:18:51.840 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T15:18:51.841 INFO:teuthology.orchestra.run.smithi104.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-04-02T15:18:51.857 INFO:teuthology.orchestra.run.smithi104.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.9 MB/s | 124 kB 00:00 2024-04-02T15:18:51.882 INFO:teuthology.orchestra.run.smithi104.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-04-02T15:18:51.883 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T15:18:51.918 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T15:18:52.011 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T15:18:52.049 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T15:18:52.066 INFO:teuthology.orchestra.run.smithi104.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 600 kB/s | 125 kB 00:00 2024-04-02T15:18:52.108 INFO:teuthology.orchestra.run.smithi104.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 99 kB/s | 22 kB 00:00 2024-04-02T15:18:52.124 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T15:18:52.264 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T15:18:52.283 INFO:teuthology.orchestra.run.smithi104.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 697 kB/s | 151 kB 00:00 2024-04-02T15:18:52.317 INFO:teuthology.orchestra.run.smithi104.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 234 kB/s | 43 kB 00:00 2024-04-02T15:18:52.351 INFO:teuthology.orchestra.run.smithi104.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-04-02T15:18:52.393 INFO:teuthology.orchestra.run.smithi104.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-04-02T15:18:52.397 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:18:52.418 INFO:teuthology.orchestra.run.smithi104.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-04-02T15:18:52.443 INFO:teuthology.orchestra.run.smithi104.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-04-02T15:18:52.468 INFO:teuthology.orchestra.run.smithi104.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-04-02T15:18:52.494 INFO:teuthology.orchestra.run.smithi104.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-04-02T15:18:52.495 INFO:teuthology.orchestra.run.smithi188.stdout:(1/36): ceph-19.0.0-2592.g3f3f3ed9.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-04-02T15:18:52.519 INFO:teuthology.orchestra.run.smithi104.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-02T15:18:52.544 INFO:teuthology.orchestra.run.smithi104.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-04-02T15:18:52.565 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T15:18:52.569 INFO:teuthology.orchestra.run.smithi104.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-02T15:18:52.594 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:18:52.595 INFO:teuthology.orchestra.run.smithi104.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:18:52.619 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:52.620 INFO:teuthology.orchestra.run.smithi104.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 330 kB/s | 16 kB 00:00 2024-04-02T15:18:52.646 INFO:teuthology.orchestra.run.smithi104.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-02T15:18:52.662 INFO:teuthology.orchestra.run.smithi104.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 855 kB/s | 36 kB 00:00 2024-04-02T15:18:52.821 INFO:teuthology.orchestra.run.smithi104.stdout:(33/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 11 MB/s | 17 MB 00:01 2024-04-02T15:18:52.846 INFO:teuthology.orchestra.run.smithi104.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-04-02T15:18:52.945 INFO:teuthology.orchestra.run.smithi188.stdout:(2/36): ceph-mds-19.0.0-2592.g3f3f3ed9.el9.x86_ 3.4 MB/s | 2.4 MB 00:00 2024-04-02T15:18:53.047 INFO:teuthology.orchestra.run.smithi104.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.1 MB/s | 427 kB 00:00 2024-04-02T15:18:53.063 INFO:teuthology.orchestra.run.smithi104.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 83 kB/s | 20 kB 00:00 2024-04-02T15:18:53.069 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:53.069 INFO:teuthology.orchestra.run.smithi104.stdout:Total 10 MB/s | 30 MB 00:02 2024-04-02T15:18:53.092 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:18:53.132 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:18:53.132 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:18:53.295 INFO:teuthology.orchestra.run.smithi188.stdout:(3/36): ceph-mgr-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-02T15:18:53.429 INFO:teuthology.orchestra.run.smithi188.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2592.g3f3f 1.8 MB/s | 249 kB 00:00 2024-04-02T15:18:53.532 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:18:53.533 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:18:53.663 INFO:teuthology.orchestra.run.smithi188.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 800 kB/s | 187 kB 00:00 2024-04-02T15:18:53.746 INFO:teuthology.orchestra.run.smithi188.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 144 kB 00:00 2024-04-02T15:18:53.813 INFO:teuthology.orchestra.run.smithi188.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 475 kB/s | 32 kB 00:00 2024-04-02T15:18:53.847 INFO:teuthology.orchestra.run.smithi188.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-02T15:18:53.905 INFO:teuthology.orchestra.run.smithi188.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 664 kB/s | 39 kB 00:00 2024-04-02T15:18:54.053 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:18:54.080 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:54.089 INFO:teuthology.orchestra.run.smithi188.stdout:(10/36): ceph-osd-19.0.0-2592.g3f3f3ed9.el9.x86 15 MB/s | 17 MB 00:01 2024-04-02T15:18:54.114 INFO:teuthology.orchestra.run.smithi188.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 241 kB 00:00 2024-04-02T15:18:54.190 INFO:teuthology.orchestra.run.smithi188.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-04-02T15:18:54.215 INFO:teuthology.orchestra.run.smithi188.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-04-02T15:18:54.240 INFO:teuthology.orchestra.run.smithi188.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-02T15:18:54.266 INFO:teuthology.orchestra.run.smithi188.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-02T15:18:54.358 INFO:teuthology.orchestra.run.smithi188.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 243 kB/s | 22 kB 00:00 2024-04-02T15:18:54.499 INFO:teuthology.orchestra.run.smithi188.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 483 kB/s | 125 kB 00:00 2024-04-02T15:18:54.529 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:18:54.553 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:54.750 INFO:teuthology.orchestra.run.smithi188.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-02T15:18:54.788 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:18:54.808 INFO:teuthology.orchestra.run.smithi188.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-02T15:18:54.811 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:18:54.812 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:54.812 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T15:18:54.812 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:18:54.812 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:18:54.812 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:54.876 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:18:54.877 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:18:54.925 INFO:teuthology.orchestra.run.smithi188.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 981 kB/s | 172 kB 00:00 2024-04-02T15:18:54.949 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T15:18:54.982 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T15:18:55.010 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T15:18:55.017 INFO:teuthology.orchestra.run.smithi188.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-02T15:18:55.051 INFO:teuthology.orchestra.run.smithi188.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-02T15:18:55.080 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T15:18:55.110 INFO:teuthology.orchestra.run.smithi188.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-04-02T15:18:55.125 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T15:18:55.151 INFO:teuthology.orchestra.run.smithi188.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-04-02T15:18:55.158 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T15:18:55.202 INFO:teuthology.orchestra.run.smithi188.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 211 kB/s | 19 kB 00:00 2024-04-02T15:18:55.236 INFO:teuthology.orchestra.run.smithi188.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-02T15:18:55.249 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T15:18:55.295 INFO:teuthology.orchestra.run.smithi188.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-04-02T15:18:55.328 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T15:18:55.336 INFO:teuthology.orchestra.run.smithi188.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 786 kB/s | 79 kB 00:00 2024-04-02T15:18:55.369 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T15:18:55.395 INFO:teuthology.orchestra.run.smithi188.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-04-02T15:18:55.420 INFO:teuthology.orchestra.run.smithi188.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-02T15:18:55.439 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T15:18:55.494 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T15:18:55.495 INFO:teuthology.orchestra.run.smithi188.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 898 kB/s | 90 kB 00:00 2024-04-02T15:18:55.513 INFO:teuthology.orchestra.run.smithi188.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-04-02T15:18:55.533 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T15:18:55.582 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T15:18:55.596 INFO:teuthology.orchestra.run.smithi188.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-02T15:18:55.637 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T15:18:55.680 INFO:teuthology.orchestra.run.smithi188.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-04-02T15:18:55.696 INFO:teuthology.orchestra.run.smithi188.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-02T15:18:55.819 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T15:18:55.862 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T15:18:55.892 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T15:18:55.927 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T15:18:55.957 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T15:18:56.032 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T15:18:56.075 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:18:56.109 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T15:18:56.149 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T15:18:56.184 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T15:18:56.210 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T15:18:56.299 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T15:18:56.341 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T15:18:56.363 INFO:teuthology.orchestra.run.smithi188.stdout:(36/36): ceph-mon-19.0.0-2592.g3f3f3ed9.el9.x86 1.2 MB/s | 4.7 MB 00:03 2024-04-02T15:18:56.367 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:56.367 INFO:teuthology.orchestra.run.smithi188.stdout:Total 6.3 MB/s | 30 MB 00:04 2024-04-02T15:18:56.393 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:18:56.414 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T15:18:56.436 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:18:56.436 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:18:56.559 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T15:18:56.611 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:18:56.611 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T15:18:56.612 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T15:18:56.613 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T15:18:56.614 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T15:18:56.614 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:18:56.614 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T15:18:56.615 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T15:18:56.615 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T15:18:56.615 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T15:18:56.615 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T15:18:56.695 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:18:56.833 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:18:56.833 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:18:56.880 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T15:18:56.912 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:18:56.937 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:18:56.937 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:56.937 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T15:18:56.938 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:18:56.938 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:18:56.938 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:57.539 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T15:18:57.539 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:57.539 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:18:57.539 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T15:18:57.540 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T15:18:57.541 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:57.542 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:18:57.906 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-base 2024-04-02T15:18:58.134 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:18:58.199 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-02T15:18:58.239 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-02T15:18:58.268 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-02T15:18:58.338 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-02T15:18:58.372 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:18:58.375 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-02T15:18:58.398 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:18:58.399 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:58.399 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T15:18:58.399 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:18:58.399 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:18:58.399 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:58.408 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-02T15:18:58.471 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:59 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:18:58.503 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-02T15:18:58.569 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:18:58.587 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-02T15:18:58.622 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:18:58.623 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:18:58.623 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:18:58.628 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-02T15:18:58.692 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install cephadm 2024-04-02T15:18:58.700 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-02T15:18:58.753 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-02T15:18:58.792 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-02T15:18:58.840 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-02T15:18:58.847 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:18:58.871 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:58.896 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-02T15:18:59.080 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-02T15:18:59.098 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:18:59.122 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-02T15:18:59.122 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:18:59.123 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:18:59.123 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T15:18:59.123 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:18:59.123 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:18:59.123 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:18:59.159 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-02T15:18:59.188 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:18:59.203 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-02T15:18:59.233 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-02T15:18:59.250 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:00 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:18:59.309 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-02T15:18:59.343 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:18:59.376 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-02T15:18:59.399 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:18:59.399 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:59.399 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:18:59.399 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:18:59.400 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:18:59.401 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 762 k 2024-04-02T15:18:59.401 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 769 k 2024-04-02T15:18:59.401 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:18:59.417 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-02T15:18:59.452 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-02T15:18:59.486 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-02T15:18:59.575 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-02T15:18:59.609 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-02T15:18:59.681 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-02T15:18:59.827 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-02T15:18:59.904 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 1.5 MB/s | 762 kB 00:00 2024-04-02T15:18:59.905 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:18:59.905 INFO:teuthology.orchestra.run.smithi069.stdout:Total 1.5 MB/s | 762 kB 00:00 2024-04-02T15:18:59.905 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:18:59.910 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:18:59.911 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:18:59.916 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:18:59.917 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:18:59.955 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:18:59.991 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:00.118 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 31/36 2024-04-02T15:19:00.147 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:19:00.172 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 32/36 2024-04-02T15:19:00.172 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:00.172 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-02T15:19:00.172 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:19:00.173 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-02T15:19:00.173 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:00.435 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:00.517 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:00.865 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T15:19:00.913 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T15:19:00.914 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T15:19:00.915 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T15:19:00.916 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T15:19:00.917 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T15:19:00.917 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T15:19:01.150 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:01.151 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:01.151 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:01.151 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:01.151 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:01.151 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:01.372 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T15:19:01.598 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 33/36 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-02T15:19:01.625 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:01.945 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:02 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:02.022 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T15:19:02.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T15:19:02.024 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:02.025 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:02.065 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:19:02.088 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 34/36 2024-04-02T15:19:02.088 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:02.089 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-02T15:19:02.089 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:19:02.089 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-02T15:19:02.089 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:02.095 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 145 k 2024-04-02T15:19:02.096 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 435 k 2024-04-02T15:19:02.097 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:02.316 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:19:02.339 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 35/36 2024-04-02T15:19:02.339 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:02.340 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-02T15:19:02.340 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:19:02.340 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-02T15:19:02.340 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:02.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-base 2024-04-02T15:19:02.408 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:19:02.463 INFO:teuthology.orchestra.run.smithi069.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 397 kB/s | 145 kB 00:00 2024-04-02T15:19:02.464 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:02.464 INFO:teuthology.orchestra.run.smithi069.stdout:Total 396 kB/s | 145 kB 00:00 2024-04-02T15:19:02.464 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:02.470 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:02.470 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:02.521 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:02.522 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:02.662 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:02.737 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:02.767 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:02.767 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:02.768 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T15:19:02.768 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:02.971 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:54 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:03.074 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:03.128 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:03.129 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:03.129 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:03.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install cephadm 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:03.717 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:03.789 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:55 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:03.937 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 762 k 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 769 k 2024-04-02T15:19:03.938 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:03.980 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr 2024-04-02T15:19:04.184 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 36/36 2024-04-02T15:19:04.184 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 3/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 4/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 5/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9. 6/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-02T15:19:04.185 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-02T15:19:04.186 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-02T15:19:04.188 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-02T15:19:04.189 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-02T15:19:04.189 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-02T15:19:04.230 INFO:teuthology.orchestra.run.smithi104.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 2.6 MB/s | 762 kB 00:00 2024-04-02T15:19:04.235 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:04.235 INFO:teuthology.orchestra.run.smithi104.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-04-02T15:19:04.235 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:04.236 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:04.236 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:04.242 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:04.242 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:04.320 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:04.548 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:05 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:04.648 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:04.701 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:04.702 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:04.702 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:04.752 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:04.776 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T15:19:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mds-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-modules-core-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mon-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-osd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:05.082 INFO:teuthology.orchestra.run.smithi188.stdout: lua-5.4.4-4.el9.x86_64 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-02T15:19:05.083 INFO:teuthology.orchestra.run.smithi188.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ply-3.11-14.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-02T15:19:05.084 INFO:teuthology.orchestra.run.smithi188.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-02T15:19:05.085 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:05.085 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:05.239 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:05.336 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:06 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:05.432 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-base 2024-04-02T15:19:05.484 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:05.485 INFO:teuthology.orchestra.run.smithi069.stdout:====================================================================================== 2024-04-02T15:19:05.485 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:05.485 INFO:teuthology.orchestra.run.smithi069.stdout:====================================================================================== 2024-04-02T15:19:05.485 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T15:19:05.486 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout:====================================================================================== 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:05.487 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 8.6 M 2024-04-02T15:19:05.488 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 104 M 2024-04-02T15:19:05.488 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:05.508 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:05.508 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:05.509 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:05.509 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:05.509 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:05.509 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:05.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T15:19:05.765 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 88 kB/s | 16 kB 00:00 2024-04-02T15:19:05.823 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2592.g3f 139 kB/s | 34 kB 00:00 2024-04-02T15:19:05.898 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.1 MB/s | 238 kB 00:00 2024-04-02T15:19:05.949 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-04-02T15:19:06.000 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:08 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:06.032 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.4 MB/s | 863 kB 00:00 2024-04-02T15:19:06.097 INFO:teuthology.orchestra.run.smithi188.stdout:Package ceph-base-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:06.149 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:06.150 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:06.150 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:06.199 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 116 kB/s | 19 kB 00:00 2024-04-02T15:19:06.214 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install cephadm 2024-04-02T15:19:06.266 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3ed 5.1 MB/s | 3.5 MB 00:00 2024-04-02T15:19:06.302 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:58 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:06.383 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.2 MB/s | 548 kB 00:00 2024-04-02T15:19:06.452 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T15:19:06.453 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 145 k 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 435 k 2024-04-02T15:19:06.454 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:06.458 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-04-02T15:19:06.575 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-02T15:19:06.600 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 432 kB/s | 144 kB 00:00 2024-04-02T15:19:06.770 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:08 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:06.809 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2024-04-02T15:19:06.812 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:06.812 INFO:teuthology.orchestra.run.smithi069.stdout:Total 6.5 MB/s | 8.6 MB 00:01 2024-04-02T15:19:06.831 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:06.849 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:06.849 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:06.918 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:06.919 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:06.919 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:06.919 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:06.919 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout: cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 762 k 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 762 k 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 769 k 2024-04-02T15:19:06.920 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:07.022 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:07.023 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:07.220 INFO:teuthology.orchestra.run.smithi188.stdout:cephadm-19.0.0-2592.g3f3f3ed9.el9.noarch.rpm 2.5 MB/s | 762 kB 00:00 2024-04-02T15:19:07.221 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:07.221 INFO:teuthology.orchestra.run.smithi188.stdout:Total 2.5 MB/s | 762 kB 00:00 2024-04-02T15:19:07.221 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:07.226 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:07.226 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:07.231 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:07.232 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:07.310 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:07.519 INFO:teuthology.orchestra.run.smithi104.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 136 kB/s | 145 kB 00:01 2024-04-02T15:19:07.519 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:07.520 INFO:teuthology.orchestra.run.smithi104.stdout:Total 136 kB/s | 145 kB 00:01 2024-04-02T15:19:07.520 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:07.529 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:07.529 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:07.541 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:07.586 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:07.642 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:07.642 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T15:19:07.673 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T15:19:07.724 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T15:19:07.725 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:07.727 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:07.755 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T15:19:07.795 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:07.816 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:07.819 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:07.819 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:07.820 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T15:19:07.820 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:07.862 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T15:19:07.987 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T15:19:08.081 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T15:19:08.126 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T15:19:08.155 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:08.187 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T15:19:08.199 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:08.472 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/1 2024-04-02T15:19:08.472 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:08.472 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:08.472 INFO:teuthology.orchestra.run.smithi188.stdout: cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:08.473 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:08.473 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:08.700 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-immutable-object-cache 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:08.811 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:09.096 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr 2024-04-02T15:19:09.235 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T15:19:09.270 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:11 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:09.271 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:09.423 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repo Size 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 145 k 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:09.424 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 145 k 2024-04-02T15:19:09.425 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 435 k 2024-04-02T15:19:09.425 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:09.669 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:01 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:09.767 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:09.810 INFO:teuthology.orchestra.run.smithi188.stdout:ceph-immutable-object-cache-19.0.0-2592.g3f3f3e 376 kB/s | 145 kB 00:00 2024-04-02T15:19:09.810 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:09.811 INFO:teuthology.orchestra.run.smithi188.stdout:Total 375 kB/s | 145 kB 00:00 2024-04-02T15:19:09.811 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:09.818 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:09.818 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:09.819 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:09.820 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:09.820 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:09.870 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:09.870 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:09.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T15:19:10.006 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:10.085 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:10.110 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:10.111 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:10.111 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-02T15:19:10.111 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:10.451 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:02 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T15:19:10.483 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T15:19:10.484 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T15:19:10.484 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T15:19:10.484 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:10.484 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T15:19:10.484 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T15:19:10.599 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T15:19:10.600 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout:Install 12 Packages 2024-04-02T15:19:10.601 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:10.602 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 8.6 M 2024-04-02T15:19:10.602 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 104 M 2024-04-02T15:19:10.602 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T15:19:10.825 INFO:teuthology.orchestra.run.smithi069.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T15:19:10.826 INFO:teuthology.orchestra.run.smithi069.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T15:19:10.826 INFO:teuthology.orchestra.run.smithi069.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T15:19:10.826 INFO:teuthology.orchestra.run.smithi069.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T15:19:10.826 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:10.826 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9. 1/1 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-immutable-object-cache-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:11.082 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:11.095 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T15:19:11.122 INFO:teuthology.orchestra.run.smithi104.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2592.g3f 107 kB/s | 34 kB 00:00 2024-04-02T15:19:11.147 INFO:teuthology.orchestra.run.smithi104.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 48 kB/s | 16 kB 00:00 2024-04-02T15:19:11.290 INFO:teuthology.orchestra.run.smithi104.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-04-02T15:19:11.323 INFO:teuthology.orchestra.run.smithi104.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-04-02T15:19:11.335 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-mgr 2024-04-02T15:19:11.498 INFO:teuthology.orchestra.run.smithi104.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.1 MB/s | 863 kB 00:00 2024-04-02T15:19:11.669 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:12 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:11.748 INFO:teuthology.orchestra.run.smithi104.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-04-02T15:19:11.832 INFO:teuthology.orchestra.run.smithi104.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-02T15:19:11.832 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:11.833 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================================ 2024-04-02T15:19:11.833 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:11.833 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================================ 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T15:19:11.834 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================================ 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout:Install 12 Packages 2024-04-02T15:19:11.835 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:11.836 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 37 M 2024-04-02T15:19:11.836 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 209 M 2024-04-02T15:19:11.836 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:11.905 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:13 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:11.916 INFO:teuthology.orchestra.run.smithi104.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-04-02T15:19:11.982 INFO:teuthology.orchestra.run.smithi104.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 462 kB/s | 31 kB 00:00 2024-04-02T15:19:12.004 INFO:teuthology.orchestra.run.smithi188.stdout:Package ceph-mgr-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:12.055 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:12.056 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:12.056 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:12.066 INFO:teuthology.orchestra.run.smithi104.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-02T15:19:12.114 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-mgr-dashboard 2024-04-02T15:19:12.150 INFO:teuthology.orchestra.run.smithi104.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.1 MB/s | 2.0 MB 00:00 2024-04-02T15:19:12.326 INFO:teuthology.orchestra.run.smithi069.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 217 kB/s | 32 kB 00:00 2024-04-02T15:19:12.359 INFO:teuthology.orchestra.run.smithi069.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 534 kB/s | 17 kB 00:00 2024-04-02T15:19:12.401 INFO:teuthology.orchestra.run.smithi069.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 832 kB/s | 34 kB 00:00 2024-04-02T15:19:12.460 INFO:teuthology.orchestra.run.smithi069.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-02T15:19:12.676 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:14 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:12.702 INFO:teuthology.orchestra.run.smithi069.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-04-02T15:19:12.769 INFO:teuthology.orchestra.run.smithi069.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-04-02T15:19:12.794 INFO:teuthology.orchestra.run.smithi069.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-02T15:19:12.831 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:12.831 INFO:teuthology.orchestra.run.smithi188.stdout:====================================================================================== 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout:====================================================================================== 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 3.5 M 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 34 k 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 16 k 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-02T15:19:12.832 INFO:teuthology.orchestra.run.smithi188.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout:====================================================================================== 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout:Install 12 Packages 2024-04-02T15:19:12.833 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:12.834 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 8.6 M 2024-04-02T15:19:12.834 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 104 M 2024-04-02T15:19:12.834 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:12.897 INFO:teuthology.orchestra.run.smithi069.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 8.0 MB/s | 803 kB 00:00 2024-04-02T15:19:12.969 INFO:teuthology.orchestra.run.smithi069.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.6 MB/s | 195 kB 00:00 2024-04-02T15:19:12.983 INFO:teuthology.orchestra.run.smithi104.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3e 1.6 MB/s | 3.5 MB 00:02 2024-04-02T15:19:12.988 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:12.989 INFO:teuthology.orchestra.run.smithi104.stdout:Total 3.6 MB/s | 8.6 MB 00:02 2024-04-02T15:19:13.008 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:13.026 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:13.026 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:13.115 INFO:teuthology.orchestra.run.smithi188.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2592.g3f3 88 kB/s | 16 kB 00:00 2024-04-02T15:19:13.128 INFO:teuthology.orchestra.run.smithi069.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-04-02T15:19:13.140 INFO:teuthology.orchestra.run.smithi188.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2592.g3f 161 kB/s | 34 kB 00:00 2024-04-02T15:19:13.209 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:13.210 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:13.254 INFO:teuthology.orchestra.run.smithi069.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 873 kB/s | 245 kB 00:00 2024-04-02T15:19:13.290 INFO:teuthology.orchestra.run.smithi188.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-04-02T15:19:13.324 INFO:teuthology.orchestra.run.smithi188.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-04-02T15:19:13.599 INFO:teuthology.orchestra.run.smithi188.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-04-02T15:19:13.691 INFO:teuthology.orchestra.run.smithi188.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 212 kB/s | 19 kB 00:00 2024-04-02T15:19:13.743 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:13.816 INFO:teuthology.orchestra.run.smithi188.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2592.g3f3f3ed 4.0 MB/s | 3.5 MB 00:00 2024-04-02T15:19:13.825 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T15:19:13.861 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T15:19:13.907 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T15:19:13.937 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T15:19:13.966 INFO:teuthology.orchestra.run.smithi188.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 7.4 MB/s | 2.0 MB 00:00 2024-04-02T15:19:13.992 INFO:teuthology.orchestra.run.smithi188.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 830 kB/s | 144 kB 00:00 2024-04-02T15:19:14.009 INFO:teuthology.orchestra.run.smithi188.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 736 kB/s | 31 kB 00:00 2024-04-02T15:19:14.044 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T15:19:14.076 INFO:teuthology.orchestra.run.smithi188.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-02T15:19:14.170 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T15:19:14.264 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T15:19:14.308 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T15:19:14.345 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:14.378 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T15:19:14.620 INFO:teuthology.orchestra.run.smithi069.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 3.0 MB/s | 7.4 MB 00:02 2024-04-02T15:19:14.622 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:14.623 INFO:teuthology.orchestra.run.smithi069.stdout:Total 13 MB/s | 37 MB 00:02 2024-04-02T15:19:14.663 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:14.686 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:14.687 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:15.001 INFO:teuthology.orchestra.run.smithi188.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 505 kB/s | 863 kB 00:01 2024-04-02T15:19:15.007 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:15.007 INFO:teuthology.orchestra.run.smithi188.stdout:Total 4.0 MB/s | 8.6 MB 00:02 2024-04-02T15:19:15.027 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:15.046 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:15.046 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:15.048 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:15.049 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:15.227 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:15.227 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:15.431 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T15:19:15.469 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:15.745 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:15.758 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:15.810 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-02T15:19:15.826 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T15:19:15.853 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-02T15:19:15.866 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T15:19:15.899 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-02T15:19:15.939 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-02T15:19:15.966 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:16.019 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T15:19:16.055 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-02T15:19:16.180 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-02T15:19:16.195 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:16.226 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:16.274 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-02T15:19:16.302 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T15:19:16.318 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-02T15:19:16.347 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:16.371 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 10/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T15:19:16.774 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:16.775 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T15:19:16.775 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T15:19:16.952 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T15:19:17.064 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T15:19:17.108 INFO:teuthology.orchestra.run.smithi104.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T15:19:17.109 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T15:19:17.109 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T15:19:17.109 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:17.109 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:17.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T15:19:17.407 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 11/12 2024-04-02T15:19:17.446 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:17.950 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:09 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:18.103 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================ 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================ 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T15:19:18.104 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================ 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout:Install 12 Packages 2024-04-02T15:19:18.105 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:18.106 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 37 M 2024-04-02T15:19:18.106 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 209 M 2024-04-02T15:19:18.106 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:18.293 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T15:19:18.698 INFO:teuthology.orchestra.run.smithi104.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 190 kB/s | 32 kB 00:00 2024-04-02T15:19:18.732 INFO:teuthology.orchestra.run.smithi104.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 517 kB/s | 17 kB 00:00 2024-04-02T15:19:18.765 INFO:teuthology.orchestra.run.smithi104.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-04-02T15:19:18.794 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 12/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el 1/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noa 2/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9 3/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-02T15:19:18.795 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-02T15:19:18.941 INFO:teuthology.orchestra.run.smithi104.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 27 MB/s | 4.7 MB 00:00 2024-04-02T15:19:19.132 INFO:teuthology.orchestra.run.smithi104.stdout:(5/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 4.8 MB 00:00 2024-04-02T15:19:19.145 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-02T15:19:19.145 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-grafana-dashboards-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-dashboard-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-prometheus-alerts-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-02T15:19:19.146 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:19.147 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:19.199 INFO:teuthology.orchestra.run.smithi104.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.5 MB/s | 3.0 MB 00:00 2024-04-02T15:19:19.233 INFO:teuthology.orchestra.run.smithi104.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 217 kB 00:00 2024-04-02T15:19:19.300 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T15:19:19.326 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:19.350 INFO:teuthology.orchestra.run.smithi104.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 6.9 MB/s | 803 kB 00:00 2024-04-02T15:19:19.398 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-02T15:19:19.475 INFO:teuthology.orchestra.run.smithi104.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-25 7.9 MB/s | 7.4 MB 00:00 2024-04-02T15:19:19.617 INFO:teuthology.orchestra.run.smithi104.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-04-02T15:19:19.650 INFO:teuthology.orchestra.run.smithi104.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 655 kB/s | 195 kB 00:00 2024-04-02T15:19:19.917 INFO:teuthology.orchestra.run.smithi104.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 558 kB/s | 245 kB 00:00 2024-04-02T15:19:19.920 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:19.920 INFO:teuthology.orchestra.run.smithi104.stdout:Total 20 MB/s | 37 MB 00:01 2024-04-02T15:19:19.958 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:21 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:19.962 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:19.987 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:19.987 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:20.112 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================================ 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================================ 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 7.4 M 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:20.113 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:20.114 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================================ 2024-04-02T15:19:20.115 INFO:teuthology.orchestra.run.smithi188.stdout:Install 12 Packages 2024-04-02T15:19:20.115 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:20.115 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 37 M 2024-04-02T15:19:20.116 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 209 M 2024-04-02T15:19:20.116 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:20.346 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:20.346 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:20.602 INFO:teuthology.orchestra.run.smithi188.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 226 kB/s | 32 kB 00:00 2024-04-02T15:19:20.635 INFO:teuthology.orchestra.run.smithi188.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 538 kB/s | 17 kB 00:00 2024-04-02T15:19:20.677 INFO:teuthology.orchestra.run.smithi188.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 839 kB/s | 34 kB 00:00 2024-04-02T15:19:20.727 INFO:teuthology.orchestra.run.smithi188.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-02T15:19:20.928 INFO:teuthology.orchestra.run.smithi188.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-04-02T15:19:20.995 INFO:teuthology.orchestra.run.smithi188.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-04-02T15:19:21.011 INFO:teuthology.orchestra.run.smithi188.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-04-02T15:19:21.069 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T15:19:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T15:19:21.263 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:21.299 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T15:19:21.370 INFO:teuthology.orchestra.run.smithi188.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-04-02T15:19:21.475 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:21.506 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:21.582 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T15:19:21.662 INFO:teuthology.orchestra.run.smithi188.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 670 kB/s | 195 kB 00:00 2024-04-02T15:19:21.796 INFO:teuthology.orchestra.run.smithi188.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 5.6 MB/s | 7.4 MB 00:01 2024-04-02T15:19:21.855 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:21.855 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T15:19:21.856 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T15:19:21.879 INFO:teuthology.orchestra.run.smithi188.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 927 kB/s | 803 kB 00:00 2024-04-02T15:19:22.046 INFO:teuthology.orchestra.run.smithi188.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 639 kB/s | 245 kB 00:00 2024-04-02T15:19:22.048 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:22.048 INFO:teuthology.orchestra.run.smithi188.stdout:Total 19 MB/s | 37 MB 00:01 2024-04-02T15:19:22.090 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:22.114 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:22.115 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:22.225 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T15:19:22.309 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T15:19:22.309 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:22.310 INFO:teuthology.orchestra.run.smithi069.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T15:19:22.311 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:22.311 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:22.325 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T15:19:22.470 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:22.471 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:22.762 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-rook 2024-04-02T15:19:23.177 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:23.269 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-02T15:19:23.300 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-02T15:19:23.332 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:24 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:23.392 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:23.437 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-02T15:19:23.486 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:23.487 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:23.488 INFO:teuthology.orchestra.run.smithi069.stdout:Install 13 Packages 2024-04-02T15:19:23.489 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:23.489 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 2.0 M 2024-04-02T15:19:23.489 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 26 M 2024-04-02T15:19:23.489 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:23.534 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T15:19:23.613 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:23.644 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:23.701 INFO:teuthology.orchestra.run.smithi069.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 190 kB/s | 24 kB 00:00 2024-04-02T15:19:23.720 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-02T15:19:23.726 INFO:teuthology.orchestra.run.smithi069.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 118 kB/s | 18 kB 00:00 2024-04-02T15:19:23.777 INFO:teuthology.orchestra.run.smithi069.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-02T15:19:23.802 INFO:teuthology.orchestra.run.smithi069.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-02T15:19:23.827 INFO:teuthology.orchestra.run.smithi069.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-02T15:19:23.853 INFO:teuthology.orchestra.run.smithi069.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-04-02T15:19:23.878 INFO:teuthology.orchestra.run.smithi069.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 162 kB/s | 49 kB 00:00 2024-04-02T15:19:24.037 INFO:teuthology.orchestra.run.smithi069.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 82 kB/s | 15 kB 00:00 2024-04-02T15:19:24.062 INFO:teuthology.orchestra.run.smithi069.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 137 kB/s | 32 kB 00:00 2024-04-02T15:19:24.129 INFO:teuthology.orchestra.run.smithi069.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 809 kB/s | 203 kB 00:00 2024-04-02T15:19:24.154 INFO:teuthology.orchestra.run.smithi069.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 643 kB/s | 59 kB 00:00 2024-04-02T15:19:24.187 INFO:teuthology.orchestra.run.smithi069.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-04-02T15:19:24.322 INFO:teuthology.orchestra.run.smithi069.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.6 MB/s | 1.0 MB 00:00 2024-04-02T15:19:24.325 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:24.325 INFO:teuthology.orchestra.run.smithi069.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2024-04-02T15:19:24.325 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:24.338 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:24.338 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:24.377 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-02T15:19:24.428 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:24.429 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:24.489 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-02T15:19:24.546 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T15:19:24.580 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:24.930 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:25.101 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T15:19:25.164 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T15:19:25.219 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T15:19:25.257 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T15:19:25.298 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T15:19:25.391 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T15:19:25.509 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T15:19:25.558 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T15:19:25.724 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-02T15:19:26.280 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T15:19:26.338 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T15:19:26.372 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T15:19:26.420 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T15:19:26.442 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:26.756 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-02T15:19:26.786 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T15:19:27.028 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T15:19:27.296 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T15:19:27.297 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T15:19:27.298 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T15:19:27.478 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T15:19:27.478 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:27.478 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:27.478 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:27.478 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:27.479 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:27.655 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T15:19:27.656 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:27.656 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:27.656 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:27.656 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T15:19:27.656 INFO:teuthology.orchestra.run.smithi069.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T15:19:27.657 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:27.658 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:27.902 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-rook 2024-04-02T15:19:27.910 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T15:19:28.472 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:29 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:28.475 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:20 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:28.625 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T15:19:28.626 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout:======================================================================================== 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout:Install 6 Packages 2024-04-02T15:19:28.627 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:28.628 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:28.628 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 6.8 M 2024-04-02T15:19:28.628 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 33 M 2024-04-02T15:19:28.628 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T15:19:28.629 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout:Install 13 Packages 2024-04-02T15:19:28.630 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:28.631 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 2.0 M 2024-04-02T15:19:28.631 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 26 M 2024-04-02T15:19:28.631 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:28.913 INFO:teuthology.orchestra.run.smithi104.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 108 kB/s | 24 kB 00:00 2024-04-02T15:19:28.929 INFO:teuthology.orchestra.run.smithi104.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 75 kB/s | 18 kB 00:00 2024-04-02T15:19:29.055 INFO:teuthology.orchestra.run.smithi104.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 174 kB 00:00 2024-04-02T15:19:29.080 INFO:teuthology.orchestra.run.smithi104.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 880 kB/s | 132 kB 00:00 2024-04-02T15:19:29.097 INFO:teuthology.orchestra.run.smithi104.stdout:(5/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 120 kB/s | 49 kB 00:00 2024-04-02T15:19:29.147 INFO:teuthology.orchestra.run.smithi104.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.2 MB/s | 211 kB 00:00 2024-04-02T15:19:29.164 INFO:teuthology.orchestra.run.smithi104.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 512 kB/s | 43 kB 00:00 2024-04-02T15:19:29.306 INFO:teuthology.orchestra.run.smithi104.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 154 kB/s | 32 kB 00:00 2024-04-02T15:19:29.323 INFO:teuthology.orchestra.run.smithi104.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 85 kB/s | 15 kB 00:00 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 12/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3 1/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-02T15:19:29.372 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-02T15:19:29.373 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-02T15:19:29.473 INFO:teuthology.orchestra.run.smithi104.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 656 kB/s | 203 kB 00:00 2024-04-02T15:19:29.499 INFO:teuthology.orchestra.run.smithi104.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-04-02T15:19:29.666 INFO:teuthology.orchestra.run.smithi104.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 467 kB/s | 90 kB 00:00 2024-04-02T15:19:29.757 INFO:teuthology.orchestra.run.smithi104.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.3 MB/s | 1.0 MB 00:00 2024-04-02T15:19:29.759 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:29.759 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2024-04-02T15:19:29.760 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:29.773 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:29.773 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:29.790 INFO:teuthology.orchestra.run.smithi069.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-04-02T15:19:29.837 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-02T15:19:29.837 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:29.837 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:29.837 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:29.837 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:29.838 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:29.863 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:29.863 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:29.923 INFO:teuthology.orchestra.run.smithi069.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 336 kB/s | 141 kB 00:00 2024-04-02T15:19:30.082 INFO:teuthology.orchestra.run.smithi069.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2024-04-02T15:19:30.099 INFO:teuthology.orchestra.run.smithi069.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-04-02T15:19:30.132 INFO:teuthology.orchestra.run.smithi069.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-02T15:19:30.208 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-mgr-rook 2024-04-02T15:19:30.375 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:30.474 INFO:teuthology.orchestra.run.smithi069.stdout:(6/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 255 kB/s | 248 kB 00:00 2024-04-02T15:19:30.476 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:30.477 INFO:teuthology.orchestra.run.smithi069.stdout:Total 3.7 MB/s | 6.8 MB 00:01 2024-04-02T15:19:30.490 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:30.502 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:30.502 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:30.537 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T15:19:30.591 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:30.592 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:30.599 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T15:19:30.655 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T15:19:30.684 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T15:19:30.725 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T15:19:30.776 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:32 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:30.818 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T15:19:30.885 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:30.919 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T15:19:30.929 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:30.930 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:30.930 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-rook noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 49 k 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-02T15:19:30.931 INFO:teuthology.orchestra.run.smithi188.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-02T15:19:30.932 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:30.933 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:30.934 INFO:teuthology.orchestra.run.smithi188.stdout:Install 13 Packages 2024-04-02T15:19:30.934 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:30.935 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 2.0 M 2024-04-02T15:19:30.935 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 26 M 2024-04-02T15:19:30.935 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:30.976 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T15:19:31.048 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T15:19:31.093 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T15:19:31.138 INFO:teuthology.orchestra.run.smithi188.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 200 kB/s | 24 kB 00:00 2024-04-02T15:19:31.163 INFO:teuthology.orchestra.run.smithi188.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 123 kB/s | 18 kB 00:00 2024-04-02T15:19:31.213 INFO:teuthology.orchestra.run.smithi188.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-02T15:19:31.239 INFO:teuthology.orchestra.run.smithi188.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-02T15:19:31.264 INFO:teuthology.orchestra.run.smithi188.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-02T15:19:31.289 INFO:teuthology.orchestra.run.smithi188.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 861 kB/s | 43 kB 00:00 2024-04-02T15:19:31.315 INFO:teuthology.orchestra.run.smithi188.stdout:(7/13): ceph-mgr-rook-19.0.0-2592.g3f3f3ed9.el9 165 kB/s | 49 kB 00:00 2024-04-02T15:19:31.548 INFO:teuthology.orchestra.run.smithi188.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-02T15:19:31.582 INFO:teuthology.orchestra.run.smithi188.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-04-02T15:19:31.606 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T15:19:31.687 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T15:19:31.698 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T15:19:31.740 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T15:19:31.749 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T15:19:31.774 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T15:19:31.788 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:31.799 INFO:teuthology.orchestra.run.smithi188.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 272 kB/s | 59 kB 00:00 2024-04-02T15:19:31.822 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T15:19:31.844 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:31.866 INFO:teuthology.orchestra.run.smithi188.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 368 kB/s | 203 kB 00:00 2024-04-02T15:19:31.991 INFO:teuthology.orchestra.run.smithi188.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-04-02T15:19:32.141 INFO:teuthology.orchestra.run.smithi188.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-04-02T15:19:32.143 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:32.144 INFO:teuthology.orchestra.run.smithi188.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-04-02T15:19:32.144 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:32.158 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:32.158 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:32.252 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:32.254 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:32.567 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:32.567 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T15:19:32.567 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T15:19:32.567 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T15:19:32.568 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T15:19:32.568 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T15:19:32.638 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T15:19:32.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T15:19:32.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T15:19:32.639 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T15:19:32.768 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:32.881 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T15:19:32.881 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:32.881 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:32.882 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:32.952 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T15:19:33.009 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:33.010 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:33.017 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-02T15:19:33.081 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-02T15:19:33.118 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-02T15:19:33.122 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-fuse 2024-04-02T15:19:33.160 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-02T15:19:33.254 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-02T15:19:33.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T15:19:33.372 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-02T15:19:33.430 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-02T15:19:33.703 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:34 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:33.850 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:25 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:33.856 INFO:teuthology.orchestra.run.smithi069.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 969 k 2024-04-02T15:19:33.857 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 2.8 M 2024-04-02T15:19:33.858 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:34.001 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T15:19:34.002 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout:======================================================================================== 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:34.003 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 6.8 M 2024-04-02T15:19:34.004 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 33 M 2024-04-02T15:19:34.004 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:34.034 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 445 kB/s | 79 kB 00:00 2024-04-02T15:19:34.151 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-02T15:19:34.200 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-02T15:19:34.201 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.5 MB/s | 890 kB 00:00 2024-04-02T15:19:34.202 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:34.202 INFO:teuthology.orchestra.run.smithi069.stdout:Total 2.7 MB/s | 969 kB 00:00 2024-04-02T15:19:34.202 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:34.223 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:34.223 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:34.243 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-02T15:19:34.291 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-02T15:19:34.292 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-02T15:19:34.295 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:34.296 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:34.313 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:34.487 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:34.620 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T15:19:34.684 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 5.8 MB 00:00 2024-04-02T15:19:34.694 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:34.709 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 251 kB/s | 141 kB 00:00 2024-04-02T15:19:34.735 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-04-02T15:19:34.860 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 340 kB/s | 51 kB 00:00 2024-04-02T15:19:34.885 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): python3-natsort-7.1.1-5.el9.noarch.rpm 288 kB/s | 58 kB 00:00 2024-04-02T15:19:34.886 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:34.886 INFO:teuthology.orchestra.run.smithi104.stdout:Total 7.7 MB/s | 6.8 MB 00:00 2024-04-02T15:19:34.899 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:34.909 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:34.909 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:34.998 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:34.998 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 13/13 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/13 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-02T15:19:35.090 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-02T15:19:35.091 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-02T15:19:35.294 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:35.380 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:35.381 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-rook-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-02T15:19:35.452 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:35.453 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T15:19:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T15:19:35.681 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T15:19:35.682 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:35.682 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:35.682 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T15:19:35.682 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:35.682 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:35.704 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-mgr-cephadm 2024-04-02T15:19:35.981 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-volume 2024-04-02T15:19:36.018 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T15:19:36.097 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T15:19:36.160 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T15:19:36.190 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:36.266 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:38 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:36.419 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:36.420 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:36.420 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:36.420 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:36.420 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 141 k 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout:======================================================================================== 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout:Install 6 Packages 2024-04-02T15:19:36.421 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:36.422 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 6.8 M 2024-04-02T15:19:36.422 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 33 M 2024-04-02T15:19:36.422 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:36.559 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:37 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:36.710 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:36.710 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:36.710 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-02T15:19:36.710 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Install 2 Packages 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 342 k 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 1.5 M 2024-04-02T15:19:36.711 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:36.848 INFO:teuthology.orchestra.run.smithi069.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 505 kB/s | 69 kB 00:00 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T15:19:36.986 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T15:19:37.148 INFO:teuthology.orchestra.run.smithi069.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 626 kB/s | 273 kB 00:00 2024-04-02T15:19:37.149 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:37.149 INFO:teuthology.orchestra.run.smithi069.stdout:Total 780 kB/s | 342 kB 00:00 2024-04-02T15:19:37.149 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:37.158 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:37.158 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:37.192 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:37.192 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:37.221 INFO:teuthology.orchestra.run.smithi188.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-04-02T15:19:37.246 INFO:teuthology.orchestra.run.smithi188.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2592.g3f3f3ed9.e 488 kB/s | 141 kB 00:00 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T15:19:37.278 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T15:19:37.279 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:37.279 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:37.343 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:37.396 INFO:teuthology.orchestra.run.smithi188.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 385 kB/s | 58 kB 00:00 2024-04-02T15:19:37.455 INFO:teuthology.orchestra.run.smithi188.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 873 kB/s | 51 kB 00:00 2024-04-02T15:19:37.505 INFO:teuthology.orchestra.run.smithi188.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.9 MB/s | 548 kB 00:00 2024-04-02T15:19:37.527 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T15:19:37.547 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-fuse 2024-04-02T15:19:37.567 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:37.583 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:37.583 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:37.583 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T15:19:37.584 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:37.863 INFO:teuthology.orchestra.run.smithi188.stdout:(6/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 273 kB/s | 248 kB 00:00 2024-04-02T15:19:37.864 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:37.865 INFO:teuthology.orchestra.run.smithi188.stdout:Total 4.7 MB/s | 6.8 MB 00:01 2024-04-02T15:19:37.878 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:37.888 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:37.888 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:37.976 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:37.977 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:38.107 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:30 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T15:19:38.260 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout:Install 2 Packages 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 969 k 2024-04-02T15:19:38.261 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 2.8 M 2024-04-02T15:19:38.262 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:38.270 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:38.336 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T15:19:38.386 INFO:teuthology.orchestra.run.smithi104.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 634 kB/s | 79 kB 00:00 2024-04-02T15:19:38.428 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-02T15:19:38.481 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:38.672 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:38.877 INFO:teuthology.orchestra.run.smithi104.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 1.4 MB/s | 890 kB 00:00 2024-04-02T15:19:38.879 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:38.879 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-04-02T15:19:38.879 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:38.899 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:38.899 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:38.972 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:38.972 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:38.992 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-02T15:19:39.012 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados-devel 2024-04-02T15:19:39.083 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-02T15:19:39.147 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-02T15:19:39.159 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:39.178 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:39.296 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T15:19:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:39.586 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:40 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:39.739 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:39.739 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:39.739 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-02T15:19:39.739 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 127 k 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 456 k 2024-04-02T15:19:39.740 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:39.970 INFO:teuthology.orchestra.run.smithi069.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 553 kB/s | 127 kB 00:00 2024-04-02T15:19:39.971 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:39.971 INFO:teuthology.orchestra.run.smithi069.stdout:Total 549 kB/s | 127 kB 00:00 2024-04-02T15:19:39.971 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:39.976 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:39.976 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 6/6 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/6 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-02T15:19:40.009 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-02T15:19:40.032 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:40.032 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:40.053 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:40.053 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T15:19:40.255 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:40.308 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-02T15:19:40.308 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:40.308 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:40.308 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-cephadm-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:40.309 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:40.346 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T15:19:40.346 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:40.346 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:40.346 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T15:19:40.346 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:40.347 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:40.370 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:40.552 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-fuse 2024-04-02T15:19:40.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-volume 2024-04-02T15:19:40.768 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:41.062 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:41.062 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:41.063 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:41.063 INFO:teuthology.orchestra.run.smithi069.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:41.063 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:41.063 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:41.117 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:41.194 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:33 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:41.270 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 890 k 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-02T15:19:41.271 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:41.272 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:41.272 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:41.272 INFO:teuthology.orchestra.run.smithi188.stdout:Install 2 Packages 2024-04-02T15:19:41.272 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:41.272 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 969 k 2024-04-02T15:19:41.273 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 2.8 M 2024-04-02T15:19:41.273 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:41.314 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs2 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T15:19:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout:Install 2 Packages 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:41.348 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 342 k 2024-04-02T15:19:41.349 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 1.5 M 2024-04-02T15:19:41.349 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:41.407 INFO:teuthology.orchestra.run.smithi188.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 585 kB/s | 79 kB 00:00 2024-04-02T15:19:41.465 INFO:teuthology.orchestra.run.smithi104.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 593 kB/s | 69 kB 00:00 2024-04-02T15:19:41.615 INFO:teuthology.orchestra.run.smithi104.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 1.0 MB/s | 273 kB 00:00 2024-04-02T15:19:41.616 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:41.617 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.2 MB/s | 342 kB 00:00 2024-04-02T15:19:41.617 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:41.625 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:41.625 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:41.663 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:41.663 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:41.665 INFO:teuthology.orchestra.run.smithi188.stdout:(2/2): ceph-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_ 2.2 MB/s | 890 kB 00:00 2024-04-02T15:19:41.666 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:41.666 INFO:teuthology.orchestra.run.smithi188.stdout:Total 2.4 MB/s | 969 kB 00:00 2024-04-02T15:19:41.667 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:41.687 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:41.687 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:41.761 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:41.761 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:41.813 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:41.893 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:41.951 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:41.996 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T15:19:42.000 INFO:teuthology.orchestra.run.smithi069.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:42.034 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:42.050 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:42.050 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:42.050 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T15:19:42.050 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:42.052 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:42.053 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:42.054 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:42.074 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-02T15:19:42.121 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install libcephfs-devel 2024-04-02T15:19:42.140 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:42.724 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:42.810 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T15:19:42.854 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2/2 2024-04-02T15:19:42.854 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/2 2024-04-02T15:19:42.882 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:42.882 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:42.882 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-02T15:19:42.882 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 32 k 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 142 k 2024-04-02T15:19:42.883 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:43.142 INFO:teuthology.orchestra.run.smithi069.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 122 kB/s | 32 kB 00:00 2024-04-02T15:19:43.143 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:43.143 INFO:teuthology.orchestra.run.smithi069.stdout:Total 121 kB/s | 32 kB 00:00 2024-04-02T15:19:43.143 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:43.145 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:43.147 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:43.147 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:43.174 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:43.174 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:43.200 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-02T15:19:43.200 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:43.200 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:43.200 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-02T15:19:43.200 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:43.201 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:43.269 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:43.374 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:43.477 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-volume 2024-04-02T15:19:43.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados-devel 2024-04-02T15:19:43.756 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:44.021 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:44.021 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:44.021 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:44.021 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:44.022 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:44.022 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:44.055 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:46 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:44.098 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:36 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:44.204 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librados2 2024-04-02T15:19:44.208 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:44.208 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-volume noarch 2:19.0.0-2592.g3f3f3ed9.el9 ceph-noarch 273 k 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-02T15:19:44.209 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout:Install 2 Packages 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 342 k 2024-04-02T15:19:44.210 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 1.5 M 2024-04-02T15:19:44.211 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:44.248 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:44.249 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:44.249 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:44.250 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:44.251 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 127 k 2024-04-02T15:19:44.251 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 456 k 2024-04-02T15:19:44.251 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:44.338 INFO:teuthology.orchestra.run.smithi188.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 542 kB/s | 69 kB 00:00 2024-04-02T15:19:44.597 INFO:teuthology.orchestra.run.smithi104.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 366 kB/s | 127 kB 00:00 2024-04-02T15:19:44.597 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:44.598 INFO:teuthology.orchestra.run.smithi104.stdout:Total 364 kB/s | 127 kB 00:00 2024-04-02T15:19:44.598 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:44.603 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:44.603 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:44.629 INFO:teuthology.orchestra.run.smithi188.stdout:(2/2): ceph-volume-19.0.0-2592.g3f3f3ed9.el9.no 652 kB/s | 273 kB 00:00 2024-04-02T15:19:44.630 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:44.631 INFO:teuthology.orchestra.run.smithi188.stdout:Total 811 kB/s | 342 kB 00:00 2024-04-02T15:19:44.631 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:44.639 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:44.640 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:44.660 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:44.660 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:44.680 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:44.680 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:44.767 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:44.830 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:44.853 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:44.866 INFO:teuthology.orchestra.run.smithi069.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:44.919 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:44.920 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:44.920 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:44.962 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:44.991 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install librbd1 2024-04-02T15:19:45.012 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-02T15:19:45.058 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:45.073 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2/2 2024-04-02T15:19:45.073 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:45.073 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-02T15:19:45.073 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:45.418 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:45.555 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:46 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:45.654 INFO:teuthology.orchestra.run.smithi069.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:45.706 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:45.707 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:45.707 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:45.719 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:45.720 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:45.720 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:45.721 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:45.721 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:45.721 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:45.777 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rados 2024-04-02T15:19:45.781 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 1/2 2024-04-02T15:19:45.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs2 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-volume-2:19.0.0-2592.g3f3f3ed9.el9.noarch 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:46.114 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:46.340 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:47 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:46.440 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:46.462 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install librados-devel 2024-04-02T15:19:46.492 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:46.493 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:46.493 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:46.557 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rgw 2024-04-02T15:19:46.561 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:38 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:46.659 INFO:teuthology.orchestra.run.smithi104.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:46.713 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:46.714 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:46.714 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:46.767 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs-devel 2024-04-02T15:19:47.033 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:47.121 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:47.183 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repo Size 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout: librados-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 127 k 2024-04-02T15:19:47.184 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 127 k 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 456 k 2024-04-02T15:19:47.185 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:47.218 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:47.269 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:47.270 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:47.270 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:47.329 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:39 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:47.340 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-cephfs 2024-04-02T15:19:47.394 INFO:teuthology.orchestra.run.smithi188.stdout:librados-devel-19.0.0-2592.g3f3f3ed9.el9.x86_64 607 kB/s | 127 kB 00:00 2024-04-02T15:19:47.395 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:47.395 INFO:teuthology.orchestra.run.smithi188.stdout:Total 602 kB/s | 127 kB 00:00 2024-04-02T15:19:47.395 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:47.401 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:47.401 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:47.457 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:47.457 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:47.479 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:47.482 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 32 k 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 142 k 2024-04-02T15:19:47.483 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:47.641 INFO:teuthology.orchestra.run.smithi104.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 199 kB/s | 32 kB 00:00 2024-04-02T15:19:47.642 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:47.642 INFO:teuthology.orchestra.run.smithi104.stdout:Total 197 kB/s | 32 kB 00:00 2024-04-02T15:19:47.642 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:47.642 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:47.645 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:47.645 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:47.666 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:47.667 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:47.761 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:47.786 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:47.864 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:47.898 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:47.996 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:48.048 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:48.049 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:48.049 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:48.139 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install python3-rbd 2024-04-02T15:19:48.243 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:48.256 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:48.511 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:48.545 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:48.545 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:48.545 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:48.546 INFO:teuthology.orchestra.run.smithi188.stdout: librados-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:48.546 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:48.546 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:48.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados2 2024-04-02T15:19:48.703 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:49 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:48.764 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install libcephfs2 2024-04-02T15:19:48.802 INFO:teuthology.orchestra.run.smithi069.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:48.854 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:48.855 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-02T15:19:48.855 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:48.925 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-fuse 2024-04-02T15:19:49.255 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:41 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:49.345 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:51 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:49.354 INFO:teuthology.orchestra.run.smithi104.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:49.407 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:49.408 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:49.408 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:49.446 INFO:teuthology.orchestra.run.smithi188.stdout:Package libcephfs2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:49.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librbd1 2024-04-02T15:19:49.491 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:50 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:49.498 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:49.498 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:49.499 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:49.558 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install libcephfs-devel 2024-04-02T15:19:49.642 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:49.643 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:49.644 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:49.644 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:49.644 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 85 k 2024-04-02T15:19:49.644 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 231 k 2024-04-02T15:19:49.644 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:49.854 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-04-02T15:19:49.854 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:49.855 INFO:teuthology.orchestra.run.smithi069.stdout:Total 404 kB/s | 85 kB 00:00 2024-04-02T15:19:49.855 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:49.862 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:49.862 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:49.917 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:49.917 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:50.032 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:50.062 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:50.117 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:52 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:50.130 INFO:teuthology.orchestra.run.smithi104.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:50.152 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:50.182 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:50.183 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:50.183 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:50.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rados 2024-04-02T15:19:50.267 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:50.267 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repo Size 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs-devel x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 32 k 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 32 k 2024-04-02T15:19:50.268 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 142 k 2024-04-02T15:19:50.269 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:50.559 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:50.598 INFO:teuthology.orchestra.run.smithi188.stdout:libcephfs-devel-19.0.0-2592.g3f3f3ed9.el9.x86_6 96 kB/s | 32 kB 00:00 2024-04-02T15:19:50.599 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:50.599 INFO:teuthology.orchestra.run.smithi188.stdout:Total 96 kB/s | 32 kB 00:00 2024-04-02T15:19:50.599 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:50.603 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:50.603 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:50.635 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:50.635 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:50.735 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:50.811 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:42 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:50.852 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:50.853 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:50.853 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:50.853 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:50.853 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:50.853 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:50.863 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:50.908 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:50.960 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:50.961 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:50.961 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:51.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rgw 2024-04-02T15:19:51.129 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-mirror 2024-04-02T15:19:51.225 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs-devel-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:51.480 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:51.591 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:43 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:51.663 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install librados2 2024-04-02T15:19:51.690 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:51.700 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:52 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:51.741 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:51.741 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:51.742 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:51.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-cephfs 2024-04-02T15:19:51.857 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:51.857 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:51.857 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 3.1 M 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 13 M 2024-04-02T15:19:51.858 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:52.232 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:54 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:52.331 INFO:teuthology.orchestra.run.smithi188.stdout:Package librados2-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:52.367 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:44 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:52.383 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:52.384 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:52.385 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:52.448 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install librbd1 2024-04-02T15:19:52.466 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:52.517 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:52.518 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:52.518 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:52.576 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rbd 2024-04-02T15:19:52.657 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 3.9 MB/s | 3.1 MB 00:00 2024-04-02T15:19:52.657 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:52.658 INFO:teuthology.orchestra.run.smithi069.stdout:Total 3.9 MB/s | 3.1 MB 00:00 2024-04-02T15:19:52.658 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:52.667 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:52.667 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:52.741 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:52.741 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:53.013 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:55 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:53.113 INFO:teuthology.orchestra.run.smithi188.stdout:Package librbd1-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:53.139 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:53.165 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:53.166 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:53.167 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:53.185 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:53.231 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install python3-rados 2024-04-02T15:19:53.237 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:53.257 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:19:53.282 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:53.290 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:53.291 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-04-02T15:19:53.291 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:53.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-fuse 2024-04-02T15:19:53.799 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:55 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:53.899 INFO:teuthology.orchestra.run.smithi188.stdout:Package python3-rados-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:53.915 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:45 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:53.950 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:53.951 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:53.951 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:54.017 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install python3-rgw 2024-04-02T15:19:54.068 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:54.068 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:54.068 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 85 k 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 231 k 2024-04-02T15:19:54.069 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:54.277 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 412 kB/s | 85 kB 00:00 2024-04-02T15:19:54.277 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:54.277 INFO:teuthology.orchestra.run.smithi104.stdout:Total 409 kB/s | 85 kB 00:00 2024-04-02T15:19:54.278 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:54.284 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:54.285 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:54.340 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:54.340 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:54.437 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:54.481 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:54.584 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:56 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:54.591 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:54.682 INFO:teuthology.orchestra.run.smithi188.stdout:Package python3-rgw-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:54.691 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install rbd-nbd 2024-04-02T15:19:54.734 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:54.735 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:54.735 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:54.796 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install python3-cephfs 2024-04-02T15:19:54.963 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:55.250 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:55.270 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:56 ago on Tue 02 Apr 2024 03:17:59 PM UTC. 2024-04-02T15:19:55.358 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:57 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:55.423 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 170 k 2024-04-02T15:19:55.424 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 494 k 2024-04-02T15:19:55.425 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-02T15:19:55.456 INFO:teuthology.orchestra.run.smithi188.stdout:Package python3-cephfs-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:55.508 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:55.509 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:55.509 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:55.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-mirror 2024-04-02T15:19:55.575 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install python3-rbd 2024-04-02T15:19:55.685 INFO:teuthology.orchestra.run.smithi069.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 654 kB/s | 170 kB 00:00 2024-04-02T15:19:55.686 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:55.686 INFO:teuthology.orchestra.run.smithi069.stdout:Total 651 kB/s | 170 kB 00:00 2024-04-02T15:19:55.686 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-02T15:19:55.694 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-02T15:19:55.695 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-02T15:19:55.752 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-02T15:19:55.752 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-02T15:19:55.912 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-02T15:19:56.008 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:56.114 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:48 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:56.147 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:58 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:56.245 INFO:teuthology.orchestra.run.smithi188.stdout:Package python3-rbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 is already installed. 2024-04-02T15:19:56.268 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:56.269 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 3.1 M 2024-04-02T15:19:56.270 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 13 M 2024-04-02T15:19:56.270 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:56.296 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:56.297 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2024-04-02T15:19:56.298 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:56.367 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install rbd-fuse 2024-04-02T15:19:56.446 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:56.671 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 7.7 MB/s | 3.1 MB 00:00 2024-04-02T15:19:56.671 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:56.672 INFO:teuthology.orchestra.run.smithi104.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-04-02T15:19:56.672 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:56.681 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:56.681 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:19:56.726 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-02T15:19:56.755 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:56.756 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:56.929 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:01:58 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:56.980 DEBUG:teuthology.parallel:result is None 2024-04-02T15:19:57.083 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:57.083 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-fuse x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 85 k 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:57.084 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:57.085 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 85 k 2024-04-02T15:19:57.085 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 231 k 2024-04-02T15:19:57.085 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:57.168 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:19:57.238 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:57.262 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:57.262 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:19:57.262 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T15:19:57.263 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:19:57.263 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:19:57.263 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:57.301 INFO:teuthology.orchestra.run.smithi188.stdout:rbd-fuse-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 394 kB/s | 85 kB 00:00 2024-04-02T15:19:57.302 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:57.302 INFO:teuthology.orchestra.run.smithi188.stdout:Total 392 kB/s | 85 kB 00:00 2024-04-02T15:19:57.302 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:19:57.309 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:19:57.309 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:19:57.364 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:19:57.364 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:19:57.503 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:19:57.608 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:57.969 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:58.209 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:58.209 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:58.209 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:19:58.210 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-fuse-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:58.210 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:58.210 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:19:58.342 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:19:58.346 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:58.346 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:19:58.346 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:19:58.346 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:58.346 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:19:58.495 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install rbd-mirror 2024-04-02T15:19:58.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-nbd 2024-04-02T15:19:59.078 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:02:01 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:19:59.161 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:51 ago on Tue 02 Apr 2024 03:18:08 PM UTC. 2024-04-02T15:19:59.233 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:19:59.234 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repo Size 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-mirror x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 3.1 M 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:59.235 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 3.1 M 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 13 M 2024-04-02T15:19:59.236 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:19:59.314 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-04-02T15:19:59.315 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:19:59.316 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 170 k 2024-04-02T15:19:59.316 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 494 k 2024-04-02T15:19:59.316 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-04-02T15:19:59.707 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 435 kB/s | 170 kB 00:00 2024-04-02T15:19:59.708 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:19:59.708 INFO:teuthology.orchestra.run.smithi104.stdout:Total 434 kB/s | 170 kB 00:00 2024-04-02T15:19:59.708 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-04-02T15:19:59.716 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-04-02T15:19:59.716 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-04-02T15:19:59.773 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-04-02T15:19:59.774 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-04-02T15:19:59.931 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-04-02T15:20:00.039 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:00.105 INFO:teuthology.orchestra.run.smithi188.stdout:rbd-mirror-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-04-02T15:20:00.106 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:20:00.106 INFO:teuthology.orchestra.run.smithi188.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-04-02T15:20:00.106 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:20:00.117 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:20:00.117 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:20:00.192 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:20:00.193 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:20:00.444 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:00.621 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:20:00.689 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:00.724 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:00.725 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:20:00.725 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-04-02T15:20:00.725 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:20:00.725 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-04-02T15:20:00.725 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-04-02T15:20:00.729 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:00.729 INFO:teuthology.orchestra.run.smithi188.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-02T15:20:00.729 INFO:teuthology.orchestra.run.smithi188.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-02T15:20:00.730 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:20:00.730 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-02T15:20:00.730 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:00.968 DEBUG:teuthology.parallel:result is None 2024-04-02T15:20:01.845 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:01.845 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:01.846 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:20:01.846 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-mirror-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:20:01.846 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:01.846 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:20:02.074 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install rbd-nbd 2024-04-02T15:20:02.671 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:02:04 ago on Tue 02 Apr 2024 03:17:58 PM UTC. 2024-04-02T15:20:02.825 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2024-04-02T15:20:02.826 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:20:02.826 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2024-04-02T15:20:02.826 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-nbd x86_64 2:19.0.0-2592.g3f3f3ed9.el9 ceph 170 k 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Install 1 Package 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 170 k 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 494 k 2024-04-02T15:20:02.827 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2024-04-02T15:20:03.051 INFO:teuthology.orchestra.run.smithi188.stdout:rbd-nbd-19.0.0-2592.g3f3f3ed9.el9.x86_64.rpm 764 kB/s | 170 kB 00:00 2024-04-02T15:20:03.052 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:20:03.052 INFO:teuthology.orchestra.run.smithi188.stdout:Total 758 kB/s | 170 kB 00:00 2024-04-02T15:20:03.052 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2024-04-02T15:20:03.060 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2024-04-02T15:20:03.060 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2024-04-02T15:20:03.116 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2024-04-02T15:20:03.117 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2024-04-02T15:20:03.269 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2024-04-02T15:20:03.375 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:03.802 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:04.070 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 1/1 2024-04-02T15:20:04.071 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:04.071 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2024-04-02T15:20:04.071 INFO:teuthology.orchestra.run.smithi188.stdout: rbd-nbd-2:19.0.0-2592.g3f3f3ed9.el9.x86_64 2024-04-02T15:20:04.071 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-04-02T15:20:04.071 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2024-04-02T15:20:04.293 DEBUG:teuthology.parallel:result is None 2024-04-02T15:20:04.294 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:04.461 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T15:20:04.493 INFO:teuthology.orchestra.run.smithi069.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:04.493 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:04.494 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T15:20:04.496 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:04.815 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T15:20:04.840 INFO:teuthology.orchestra.run.smithi104.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:04.840 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:04.840 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T15:20:04.842 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:04.993 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-02T15:20:05.025 INFO:teuthology.orchestra.run.smithi188.stdout:19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:05.025 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2592.g3f3f3ed9.el9 2024-04-02T15:20:05.025 INFO:teuthology.task.install:The correct ceph version 19.0.0-2592.g3f3f3ed9 is installed. 2024-04-02T15:20:05.027 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-02T15:20:05.027 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:20:05.027 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:20:05.065 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:20:05.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:20:05.103 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:20:05.103 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-02T15:20:05.143 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-02T15:20:05.144 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:20:05.144 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:20:05.178 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:20:05.249 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:20:05.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:20:05.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:20:05.353 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:20:05.353 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/daemon-helper 2024-04-02T15:20:05.385 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-02T15:20:05.456 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-02T15:20:05.456 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:20:05.456 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:20:05.487 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:20:05.557 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:20:05.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:20:05.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:20:05.655 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:20:05.655 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-02T15:20:05.686 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-02T15:20:05.758 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-02T15:20:05.759 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:20:05.759 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:20:05.790 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:20:05.859 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-02T15:20:05.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:20:05.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:20:05.954 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-04-02T15:20:05.954 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/stdin-killer 2024-04-02T15:20:05.986 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-02T15:20:06.056 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T15:20:06.174 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:20:06.174 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:06.174 INFO:tasks.cephadm:Cluster fsid is 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:20:06.175 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T15:20:06.175 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.69', 'mon.b': '172.21.15.104', 'mon.c': '172.21.15.188'} 2024-04-02T15:20:06.175 INFO:tasks.cephadm:First mon is mon.a on smithi069 2024-04-02T15:20:06.175 INFO:tasks.cephadm:First mgr is a 2024-04-02T15:20:06.175 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T15:20:06.175 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-04-02T15:20:06.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo hostname $(hostname -s) 2024-04-02T15:20:06.235 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2024-04-02T15:20:06.267 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T15:20:06.268 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:06.638 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2592.g3f3f3ed9'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-02 10:26:18.789181', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-02T15:20:06.779 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:20:06.780 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm 2024-04-02T15:20:06.780 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:07.619 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 15:20 /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:07.620 DEBUG:teuthology.orchestra.run.smithi104:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:13.227 INFO:teuthology.orchestra.run.smithi104.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 15:20 /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:13.227 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:17.580 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 15:20 /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:17.581 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:17.599 DEBUG:teuthology.orchestra.run.smithi104:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:17.619 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:20:17.665 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T15:20:17.666 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:20:17.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:20:17.670 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:20:18.565 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:20:18.590 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:20:18.652 INFO:teuthology.orchestra.run.smithi188.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:21:06.840 INFO:teuthology.orchestra.run.smithi069.stdout:{ 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout: "repo_digests": [ 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout: ] 2024-04-02T15:21:06.841 INFO:teuthology.orchestra.run.smithi069.stdout:} 2024-04-02T15:21:14.708 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-04-02T15:21:14.708 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:21:14.708 INFO:teuthology.orchestra.run.smithi104.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:21:14.708 INFO:teuthology.orchestra.run.smithi104.stdout: "repo_digests": [ 2024-04-02T15:21:14.708 INFO:teuthology.orchestra.run.smithi104.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:21:14.709 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-04-02T15:21:14.709 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout:{ 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout: "repo_digests": [ 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:21:22.836 INFO:teuthology.orchestra.run.smithi188.stdout: ] 2024-04-02T15:21:22.837 INFO:teuthology.orchestra.run.smithi188.stdout:} 2024-04-02T15:21:22.861 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2024-04-02T15:21:22.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo mkdir -p /etc/ceph 2024-04-02T15:21:22.930 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2024-04-02T15:21:22.959 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2024-04-02T15:21:22.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 777 /etc/ceph 2024-04-02T15:21:23.021 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2024-04-02T15:21:23.048 INFO:tasks.cephadm:Writing seed config... 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T15:21:23.049 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T15:21:23.050 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-02T15:21:23.050 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T15:21:23.067 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 7c3f4726-f104-11ee-b647-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-02T15:21:23.067 DEBUG:teuthology.orchestra.run.smithi069:mon.a> sudo journalctl -f -n 0 -u ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T15:21:23.110 DEBUG:teuthology.orchestra.run.smithi069:mgr.a> sudo journalctl -f -n 0 -u ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service 2024-04-02T15:21:23.152 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T15:21:23.152 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:21:23.346 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:21:23.346 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', '7c3f4726-f104-11ee-b647-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.69', '--skip-admin-label'] 2024-04-02T15:21:23.347 INFO:teuthology.orchestra.run.smithi069.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T15:21:23.347 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying podman|docker is present... 2024-04-02T15:21:23.371 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T15:21:23.372 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying lvm2 is present... 2024-04-02T15:21:23.372 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying time synchronization is in place... 2024-04-02T15:21:23.379 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:21:23.379 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:21:23.384 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:21:23.385 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-02T15:21:23.391 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-04-02T15:21:23.396 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-04-02T15:21:23.397 INFO:teuthology.orchestra.run.smithi069.stdout:Unit chronyd.service is enabled and running 2024-04-02T15:21:23.397 INFO:teuthology.orchestra.run.smithi069.stdout:Repeating the final host check... 2024-04-02T15:21:23.419 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T15:21:23.419 INFO:teuthology.orchestra.run.smithi069.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-02T15:21:23.419 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl is present 2024-04-02T15:21:23.419 INFO:teuthology.orchestra.run.smithi069.stdout:lvcreate is present 2024-04-02T15:21:23.425 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:21:23.426 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:21:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:21:23.431 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-02T15:21:23.437 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout enabled 2024-04-02T15:21:23.443 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout active 2024-04-02T15:21:23.443 INFO:teuthology.orchestra.run.smithi069.stdout:Unit chronyd.service is enabled and running 2024-04-02T15:21:23.443 INFO:teuthology.orchestra.run.smithi069.stdout:Host looks OK 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Cluster fsid: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Acquiring lock 140076955935408 on /run/cephadm/7c3f4726-f104-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Lock 140076955935408 acquired on /run/cephadm/7c3f4726-f104-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 3300 ... 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying IP 172.21.15.69 port 6789 ... 2024-04-02T15:21:23.444 INFO:teuthology.orchestra.run.smithi069.stdout:Base mon IP(s) is [172.21.15.69:3300, 172.21.15.69:6789], mon addrv is [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-04-02T15:21:23.448 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-04-02T15:21:23.448 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 metric 100 2024-04-02T15:21:23.450 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T15:21:23.450 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-02T15:21:23.450 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1706sec hoplimit 64 pref medium 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d737/64 scope link 2024-04-02T15:21:23.453 INFO:teuthology.orchestra.run.smithi069.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:21:23.454 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-04-02T15:21:23.454 INFO:teuthology.orchestra.run.smithi069.stdout:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-04-02T15:21:23.454 INFO:teuthology.orchestra.run.smithi069.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T15:21:23.454 INFO:teuthology.orchestra.run.smithi069.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T15:21:23.454 INFO:teuthology.orchestra.run.smithi069.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Getting image source signatures 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Copying blob sha256:36e7de5559a67de38a300df73ea37ddf7f245c894fc986bb6224667f46e1b766 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Copying config sha256:7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T15:21:23.880 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-02T15:21:24.835 INFO:teuthology.orchestra.run.smithi069.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:21:24.836 INFO:teuthology.orchestra.run.smithi069.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:21:24.836 INFO:teuthology.orchestra.run.smithi069.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T15:21:25.774 INFO:teuthology.orchestra.run.smithi069.stdout:stat: stdout 167 167 2024-04-02T15:21:25.774 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial keys... 2024-04-02T15:21:26.672 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQB2IgxmWbbuBhAAQhRjRgSszEswNImdgZLRbg== 2024-04-02T15:21:27.778 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQB3Igxm//liBBAAS3K15n5mUEUAcELx58H6kA== 2024-04-02T15:21:28.733 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph-authtool: stdout AQB4IgxmnvBGBxAA1NHpIxTtLUCmko6rcLwM4Q== 2024-04-02T15:21:28.734 INFO:teuthology.orchestra.run.smithi069.stdout:Creating initial monmap... 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:monmaptool for a [v2:172.21.15.69:3300,v1:172.21.15.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:setting min_mon_release = quincy 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: set fsid to 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:29.898 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mon... 2024-04-02T15:21:30.836 INFO:teuthology.orchestra.run.smithi069.stdout:create mon.a on 2024-04-02T15:21:31.046 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T15:21:31.200 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-02T15:21:31.374 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:21:31.374 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:21:31.632 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:21:31.632 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:21:31.797 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:21:32.311 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:21:32.311 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout disabled 2024-04-02T15:21:32.318 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:21:32.318 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-02T15:21:32.318 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld.service is not enabled 2024-04-02T15:21:32.318 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:21:32.319 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon to start... 2024-04-02T15:21:32.319 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mon... 2024-04-02T15:21:33.557 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T15:21:33.557 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout id: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:33.557 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout services: 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.726776s) 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout data: 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:mon is available 2024-04-02T15:21:33.558 INFO:teuthology.orchestra.run.smithi069.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:21:34.646 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:21:34.647 INFO:teuthology.orchestra.run.smithi069.stdout:Generating new minimal ceph.conf... 2024-04-02T15:21:35.667 INFO:teuthology.orchestra.run.smithi069.stdout:Restarting the monitor... 2024-04-02T15:21:35.937 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:35 smithi069 systemd[1]: Stopping Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4... 2024-04-02T15:21:36.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:35 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a[29749]: 2024-04-02T15:21:35.942+0000 7f8168042700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T15:21:36.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:35 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a[29749]: 2024-04-02T15:21:35.942+0000 7f8168042700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:21:36.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 podman[30094]: 2024-04-02 15:21:36.148042428 +0000 UTC m=+0.316040825 container died 98407c9850d47c69422385da75b061cf71078cccbfd057126762297af25b965b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-02T15:21:36.667 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 podman[30094]: 2024-04-02 15:21:36.456965182 +0000 UTC m=+0.624963581 container cleanup 98407c9850d47c69422385da75b061cf71078cccbfd057126762297af25b965b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240326, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.5) 2024-04-02T15:21:36.667 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 bash[30094]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:21:37.062 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 podman[30111]: 2024-04-02 15:21:36.674466119 +0000 UTC m=+0.524697427 container remove 98407c9850d47c69422385da75b061cf71078cccbfd057126762297af25b965b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-04-02T15:21:37.062 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 systemd[1]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:21:37.062 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 systemd[1]: Stopped Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4. 2024-04-02T15:21:37.062 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:36 smithi069 systemd[1]: Starting Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4... 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 podman[30217]: 2024-04-02 15:21:37.083886423 +0000 UTC m=+0.108875739 container create de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 podman[30217]: 2024-04-02 15:21:36.992437765 +0000 UTC m=+0.017427088 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 podman[30217]: 2024-04-02 15:21:37.261181735 +0000 UTC m=+0.286171052 container init de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, ceph=True, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True) 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 podman[30217]: 2024-04-02 15:21:37.266672014 +0000 UTC m=+0.291661333 container start de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:21:37.338 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: pidfile_write: ignore empty --pid-file 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: load: jerasure load: lrc 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: RocksDB version: 7.9.2 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Git sha 0 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: DB SUMMARY 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: DB Session ID: 6DZH0IE8NYZ3G0QAE7Y9 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: CURRENT file: CURRENT 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: IDENTITY file: IDENTITY 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89107 ; 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.error_if_exists: 0 2024-04-02T15:21:37.339 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.create_if_missing: 0 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.paranoid_checks: 1 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.env: 0x563e84896c60 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.info_log: 0x563e86d9bae0 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.statistics: (nil) 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.use_fsync: 0 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_log_file_size: 0 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:21:37.340 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_fallocate: 1 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.use_direct_reads: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.db_log_dir: 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.wal_dir: 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:21:37.341 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.write_buffer_manager: 0x563e86d6c1e0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.unordered_write: 0 2024-04-02T15:21:37.342 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.row_cache: None 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.wal_filter: None 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.two_write_queues: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.wal_compression: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.atomic_flush: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:21:37.343 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.log_readahead_size: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_background_jobs: 2 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_background_compactions: -1 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_subcompactions: 1 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:21:37.344 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_open_files: -1 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_background_flushes: -1 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Compression algorithms supported: 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:21:37.345 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kZSTD supported: 0 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kXpressCompression supported: 0 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kZlibCompression supported: 1 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kSnappyCompression supported: 1 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kLZ4Compression supported: 1 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: kBZip2Compression supported: 0 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.merge_operator: 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_filter: None 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:21:37.346 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563e86d9bcc0) 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: cache_index_and_filter_blocks: 1 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: pin_top_level_index_and_filter: 1 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: index_type: 0 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: data_block_index_type: 0 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: index_shortening: 1 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: checksum: 4 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: no_block_cache: 0 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_cache: 0x563e86d9f090 2024-04-02T15:21:37.347 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_cache_name: BinnedLRUCache 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_cache_options: 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: capacity : 536870912 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: num_shard_bits : 4 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: strict_capacity_limit : 0 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: high_pri_pool_ratio: 0.000 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_cache_compressed: (nil) 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: persistent_cache: (nil) 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_size: 4096 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_size_deviation: 10 2024-04-02T15:21:37.348 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_restart_interval: 16 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: index_block_restart_interval: 1 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: metadata_block_size: 4096 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: partition_filters: 0 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: use_delta_encoding: 1 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: filter_policy: bloomfilter 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: whole_key_filtering: 1 2024-04-02T15:21:37.349 INFO:journalctl@ceph.mon.a.smithi069.stdout: verify_compression: 0 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: read_amp_bytes_per_bit: 0 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: format_version: 5 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: enable_index_compression: 1 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: block_align: 0 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: max_auto_readahead_size: 262144 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: prepopulate_block_cache: 0 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: initial_auto_readahead_size: 8192 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout: num_file_reads_for_auto_readahead: 2 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression: NoCompression 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:21:37.350 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.num_levels: 7 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:21:37.351 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:21:37.352 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:21:37.353 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.inplace_update_support: 0 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:21:37.354 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.bloom_locality: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.max_successive_merges: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.ttl: 2592000 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enable_blob_files: false 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.min_blob_size: 0 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:21:37.355 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c7a92aa5-0b28-4446-ab3e-7afd42d6cb69 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712071297295468, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712071297296315, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85724, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83871, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78078, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712071297, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c7a92aa5-0b28-4446-ab3e-7afd42d6cb69", "db_session_id": "6DZH0IE8NYZ3G0QAE7Y9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712071297296395, "job": 1, "event": "recovery_finished"} 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563e86e8e000 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: DB pointer 0x563e86e78000 2024-04-02T15:21:37.356 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: ** DB Stats ** 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: ** Compaction Stats [default] ** 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: L0 2/0 85.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Sum 2/0 85.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:21:37.357 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: ** Compaction Stats [default] ** 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 151.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:21:37.358 INFO:journalctl@ceph.mon.a.smithi069.stdout: Cumulative compaction: 0.00 GB write, 28.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: Interval compaction: 0.00 GB write, 28.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: Block cache BinnedLRUCache@0x563e86d9f090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: starting mon.a rank 0 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???) e1 preinit fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).mds e1 new map 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).mds e1 print_map 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: e1 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T15:21:37.359 INFO:journalctl@ceph.mon.a.smithi069.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout: legacy client fscid: -1 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout: 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout: No filesystems configured 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 bash[30217]: de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 2024-04-02T15:21:37.360 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 systemd[1]: Started Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4. 2024-04-02T15:21:37.360 INFO:teuthology.orchestra.run.smithi069.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: monmap epoch 1 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: last_changed 2024-04-02T15:21:29.344670+0000 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: created 2024-04-02T15:21:29.344670+0000 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: min_mon_release 19 (squid) 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: election_strategy: 1 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.a 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: fsmap 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:21:37.682 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:37 smithi069 ceph-mon[30255]: mgrmap e1: no daemons active 2024-04-02T15:21:38.362 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T15:21:38.393 INFO:teuthology.orchestra.run.smithi069.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:21:38.393 INFO:teuthology.orchestra.run.smithi069.stdout:Creating mgr... 2024-04-02T15:21:38.393 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T15:21:38.393 INFO:teuthology.orchestra.run.smithi069.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T15:21:38.636 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a 2024-04-02T15:21:38.637 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service not loaded. 2024-04-02T15:21:38.783 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service → /etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:21:39.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:38 smithi069 ceph-mon[30255]: from='client.? 172.21.15.69:0/3686795263' entity='client.admin' 2024-04-02T15:21:39.062 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 podman[30492]: 2024-04-02 15:21:38.927406544 +0000 UTC m=+0.017595584 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:21:39.293 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:21:39.293 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout disabled 2024-04-02T15:21:39.300 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:21:39.300 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-02T15:21:39.300 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld.service is not enabled 2024-04-02T15:21:39.300 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:21:39.308 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:21:39.308 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout disabled 2024-04-02T15:21:39.315 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:21:39.315 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stdout inactive 2024-04-02T15:21:39.315 INFO:teuthology.orchestra.run.smithi069.stdout:firewalld.service is not enabled 2024-04-02T15:21:39.315 INFO:teuthology.orchestra.run.smithi069.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T15:21:39.316 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr to start... 2024-04-02T15:21:39.316 INFO:teuthology.orchestra.run.smithi069.stdout:Waiting for mgr... 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 podman[30492]: 2024-04-02 15:21:39.220831801 +0000 UTC m=+0.311020830 container init 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 podman[30492]: 2024-04-02 15:21:39.226133217 +0000 UTC m=+0.316322247 container start 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.284+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 bash[30492]: 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 systemd[1]: Started Ceph mgr.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4. 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.284+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.467 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.289+0000 7f12d403c200 -1 mgr[py] Class not found in module 'restful' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.289+0000 7f12d403c200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.304+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.304+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.309+0000 7f12d403c200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.309+0000 7f12d403c200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.324+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.324+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.468 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.328+0000 7f12d403c200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.328+0000 7f12d403c200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.344+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.344+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.349+0000 7f12d403c200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.349+0000 7f12d403c200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.368+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.368+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.372+0000 7f12d403c200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T15:21:39.469 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.372+0000 7f12d403c200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.386+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.386+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.390+0000 7f12d403c200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.390+0000 7f12d403c200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.404+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.404+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.408+0000 7f12d403c200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.408+0000 7f12d403c200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.423+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.470 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.423+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.427+0000 7f12d403c200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.427+0000 7f12d403c200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.450+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.450+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.454+0000 7f12d403c200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.454+0000 7f12d403c200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.468+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.468+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.472+0000 7f12d403c200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T15:21:39.471 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.472+0000 7f12d403c200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.490+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.490+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.494+0000 7f12d403c200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.494+0000 7f12d403c200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.508+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.508+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.719 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.512+0000 7f12d403c200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.512+0000 7f12d403c200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.527+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.527+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.531+0000 7f12d403c200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.531+0000 7f12d403c200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.545+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.545+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.549+0000 7f12d403c200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.549+0000 7f12d403c200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.563+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.563+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.720 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.567+0000 7f12d403c200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.567+0000 7f12d403c200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.582+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.582+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.586+0000 7f12d403c200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.586+0000 7f12d403c200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.601+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.721 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.601+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.605+0000 7f12d403c200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.605+0000 7f12d403c200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.622+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.622+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.626+0000 7f12d403c200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T15:21:39.722 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.626+0000 7f12d403c200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.663+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.664+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.668+0000 7f12d403c200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.668+0000 7f12d403c200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.682+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.682+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.686+0000 7f12d403c200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.686+0000 7f12d403c200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.700+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.723 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.701+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.705+0000 7f12d403c200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.705+0000 7f12d403c200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.720+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.720+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.724+0000 7f12d403c200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T15:21:39.724 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.724+0000 7f12d403c200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T15:21:39.969 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-mon[30255]: from='client.? 172.21.15.69:0/3171173080' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.741+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.741+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.745+0000 7f12d403c200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.745+0000 7f12d403c200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.760+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.760+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.765+0000 7f12d403c200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.765+0000 7f12d403c200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.780+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.970 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.780+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.784+0000 7f12d403c200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.784+0000 7f12d403c200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.799+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.799+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.803+0000 7f12d403c200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.803+0000 7f12d403c200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.819+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.819+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.823+0000 7f12d403c200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.823+0000 7f12d403c200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.838+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.971 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.838+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.842+0000 7f12d403c200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.842+0000 7f12d403c200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.893+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.893+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.897+0000 7f12d403c200 -1 mgr[py] Class not found in module 'stats' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.897+0000 7f12d403c200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.913+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.913+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.918+0000 7f12d403c200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.918+0000 7f12d403c200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.933+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.972 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.933+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.937+0000 7f12d403c200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.937+0000 7f12d403c200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.952+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.952+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.956+0000 7f12d403c200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.956+0000 7f12d403c200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.970+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.970+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.975+0000 7f12d403c200 -1 mgr[py] Class not found in module 'status' 2024-04-02T15:21:39.973 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.975+0000 7f12d403c200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T15:21:40.237 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.989+0000 7f12d403c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:21:40.237 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.989+0000 7f12d403c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:21:40.237 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:40.237 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.993+0000 7f12d403c200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T15:21:40.238 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.993+0000 7f12d403c200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T15:21:40.238 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:39 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:39.993+0000 7f12d403c200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-04-02T15:21:40.487 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "7c3f4726-f104-11ee-b647-cb9ed24678a4", 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:40.488 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:21:40.489 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.490 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:21:32.275805+0000", 2024-04-02T15:21:40.491 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:21:40.492 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:40.492 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:21:40.492 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:21:40.492 INFO:teuthology.orchestra.run.smithi069.stdout:mgr not available, waiting (1/15)... 2024-04-02T15:21:41.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: Activating manager daemon a 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: mgrmap e2: a(active, starting, since 0.00156493s) 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: from='mgr.14100 172.21.15.69:0/1179763193' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: from='mgr.14100 172.21.15.69:0/1179763193' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: from='mgr.14100 172.21.15.69:0/1179763193' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: from='mgr.14100 172.21.15.69:0/1179763193' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: from='mgr.14100 172.21.15.69:0/1179763193' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-02T15:21:41.312 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:40 smithi069 ceph-mon[30255]: Manager daemon a is now available 2024-04-02T15:21:42.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:41 smithi069 ceph-mon[30255]: mgrmap e3: a(active, since 1.00277s) 2024-04-02T15:21:43.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:43 smithi069 ceph-mon[30255]: from='client.? 172.21.15.69:0/8181248' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsid": "7c3f4726-f104-11ee-b647-cb9ed24678a4", 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.626 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:43.627 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:21:43.628 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:21:43.629 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:21:32.275805+0000", 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:21:43.630 INFO:teuthology.orchestra.run.smithi069.stdout:mgr is available 2024-04-02T15:21:44.311 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:44 smithi069 ceph-mon[30255]: from='client.? 172.21.15.69:0/3814132011' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout fsid = 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:21:44.686 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:21:44.687 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling cephadm module... 2024-04-02T15:21:45.496 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:45 smithi069 ceph-mon[30255]: from='client.? 172.21.15.69:0/115200232' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T15:21:45.724 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi069 -v /var/log/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpg03j8_xv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi7k98asv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T15:21:45.724 INFO:teuthology.orchestra.run.smithi069.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:21:45.724 INFO:teuthology.orchestra.run.smithi069.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi069 -v /var/log/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpg03j8_xv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi7k98asv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:21:45.724 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: *************** 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: *************** 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-02T15:21:45.726 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:45.753 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout de63320849b0,19.17MB / 33.27GB 2024-04-02T15:21:45.753 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout 8a00a1c7c43e,102.6MB / 33.27GB 2024-04-02T15:21:45.782 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout de63320849b0,1.29% 2024-04-02T15:21:45.782 INFO:teuthology.orchestra.run.smithi069.stdout:/bin/podman: stdout 8a00a1c7c43e,12.37% 2024-04-02T15:21:46.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:45 smithi069 systemd[1]: Stopping Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4... 2024-04-02T15:21:46.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a[30232]: 2024-04-02T15:21:46.024+0000 7fe385e24700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T15:21:46.062 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a[30232]: 2024-04-02T15:21:46.024+0000 7fe385e24700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:21:46.433 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 podman[30967]: 2024-04-02 15:21:46.189309179 +0000 UTC m=+0.239790666 container died de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-02T15:21:46.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 podman[30967]: 2024-04-02 15:21:46.538832459 +0000 UTC m=+0.589314003 container cleanup de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-02T15:21:46.791 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 bash[30967]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:21:47.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 podman[30986]: 2024-04-02 15:21:46.798135004 +0000 UTC m=+0.613552325 container remove de63320849b0785ef00e6052d9531d386f01554aab933ed6e154043bac7e3fe6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-04-02T15:21:47.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 systemd[1]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:21:47.061 INFO:journalctl@ceph.mon.a.smithi069.stdout:Apr 02 15:21:46 smithi069 systemd[1]: Stopped Ceph mon.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4. 2024-04-02T15:21:47.112 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service". 2024-04-02T15:21:47.119 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 5 from systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:21:47.119 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:21:47.125 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:21:47.125 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:21:47.131 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl disable ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:21:47.131 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T15:21:47.561 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 systemd[1]: Stopping Ceph mgr.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4... 2024-04-02T15:21:47.561 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:47.394+0000 7f12c862a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T15:21:47.561 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a[30507]: 2024-04-02T15:21:47.394+0000 7f12c862a700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-02T15:21:47.561 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 podman[31104]: 2024-04-02 15:21:47.405772008 +0000 UTC m=+0.105448280 container died 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326) 2024-04-02T15:21:47.919 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 podman[31104]: 2024-04-02 15:21:47.717342932 +0000 UTC m=+0.417019204 container cleanup 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, io.buildah.version=1.33.5) 2024-04-02T15:21:47.919 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 bash[31104]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a 2024-04-02T15:21:48.194 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:47 smithi069 podman[31124]: 2024-04-02 15:21:47.926542974 +0000 UTC m=+0.517297777 container remove 8a00a1c7c43e32513eac84f58372458dbfb7c41f47510d9dbb97dce155d78360 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-mgr-a, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS) 2024-04-02T15:21:48.194 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:48 smithi069 systemd[1]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-02T15:21:48.194 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:48 smithi069 systemd[1]: Stopped Ceph mgr.a for 7c3f4726-f104-11ee-b647-cb9ed24678a4. 2024-04-02T15:21:48.194 INFO:journalctl@ceph.mgr.a.smithi069.stdout:Apr 02 15:21:48 smithi069 systemd[1]: ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service: Consumed 1.564s CPU time. 2024-04-02T15:21:48.246 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mgr.a.service". 2024-04-02T15:21:48.253 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 5 from systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:21:48.253 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:21:48.259 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:21:48.259 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-02T15:21:48.265 INFO:teuthology.orchestra.run.smithi069.stdout:Non-zero exit code 1 from systemctl disable ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service 2024-04-02T15:21:48.265 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-02T15:21:48.463 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target". 2024-04-02T15:21:48.463 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4.target". 2024-04-02T15:21:48.638 INFO:teuthology.orchestra.run.smithi069.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T15:21:48.639 INFO:teuthology.orchestra.run.smithi069.stderr:Traceback (most recent call last): 2024-04-02T15:21:48.639 INFO:teuthology.orchestra.run.smithi069.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: return _run_code(code, main_globals, None, 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: exec(code, run_globals) 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T15:21:48.659 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T15:21:48.660 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T15:21:48.660 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T15:21:48.660 INFO:teuthology.orchestra.run.smithi069.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T15:21:48.660 INFO:teuthology.orchestra.run.smithi069.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi069 -v /var/log/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpg03j8_xv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi7k98asv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T15:21:48.660 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-02T15:21:48.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:48.682 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T15:21:48.682 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:21:48.697 DEBUG:teuthology.orchestra.run.smithi104:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:21:48.715 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:21:48.734 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T15:21:48.734 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T15:21:48.734 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:21:48.771 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:21:48.773 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T15:21:48.773 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 5: 'sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:21:48.775 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 5: 'sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:21:48.776 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T15:21:48.777 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi069/crash 2024-04-02T15:21:48.778 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:21:48.849 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:21:48.849 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:21:48.851 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi104/crash 2024-04-02T15:21:48.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:21:48.897 INFO:teuthology.orchestra.run.smithi104.stderr:tar: /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:21:48.898 INFO:teuthology.orchestra.run.smithi104.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:21:48.901 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi188/crash 2024-04-02T15:21:48.902 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:21:49.031 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:21:49.031 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:21:49.032 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T15:21:49.033 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-04-02T15:21:49.061 INFO:teuthology.orchestra.run.smithi069.stderr:grep: /var/log/ceph/7c3f4726-f104-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T15:21:49.063 INFO:tasks.cephadm:Compressing logs... 2024-04-02T15:21:49.063 DEBUG:teuthology.orchestra.run.smithi069:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T15:21:49.106 DEBUG:teuthology.orchestra.run.smithi104:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T15:21:49.108 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T15:21:49.129 INFO:teuthology.orchestra.run.smithi069.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T15:21:49.132 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-04-02T15:21:49.132 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.014s 2024-04-02T15:21:49.132 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m0.010s 2024-04-02T15:21:49.132 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.016s 2024-04-02T15:21:49.136 INFO:teuthology.orchestra.run.smithi104.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:21:49.137 INFO:teuthology.orchestra.run.smithi104.stderr:: No such file or directory 2024-04-02T15:21:49.137 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/cephadm.log: 56.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:21:49.139 INFO:teuthology.orchestra.run.smithi104.stderr: 2024-04-02T15:21:49.139 INFO:teuthology.orchestra.run.smithi104.stderr:real 0m0.016s 2024-04-02T15:21:49.139 INFO:teuthology.orchestra.run.smithi104.stderr:user 0m0.017s 2024-04-02T15:21:49.140 INFO:teuthology.orchestra.run.smithi104.stderr:sys 0m0.013s 2024-04-02T15:21:49.140 INFO:teuthology.orchestra.run.smithi188.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:21:49.141 INFO:teuthology.orchestra.run.smithi188.stderr:: No such file or directory 2024-04-02T15:21:49.141 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/cephadm.log: 55.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:21:49.143 INFO:teuthology.orchestra.run.smithi188.stderr: 2024-04-02T15:21:49.143 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.018s 2024-04-02T15:21:49.143 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m0.015s 2024-04-02T15:21:49.144 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.018s 2024-04-02T15:21:49.144 INFO:tasks.cephadm:Archiving logs... 2024-04-02T15:21:49.144 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi069/log 2024-04-02T15:21:49.145 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:21:49.199 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi104/log 2024-04-02T15:21:49.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:21:49.231 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi188/log 2024-04-02T15:21:49.232 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:21:49.266 INFO:tasks.cephadm:Removing cluster... 2024-04-02T15:21:49.267 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:21:49.448 INFO:teuthology.orchestra.run.smithi069.stdout:Deleting cluster with fsid: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:49.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:21:49.882 INFO:teuthology.orchestra.run.smithi104.stdout:Deleting cluster with fsid: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:50.131 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:21:50.323 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: 7c3f4726-f104-11ee-b647-cb9ed24678a4 2024-04-02T15:21:51.169 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T15:21:51.170 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:21:51.188 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:21:51.207 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:21:51.224 INFO:tasks.cephadm:Teardown complete 2024-04-02T15:21:51.224 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 5: 'sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:21:51.427 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e9961c0b2bb942e5a6f5435ea321a6e2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 7c3f4726-f104-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 5: 'sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:21:51.432 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T15:21:51.442 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-02T15:21:51.477 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-02T15:21:51.478 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:21:51.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:21:51.494 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-02T15:21:51.596 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T15:21:51.609 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T15:21:51.609 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:21:51.612 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:21:51.615 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:21:51.626 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:21:51.629 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:21:51.629 INFO:teuthology.orchestra.run.smithi188.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:21:51.631 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:21:51.631 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-02T15:21:51.631 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 60 -354us[ -341us] +/- 67ms 2024-04-02T15:21:51.631 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv02.front.sepia.ceph.com 3 6 177 59 -581us[ -569us] +/- 55ms 2024-04-02T15:21:51.632 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 61 +1479us[+1492us] +/- 92ms 2024-04-02T15:21:51.632 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:21:51.633 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:21:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-04-02T15:21:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 59 -359us[ -362us] +/- 67ms 2024-04-02T15:21:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:^* hv02.front.sepia.ceph.com 3 6 177 59 -575us[ -578us] +/- 55ms 2024-04-02T15:21:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 61 +1481us[+1479us] +/- 92ms 2024-04-02T15:21:51.634 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:21:51.635 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:21:51.636 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2024-04-02T15:21:51.636 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 60 -356us[ -356us] +/- 67ms 2024-04-02T15:21:51.636 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 177 61 -584us[ -620us] +/- 55ms 2024-04-02T15:21:51.636 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 61 +1478us[+1478us] +/- 92ms 2024-04-02T15:21:51.636 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:21:51.636 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T15:21:51.645 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T15:21:51.646 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T15:21:51.669 DEBUG:teuthology.orchestra.run.smithi069:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T15:21:51.741 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:21:51.811 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:21:51.881 DEBUG:teuthology.orchestra.run.smithi069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T15:21:51.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:51.912 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:21:51.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:51.944 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:21:51.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:51.974 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T15:21:51.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T15:21:52.028 INFO:teuthology.task.internal:Duration was 534.971139 seconds 2024-04-02T15:21:52.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T15:21:52.062 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T15:21:52.062 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:21:52.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:21:52.067 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:21:52.108 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:21:52.110 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:21:52.111 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:21:52.624 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T15:21:52.624 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-04-02T15:21:52.624 DEBUG:teuthology.orchestra.run.smithi069:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T15:21:52.645 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2024-04-02T15:21:52.646 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:21:52.670 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2024-04-02T15:21:52.671 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:21:52.766 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T15:21:52.766 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:21:52.769 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:21:52.771 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:21:52.799 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T15:21:52.799 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:21:52.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:21:52.842 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:21:52.948 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T15:21:52.959 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T15:21:52.959 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:21:52.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:21:53.013 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:21:53.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T15:21:53.050 DEBUG:teuthology.orchestra.run.smithi069:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:21:53.052 DEBUG:teuthology.orchestra.run.smithi104:> 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-02T15:21:53.055 DEBUG:teuthology.orchestra.run.smithi188:> 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-02T15:21:53.075 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-04-02T15:21:53.078 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2024-04-02T15:21:53.105 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2024-04-02T15:21:53.212 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:21:53.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:53.227 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:21:53.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:53.241 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:21:53.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:21:53.266 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T15:21:53.278 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T15:21:53.279 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi069 2024-04-02T15:21:53.279 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:21:53.316 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi104 2024-04-02T15:21:53.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:21:53.352 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103/remote/smithi188 2024-04-02T15:21:53.352 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:21:53.389 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T15:21:53.389 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:21:53.391 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:21:53.394 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:21:53.438 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T15:21:53.449 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T15:21:53.450 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T15:21:53.470 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T15:21:53.471 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:21:53.473 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:21:53.475 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:21:53.485 INFO:teuthology.orchestra.run.smithi069.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:21 /home/ubuntu/cephtest 2024-04-02T15:21:53.487 INFO:teuthology.orchestra.run.smithi104.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:21 /home/ubuntu/cephtest 2024-04-02T15:21:53.492 INFO:teuthology.orchestra.run.smithi188.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:21 /home/ubuntu/cephtest 2024-04-02T15:21:53.493 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T15:21:53.504 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T15:21:53.571 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T15:21:53.596 DEBUG:teuthology.nuke:shortname: smithi069 2024-04-02T15:21:53.597 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:21:53.619 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103', '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-02 15:04:28.501776', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJ7Zq3CCnLBmP9L0jLiZtXQw4Y84d22qMxdedwYXwT642Ngq3pFwYmYxmPkxNdimS/3dZcCh64fDK7p+ZJ3q6A='} 2024-04-02T15:21:53.623 DEBUG:teuthology.nuke:shortname: smithi104 2024-04-02T15:21:53.624 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:21:53.650 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103', '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-02 15:04:28.500174', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJP3CEgomuaSQACEZ6qFoHlaR7zUUVL7cqai64xWqPDh55lZo3XRQuq4qYIY6lb22lzDq9Py1pSJe879AjHxyzQ='} 2024-04-02T15:21:53.651 DEBUG:teuthology.nuke:shortname: smithi188 2024-04-02T15:21:53.651 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:21:53.674 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636103', '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-02 15:04:28.503167', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAk/Gh7KBGAC1I8kKWj61GR0se+/B6Q3MyRPUwoyiATiak3PkfYKsjJeET+htZzaJRPtzU8iNYYetTSfR4iPm4Y='} 2024-04-02T15:21:53.684 INFO:teuthology.orchestra.console.smithi069:Power off 2024-04-02T15:21:53.684 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:21:53.707 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-04-02T15:21:53.708 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:53.734 INFO:teuthology.orchestra.console.smithi104:Power off 2024-04-02T15:21:53.734 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:21:53.744 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-02T15:21:53.756 DEBUG:teuthology.orchestra.console.smithi104:power off output: Chassis Power Control: Down/Off 2024-04-02T15:21:53.757 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:53.774 INFO:teuthology.orchestra.console.smithi188:Power off 2024-04-02T15:21:53.774 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:21:53.785 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-02T15:21:53.800 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2024-04-02T15:21:53.800 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:53.824 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-04-02T15:21:57.746 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:57.786 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:57.825 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:21:57.856 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-02T15:21:57.896 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-02T15:21:57.936 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-04-02T15:22:01.858 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:01.897 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:01.936 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:01.969 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-02T15:22:02.007 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-02T15:22:02.046 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2024-04-02T15:22:05.974 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:06.008 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:06.047 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:22:06.084 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-04-02T15:22:06.121 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is off 2024-04-02T15:22:06.158 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2024-04-02T15:22:06.185 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-04-02T15:22:06.222 INFO:teuthology.orchestra.console.smithi104:Power off completed 2024-04-02T15:22:06.258 INFO:teuthology.orchestra.console.smithi188:Power off completed 2024-04-02T15:22:06.362 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 534.9711391925812 failure_reason: 'Command failed on smithi069 with status 5: ''sudo systemctl stop ceph-7c3f4726-f104-11ee-b647-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e9961c0b2bb942e5a6f5435ea321a6e2 status: fail success: false 2024-04-02T15:22:06.363 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:22:06.447 INFO:teuthology.run:FAIL